Skip to content

Commit

Permalink
Merge pull request #28 from SpotlightKid/patch-1
Browse files Browse the repository at this point in the history
fix: use float value for lv2:minimum for gain param
  • Loading branch information
brummer10 authored Jan 10, 2024
2 parents cdfe756 + f166449 commit 2836813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Fluida/Fluida.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ fluida:gain
rdfs:label "Gain" ;
rdfs:range atom:Float ;
lv2:default 0.2 ;
lv2:minimum 0 ;
lv2:minimum 0.0 ;
lv2:maximum 1.2 .

<https://github.com/brummer10/Fluida.lv2>
Expand Down

0 comments on commit 2836813

Please sign in to comment.