Add min/max specifications for LV2 controllers
This commit is contained in:
parent
6e901c2eb2
commit
38b36522ef
1 changed files with 3 additions and 1 deletions
|
|
@ -62,7 +62,9 @@ function(sfizz_lv2_generate_controllers_ttl FILE)
|
|||
sfizz:cc${_i}
|
||||
a lv2:Parameter ;
|
||||
rdfs:label \"Controller ${_i}\" ;
|
||||
rdfs:range atom:Float")
|
||||
rdfs:range atom:Float ;
|
||||
lv2:minimum 0.0 ;
|
||||
lv2:maximum 1.0")
|
||||
|
||||
if(_i LESS 128 AND NOT SFIZZ_LV2_PSA)
|
||||
math(EXPR _digit1 "${_i}>>4")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue