package mm

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

Module Synth.MultitrackSource

Multichannel synthesizers.

Sourceclass type t = object ... end

A multichannel synthesizer.

Sourceclass create : int -> (int -> synth) -> t

Create a multichannel synthesizer with given number of channels and a function returning the synthesizer on each channel.

OCaml

Innovation. Community. Security.