package mm

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

A multichannel synthesizer.

method play : Mm_midi.MIDI.Multitrack.buffer -> int -> Mm_audio.Audio.buffer -> int -> int -> unit

Synthesize into an audio buffer.

method play_add : Mm_midi.MIDI.Multitrack.buffer -> int -> Mm_audio.Audio.buffer -> int -> int -> unit

Same as play but keeps data originally present in the buffer.