Skip to content

Commit

Permalink
Fix some ttl oddities
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 ae96311 commit 3c9d414
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
6 changes: 3 additions & 3 deletions custom-ttl/zwabo-cozmic/zwabo-cozmic_dsp.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -205,10 +205,10 @@
lv2:index 19 ;
lv2:name "speed" ;
lv2:symbol "speed" ;
lv2:default 1 ;
lv2:default 1.0 ;
lv2:minimum 0.5 ;
lv2:maximum 2 ;
lv2:portProperty lv2:integer, lv2:enumeration ;
lv2:maximum 2.0 ;
lv2:portProperty lv2:enumeration ;
lv2:scalePoint [
rdfs:label "HALF SPEED" ;
rdf:value 0.5
Expand Down
6 changes: 3 additions & 3 deletions custom-ttl/zwabo-mirrorz/zwabo-mirrorz_dsp.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,10 @@
lv2:index 10 ;
lv2:name "speed" ;
lv2:symbol "speed" ;
lv2:default 1 ;
lv2:default 1.0 ;
lv2:minimum 0.5 ;
lv2:maximum 2 ;
lv2:portProperty lv2:integer, lv2:enumeration ;
lv2:maximum 2.0 ;
lv2:portProperty lv2:enumeration ;
lv2:scalePoint [
rdfs:label "HALF_SPEED" ;
rdf:value 0.5
Expand Down
2 changes: 0 additions & 2 deletions custom-ttl/zwabo-stuttter/zwabo-cozmic_dsp.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@
lv2:scalePoint [rdfs:label "7tuplet"; rdf:value 8];
lv2:scalePoint [rdfs:label "9tuplet"; rdf:value 9];
lv2:scalePoint [rdfs:label "11tuplet"; rdf:value 10];

] ,
[
a lv2:InputPort, lv2:ControlPort ;
Expand All @@ -114,7 +113,6 @@
lv2:scalePoint [rdfs:label "7tuplet"; rdf:value 8];
lv2:scalePoint [rdfs:label "9tuplet"; rdf:value 9];
lv2:scalePoint [rdfs:label "11tuplet"; rdf:value 10];

] ,
[
a lv2:InputPort, lv2:ControlPort ;
Expand Down

0 comments on commit 3c9d414

Please sign in to comment.