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

how does vst3 support mpe in ableton live? #7402

Closed
modosc opened this issue Dec 17, 2023 · 2 comments
Closed

how does vst3 support mpe in ableton live? #7402

modosc opened this issue Dec 17, 2023 · 2 comments

Comments

@modosc
Copy link

modosc commented Dec 17, 2023

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:

image

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!

@baconpaul
Copy link
Collaborator

Does your juce class override AudioProcessor::supportsMPE to return true?

That's the only thing we do I think.

@modosc
Copy link
Author

modosc commented Dec 18, 2023

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!

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

No branches or pull requests

2 participants