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 Ordering in #[VST3(implements)] #14

Open
m-hilgendorf opened this issue Apr 26, 2020 · 0 comments
Open

Fix Ordering in #[VST3(implements)] #14

m-hilgendorf opened this issue Apr 26, 2020 · 0 comments

Comments

@m-hilgendorf
Copy link
Member

Currently, the ordering matters for implementing certain interfaces where it should not.

To reproduce:

modify examples/passthru or examples/again with

#[VST3(implements(IComponent, IAudioProcessor, ...)]

// in place of 


#[VST3(implements(IAudioProcessor, IComponent, ...)]
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

No branches or pull requests

1 participant