MIDI.MultitrackMultitrack buffers.
type t = buffer arrayA multitrack buffer.
type buffer = tval channels : buffer -> intChannels.
val duration : buffer -> intDuration.
val create : int -> int -> bufferCreate a multitrack MIDI buffer with given number of channels and length in samples.
val clear : ?channel:int -> buffer -> int -> int -> unit