View Single Post
Old 08-11-2015, 05:31 PM   #1
mviljamaa
Human being with feelings
 
Join Date: Jun 2015
Posts: 348
Default How to access my IPlugMyPlug from another class (that gets IPlugBase * pPlug)??

I'm doing a processor function to pass the audio into and it needs to see some IPlug functions.

I see that I pass an IPlugBase * pPlug as "this" (so it should be passed as IPlugMyPlug) as the first reference from the IPlugMyPlug constructor to the processor class contructor, but in the processor class constructor I can only see and access IPlugBase members and not IPlugMyPlug which is inherited from IPlugBase.

So how to have a reference to IPlugMyPlug?
mviljamaa is offline   Reply With Quote