package mm

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

Module Audio.NoteSource

Operations on notes.

Sourcetype t = int
Sourceval a4 : int
Sourceval c5 : int
Sourceval c0 : int
Sourceval create : int -> int -> t
Sourceval freq : t -> float
Sourceval of_freq : float -> t
Sourceval name : t -> int
Sourceval octave : t -> int
Sourceval modulo : t -> int * int

Returns note number and octave.

Sourceval to_string : t -> string
Sourceval of_string : string -> t
OCaml

Innovation. Community. Security.