AUEffectBase( AudioUnit audioUnit, bool inProcessesInPlace = true );
So do something like:
YOURPLUGIN:: YOURPLUGIN(AudioUnit component)
: AUEffectBase(component, false){}
Do not post admin requests to the list. They will be ignored.
Coreaudio-api mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden