Use the C++ version of the LV2 libraries

This commit is contained in:
Aleks Rutins 2023-04-14 11:22:48 -04:00
parent 391f9e9a0b
commit c226177453
5 changed files with 23 additions and 54 deletions

View file

@ -38,4 +38,13 @@
lv2:default 0.0 ;
lv2:minimum -20.0 ;
lv2:maximum 20.0 ;
] .
] ,
[
a lv2:InputPort , lv2:ControlPort ;
lv2:index 3 ;
lv2:symbol "threshold" ;
lv2:name "Threshold" ;
lv2:default 1.0 ;
lv2:minimum -20.0 ;
lv2:maximum 60.0 ;
].