Re: au midi/control output in panther
Re: au midi/control output in panther
- Subject: Re: au midi/control output in panther
- From: Chris Reed <email@hidden>
- Date: Wed, 5 Nov 2003 11:20:43 -0600
if you look at the CoreAudio/CoreAudioTypes.h header file, you'll see
the enum kAudioFormatMIDIStream just below the
AudioStreamBasicDescription.
to send midi data out of an AU, create a bus that has the format ID of
its stream format set to kAudioFormatMIDIStream. you then push
MIDIPackeLists down the bus to send MIDI events.
similarly, for parameter value streams, there is the
kAudioFormatParameterValueStream format ID. and for time code streams
there is kAudioFormatTimeCode.
unfortunately, no hosts support any of these stream types yet, that i
know of.
cheers
-chris
On Nov 5, 2003, at 12:07 AM, Matthew Johnson wrote:
I posted a while back regarding support for audio units that process
and output midi or control signals. It was stated that this support
was to be included in panther. I have looked through everything I can
find and I don't see it. Am I missing something or did this
functionality get moved to a future release?
Matthew
_______________________________________________
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.
_______________________________________________
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.