Multitrack.createCreate a multichannel synthesizer with given number of channels and a function returning the synthesizer on each channel.
method play : Mm_midi.MIDI.Multitrack.buffer ->
int ->
Mm_audio.Audio.buffer ->
int ->
int ->
unitSynthesize into an audio buffer.
method play_add : Mm_midi.MIDI.Multitrack.buffer ->
int ->
Mm_audio.Audio.buffer ->
int ->
int ->
unitSame as play but keeps data originally present in the buffer.