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

STEPPED parameters mis-handled #148

Merged
merged 1 commit into from
Apr 22, 2024
Merged

Conversation

baconpaul
Copy link
Collaborator

AudioParameterInt and CHoice use 0...1 normalizationfor their lists. This makes them error prone under range changes, which is an overall JUCE problem, but also means if we indicate them as STEPPED in clap you can only select the extream in the bitwig params view and so on. So for now stay with JUCE and make these discrete types not stepped.

AudioParameterInt and CHoice use 0...1 normalizationfor their
lists. This makes them error prone under range changes, which is
an overall JUCE problem, but also means if we indicate them
as STEPPED in clap you can only select the extream in the bitwig
params view and so on. So for now stay with JUCE and make
these discrete types not stepped.
Copy link
Collaborator

@jatinchowdhury18 jatinchowdhury18 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch! Thanks for the descriptive comment as well.

@baconpaul baconpaul merged commit e286d28 into free-audio:main Apr 22, 2024
19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants