Skip to content

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

@m-hilgendorf

Description

@m-hilgendorf

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, ...)]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions