Open m-hilgendorf opened 4 years ago
Currently, the ordering matters for implementing certain interfaces where it should not.
To reproduce:
modify examples/passthru or examples/again with
examples/passthru
examples/again
#[VST3(implements(IComponent, IAudioProcessor, ...)] // in place of #[VST3(implements(IAudioProcessor, IComponent, ...)]
Currently, the ordering matters for implementing certain interfaces where it should not.
To reproduce:
modify
examples/passthru
orexamples/again
with