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
i've been digging through the code and i can't figure this one out.
when i load up surge as a vst3 in live i see it supports mpe because it has the mpe tag in the display:
however, in a plugin i've created with juce, i cannot get "mpe" to display for vst3 (works fine with au/auv3).
i found this conversation but didn't see any changes come out of it from your end.
i noticed the rpn implementation but also that ableton doesn't call this so i'm guessing this isn't the issue?
if you can offer any insight here it would be greatly appreciated, thanks!
The text was updated successfully, but these errors were encountered:
Does your juce class override AudioProcessor::supportsMPE to return true?
AudioProcessor::supportsMPE
That's the only thing we do I think.
Sorry, something went wrong.
Does your juce class override AudioProcessor::supportsMPE to return true? That's the only thing we do I think.
yep. i'm going to try opening a ticket with ableton, thanks!
No branches or pull requests
i've been digging through the code and i can't figure this one out.
when i load up surge as a vst3 in live i see it supports mpe because it has the mpe tag in the display:
however, in a plugin i've created with juce, i cannot get "mpe" to display for vst3 (works fine with au/auv3).
i found this conversation but didn't see any changes come out of it from your end.
i noticed the rpn implementation but also that ableton doesn't call this so i'm guessing this isn't the issue?
if you can offer any insight here it would be greatly appreciated, thanks!
The text was updated successfully, but these errors were encountered: