package mm

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

Module Mm_midi.SynthSource

Operations on synthesizers.

Sourceclass type t = object ... end

A synthesizer.

Sourcetype synth = t

A synthesizer.

Sourceclass create : (float -> float -> Mm_audio.Audio.Generator.t) -> t

Create a synthesizer from a function which creates a generator at given frequency and volume.

Sourceclass create_mono : (float -> float -> Mm_audio.Audio.Mono.Generator.t) -> t

Same as create with a mono generator.

Sine synthesizer.

Square synthesizer.

Saw synthesizer.

Synths with only one note at a time.

Sourcemodule Multitrack : sig ... end

Multichannel synthesizers.

OCaml

Innovation. Community. Security.