View Single Post
Old 02-02-2017, 03:12 AM   #2
Tunca
Human being with feelings
 
Join Date: Apr 2016
Posts: 264
Default

Still can't figure it out...

My starting point is IPlugEffect as you can see.

Added all necessary source and header files.Wrote "SimpleComp mComp" in IPlugEffect.h.

And then i'm setting parameters in IPlugEffect.cpp.

And writing output like this "*out1 = mComp.process(*in1)"

But it says "No matching member function for call to 'process'".

How can i process?
Tunca is offline   Reply With Quote