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

Fix VST3 validation errors #1503

Merged
merged 1 commit into from
Jan 24, 2020

Conversation

baconpaul
Copy link
Collaborator

The VST3 validation errors were caused by 2 things

  1. The MIDI fake params didn't have a name; now they do
  2. The MIDI controller would just ask for an assignment for
    controllers outside range, I guess to test if I returned false?
    Which I now do? I guess?

Closes #1396

The VST3 validation errors were caused by 2 things

1. The MIDI fake params didn't have a name; now they do
2. The MIDI controller would just ask for an assignment for
   controllers outside range, I guess to test if I returned false?
   Which I now do? I guess?

Closes surge-synthesizer#1396
@baconpaul baconpaul merged commit 177c26d into surge-synthesizer:master Jan 24, 2020
@baconpaul baconpaul deleted the vst3-validation-1396 branch February 3, 2020 02:06
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 Validation Errors
1 participant