Module Dssi


module Dssi: sig .. end
Binding to DSSI SDK.
Author(s): Samuel Mimram

val init : unit -> unit
Initialize the library. This should be called before any other function.

type event =
| Event_system of int * int
| Event_result of int * int
| Event_note_on of int * int * int
| Event_note_off of int * int * int
module Plugin: sig .. end
Operations on plugins.
module Descriptor: sig .. end
Operations on descriptors.