Re: multi-track sequencing with MusicPlayer
Re: multi-track sequencing with MusicPlayer
- Subject: Re: multi-track sequencing with MusicPlayer
- From: Philippe Wicker <email@hidden>
- Date: Mon, 9 Dec 2002 20:46:09 +0100
On Monday, December 9, 2002, at 07:36 PM, chris corbell wrote:
- Because all tracks map to the same MusicDevice, the only way to
use different instrument sounds is to maintain different MIDI-channel
assignments for each track as the sample code does; this will limit
the number of tracks one can use with different instruments in a
single MusicSequence.
You can use MusicTrackSetDestNode (declared in MusicPlayer.h) to route
MIDI events to a node that you specify inside a graph. So if you build
an AU graph with several MusicDevice nodes, then you can address them
all if you wish.
Philippe Wicker
email@hidden
_______________________________________________
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.