Module Dssi

Binding to DSSI SDK.

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.