ams-lv2
ams-lv2 copied to clipboard
"timeScale" ports have out-of-bounds default values
[
a lv2:InputPort, lv2:ControlPort ;
lv2:index 9 ;
lv2:symbol "timeScale" ;
lv2:name "Time Scale" ;
lv2:default 0.1 ;
lv2:minimum 1 ;
lv2:maximum 10 ;
pg:group <http://github.com/blablack/ams-lv2/dynamicwaves2_4#master_controls> ;
] ,
Here, 0.1
is not in [1,10]
. Is that really wanted? My host rejected this plugin for that reason.