CFM AudioUnit
CFM AudioUnit
- Subject: CFM AudioUnit
- From: Eric Eizenman <email@hidden>
- Date: Mon, 3 Mar 2003 12:15:58 +0200
Hi,
Is there any reason why an AU can't be CFM ?
AU is basically a Component. According to the documentation a component
can
be either Mach-O or CFM. The only problem I can see is the render
notification
callback function.
In AUBase::DoRenderSlice the AU notifies all the saved
AudioUnitRenderCallbacks.
This call can be any combination of CFM and Mach-O which might lead to
crash if
it's not properly glued. Am I missing something obvious ?
------------------------------------------------------------------
Eric Eizenman
Waves, Plug-ins Development
------------------------------------------------------------------
_______________________________________________
coreaudio-api mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/coreaudio-api
Do not post admin requests to the list. They will be ignored.