package mm

  1. Overview
  2. Docs
class type t = object ... end
class sine : int -> ?volume:float -> ?phase:float -> float -> t
class square : int -> ?volume:float -> ?phase:float -> float -> t
class saw : int -> ?volume:float -> ?phase:float -> float -> t
class triangle : int -> ?volume:float -> ?phase:float -> float -> t
class white_noise : ?volume:float -> int -> t
class chain : t -> Effect.t -> t
class add : t -> t -> t
class mult : t -> t -> t
class adsr : Effect.ADSR.t -> t -> t