Re: midi with midieffectbase
Re: midi with midieffectbase
- Subject: Re: midi with midieffectbase
- From: Marc Poirier <email@hidden>
- Date: Mon, 24 Jan 2005 20:40:43 -0500
On Jan 24, 2005, at 1:36 PM, bastian.schnuerle wrote:
hi list,
i try to control an audiounit by midi.
the unit extends MIDIEffectBase and it
overrides the AUKernelBase for a mono
n to n unit.
i declared handlenoteon/off and start/stopnote
private in this Kernel.
The Kernel class is not a sub-class of AUMIDIEffectBase, so your
implementations will never get called via the virtual method chain from
that class. You need to implement them in your
AUMIDIEffectBase-derived class, and then make a way to make that info
available to the instances of your kernel class.
Marc
_______________________________________________
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