package mm

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
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