We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Besides regular 'ports', there are 'parameters'. We do not currently support parameters!
See Pianoteq 8 for example, dsp.ttl:
plug:Pitch%20Bend a lv2:Parameter ; rdfs:label "Pitch Bend" ; pg:group plug:paramgroup_tuning ; rdfs:range atom:Float ; lv2:default 0.5 ; lv2:minimum 0.0 ; lv2:maximum 1.0 . plug:Unison a lv2:Parameter ; rdfs:label "Unison Width" ; pg:group plug:paramgroup_tuning ; rdfs:range atom:Float ; lv2:default 0.5 ; lv2:minimum 0.0 ; lv2:maximum 1.0 . etc. etc.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Besides regular 'ports', there are 'parameters'.
We do not currently support parameters!
See Pianoteq 8 for example, dsp.ttl:
The text was updated successfully, but these errors were encountered: