package dssi

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

Module DssiSource

Binding to DSSI SDK.

  • author Samuel Mimram
Sourceval init : unit -> unit

Initialize the library. This should be called before any other function.

Sourcetype event =
  1. | Event_system of int * int
  2. | Event_result of int * int
  3. | Event_note_on of int * int * int
  4. | Event_note_off of int * int * int
Sourcemodule Plugin : sig ... end

Operations on plugins.

Sourcemodule Descriptor : sig ... end

Operations on descriptors.

OCaml

Innovation. Community. Security.