AUCarbonViewBase --> AUEffect
AUCarbonViewBase --> AUEffect
- Subject: AUCarbonViewBase --> AUEffect
- From: "Mikael Hillborg" <email@hidden>
- Date: Wed, 17 Sep 2003 21:49:10 +0200
Hi!
Is it possible to retrieve say the AUEffect object given an
AUCarbonViewBase object? I know that the AudioUnitCarbonView
class has been separated from the actual DSP logic in say an
AUEffect and that's fine, but in *some* rare cases it may be
desirable to navigate from a GUI object to the object, which
does the signal processing and vice versa.
So there's a method called AUCarbonViewBase::GetEditAudioUnit
which returns the AudioUnit. But an AudioUnit is typedeffed to
a pointer to a ComponentInstanceRecord, which contains one
item only; a long. That's not the actual pointer to the
specialized AUEffect object is it? Couldn't find any
documentation about that. The docs in general are quite
sparse with comments.
Mikael
_______________________________________________
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.