Audio Unit that handle MIDI
Audio Unit that handle MIDI
- Subject: Audio Unit that handle MIDI
- From: "Oron Cherry" <email@hidden>
- Date: Tue, 24 Feb 2004 12:54:13 +0200
Hello,
I would like to handle MIDI in an AU plug-in.
From the skeleton documentation of AU classes I can see that one of the
steps required is
to inherit AUMIDIEffectBase instead of AUEffectBase.
(I refer to the documentation installed with AU SDK found in
Developer/Documentation/CoreAudio/AudioUnits/SDK/Classes/Index.html)
Well, this is what I did.
However, since I could find no documentation,
I can't tell what else is required.
My goal is to have the AU plug-in run in Logic and receive MIDI events.
Is this supported at all in AU/Logic or the only way is to write a
MusicDevice?
There, the problem is that the only way to have audio input is via
SideChain.
Any ideas?
Thanks,
Oron
_______________________________________________
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.