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

Address interface ordering issue #16

Merged
merged 3 commits into from
Apr 27, 2020
Merged

Conversation

MirkoCovizzi
Copy link
Member

@MirkoCovizzi MirkoCovizzi commented Apr 27, 2020

This is an early attempt to address the issue #14

I think it's a better idea to launch an error instead of correcting it under the hood, mainly to keep the ordering in the source code of the implementer consistent with that of other VST3 libraries or wrappers.

I'm open to suggestions for what concerns the code itself and also the message that should be launched to the users of this crate.

Copy link
Member

@m-hilgendorf m-hilgendorf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why are these unnecessary?

@MirkoCovizzi
Copy link
Member Author

MirkoCovizzi commented Apr 27, 2020

Why are these unnecessary?

IPluginBase is redundant in the passthru example (implemented by both IComponent and IEditController). Updated PR to consider single component implementations (like the passthru example).

@m-hilgendorf
Copy link
Member

👍

@m-hilgendorf m-hilgendorf merged commit 977a0b2 into RustAudio:master Apr 27, 2020
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.

2 participants