AUMIDIController Virtual Destination
AUMIDIController Virtual Destination
- Subject: AUMIDIController Virtual Destination
- From: "Dan Callaway" <email@hidden>
- Date: Thu, 10 Jul 2003 15:56:04 -0700
Hello,
I am having some trouble configuring an AUMIDIController. My app sends large
groups of MIDI packets at a time, relying on MIDIServer to schedule delivery.
To date, my MIDISend call has directed output to a hardware MIDI port, which
works well. I want to allow playback through the stock DLS MusicDevice, so I
am trying to:
1) Create an AUMIDIController
2) Link this AUMIDIController to the stock DLS
3) Set up the AUMIDIController as a CoreMIDI virtual destination
The AUMIDIController documentation states that an AUMIDIController can be set
up as a virtual destination, but I can't find any further documentation on
this. When I create the AUMIDIController, FindNextComponent does 'see' it,
but I can't get it to react to MIDISend. Furthermore, all the sample code in
the list archive concerning AUMIDIController takes the approach of setting up
a MIDI Source and then using MIDIReceived() to route packets to the
AUMIDIController. To take advantage of the MIDIServer scheduler, though, I'd
like to set up the AUMIDIController as a virtual destination, so that it is
interchangeable with hardware ports.
Is this possible?
Thanks,
Dan Callaway
digitalconductor.com
_______________________________________________
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.