AU MIDI out
AU MIDI out
- Subject: AU MIDI out
- From: Costas Calamvokis <email@hidden>
- Date: Wed, 13 May 2009 10:05:41 +0100
I have been trying to get an AU to send MIDI using MIDIOutputCallback.
My problem is that all the hosts I have tried do not seem to
support this feature (Garageband, Ableton Live, AULab and Reaper).
Do any hosts support this callback? Does Logic?
I also noticed that the SinSynthWithMidi.cpp example that comes with
the SDK appears to be broken. The midi sending looks wrong:
Byte data[4] = {item.status, item.channel, item.data1, item.data2};
Shouldn't the channel be part of the the status byte and the message
be only 3 bytes long?
_______________________________________________
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