module Multitrack:sig..end
typet =MIDI.buffer array
typebuffer =t
val channels : buffer -> int
val duration : buffer -> int
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