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

Fixing VST3 off-by-one bug in stepped parameters #261

Closed
wants to merge 3 commits into from
Closed

Fixing VST3 off-by-one bug in stepped parameters #261

wants to merge 3 commits into from

Conversation

defiantnerd
Copy link
Collaborator

The step count is not +1, but rather just the range, as demonstrated by the clap-first distortion plugin compared in bitwig.

Closes #258

baconpaul and others added 3 commits June 11, 2024 18:30
- Bring over my c99 distortion and make it C++
- Show that making all flavors as statically linked
- add it to CI
* adding ARA support for VST3 wrapper
* version 0.9.2
@defiantnerd defiantnerd requested a review from baconpaul June 11, 2024 16:47
@baconpaul
Copy link
Collaborator

OK I merged 78e46ed into #258 and will merge from there to keep that ARA commit out of the wya. Closing this.

@baconpaul baconpaul closed this Jun 11, 2024
@defiantnerd defiantnerd deleted the fix/vst3_one_off branch July 5, 2024 19:04
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.

VST3 and stepped params
2 participants