Hello..im trying to implement you stuff in a minimal VST host...i kinda got it all for now but i cannot pass from here: (public class HostCommandStub : IVstHostCommandStub`
{
public IVstPluginContext PluginContext { get; set; }
public int GetVersion() => 2400; ) `
it always returns erro in IVstHostCommandStub
public class HostCommandStub : IVstHostCommandStub
any help..thanks :)
Hello..im trying to implement you stuff in a minimal VST host...i kinda got it all for now but i cannot pass from here:
(public class HostCommandStub : IVstHostCommandStub`{
public IVstPluginContext PluginContext { get; set; }
it always returns erro in IVstHostCommandStub
public class HostCommandStub : IVstHostCommandStubany help..thanks :)