Skip to content

Commit

Permalink
Update zwabo-mirrorz_dsp.ttl
Browse files Browse the repository at this point in the history
Changed line 64 & 73  InputPort to OutputPort , to remove "Bill* and "Boul" knobs on the GUI
  • Loading branch information
zwaba authored and falkTX committed Apr 4, 2023
1 parent e6e8da6 commit 24eff0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions custom-ttl/zwabo-mirrorz/zwabo-mirrorz_dsp.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
] ;

lv2:port [
a lv2:InputPort, lv2:ControlPort ;
a lv2:OutputPort, lv2:ControlPort ;
lv2:index 4 ;
lv2:name "BILL" ;
lv2:symbol "BILL" ;
Expand All @@ -70,7 +70,7 @@
lv2:maximum 1 ;
] ,
[
a lv2:InputPort, lv2:ControlPort ;
a lv2:OutputPort, lv2:ControlPort ;
lv2:index 5 ;
lv2:name "BOUL" ;
lv2:symbol "BOUL" ;
Expand Down

0 comments on commit 24eff0f

Please sign in to comment.