Interface Technology Basics
VST 3.6.14
SDK for developing VST Plug-in
|
In the first example we derive a class directly from FUnknown, using some of the helper macros provided by the SDK.
Developing a class with more than one interface is done by multiple inheritance. Additionally you have to provide an appropriate cast for each interface in the queryInterface method.