13
0

a-comp: Make ratio control logarithmic

This commit is contained in:
Damien Zammit 2016-07-05 02:32:05 +10:00
parent 46bfe2b51a
commit 2f7c167fc9
2 changed files with 2 additions and 0 deletions

View File

@ -59,6 +59,7 @@
unit:symbol " " ; unit:symbol " " ;
unit:render "%f " ; unit:render "%f " ;
] ; ] ;
lv2:portProperty <http://lv2plug.in/ns/ext/port-props#logarithmic> ;
] , ] ,
[ [
a lv2:InputPort, lv2:ControlPort ; a lv2:InputPort, lv2:ControlPort ;

View File

@ -59,6 +59,7 @@
unit:symbol " " ; unit:symbol " " ;
unit:render "%f " ; unit:render "%f " ;
] ; ] ;
lv2:portProperty <http://lv2plug.in/ns/ext/port-props#logarithmic> ;
] , ] ,
[ [
a lv2:InputPort, lv2:ControlPort ; a lv2:InputPort, lv2:ControlPort ;