// // .ctor // ========== /// <summary> /// Initiailzes a new HostCommandStub, SampleTime info and assigns a default handler to /// PluginCalledEventArgs (which isn't used any more). /// </summary> public NAudioVST(INaudioVstContainer parent) { this.parent = parent; this.vstHostCommandStub = new HostCommandStub(this); }