mm.midi
MIDI.Multitrack
mm
mm.audio
mm.base
mm.image
mm.oss
mm.video
type t = buffer array
type buffer = t
val channels : buffer -> int
val duration : buffer -> int
val create : int -> int -> buffer
Create a multitrack MIDI buffer with given number of channels and length in samples.
val clear : ?channel:int -> buffer -> int -> int -> unit