Skip to content
New issue

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

Use discrete enumerated values for LV2 plugin #36

Open
riban-bw opened this issue Oct 18, 2021 · 1 comment
Open

Use discrete enumerated values for LV2 plugin #36

riban-bw opened this issue Oct 18, 2021 · 1 comment
Labels

Comments

@riban-bw
Copy link

The LV2 plugin presents all parameters as floating point values in range 0.0-1.0. Many parameters are discrete values, e.g. number of voices, chorus, etc. which should be presented as such. The LV2 GUI does interpret these but LV2 hosts that do not (or cannot) present the GUI cannot deduce these enumerated values.

LV2 standard allows definition of enumerated values within the TTL.

@riban-bw riban-bw changed the title Use discrete enumerated values Use discrete enumerated values for LV2 plugin Oct 18, 2021
@utokusa
Copy link
Owner

utokusa commented Oct 19, 2021

After JUCE officially supports LV2, I'll investigate if I can improve it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants