package dssi

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

Binding to DSSI SDK.

  • author Samuel Mimram
val init : unit -> unit

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

type 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
module Plugin : sig ... end

Operations on plugins.

module Descriptor : sig ... end

Operations on descriptors.