Skip to content

Commit

Permalink
Tweak to mirrorz controls
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <[email protected]>
  • Loading branch information
falkTX committed Dec 15, 2023
1 parent 24eff0f commit b9e49d0
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions custom-ttl/zwabo-mirrorz/zwabo-mirrorz_dsp.ttl
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
lv2:index 7 ;
lv2:name "dry_wet" ;
lv2:symbol "dry_wet" ;
lv2:default 0.5 ;
lv2:default 0.25 ;
lv2:minimum 0 ;
lv2:maximum 1 ;
] ,
Expand Down Expand Up @@ -123,6 +123,19 @@
lv2:default 1 ;
lv2:minimum 0.5 ;
lv2:maximum 2 ;
lv2:portProperty lv2:integer, lv2:enumeration ;
lv2:scalePoint [
rdfs:label "HALF_SPEED" ;
rdf:value 0.5
] ,
[
rdfs:label "NORMAL" ;
rdf:value 1.0
] ,
[
rdfs:label "DOUBLE_SPEED";
rdf:value 2.0
] ;
] ,
[
a lv2:InputPort, lv2:ControlPort ;
Expand Down Expand Up @@ -158,7 +171,7 @@ Pressing TRIGGER stop the loop (if you keep TRIGGER pressed, it reads audio back
] ;

lv2:microVersion 0 ;
lv2:minorVersion 0 .
lv2:minorVersion 2 .

<urn:maxgen:zwabo:mirrorz#portGroup_dpf_stereo>
a pg:Group , pg:StereoGroup ;
Expand Down

0 comments on commit b9e49d0

Please sign in to comment.