module Dssi:sig
..end
Binding to DSSI SDK.
val init : unit -> unit
Initialize the library. This should be called before any other function.
type
event =
| |
Event_system of |
| |
Event_result of |
| |
Event_note_on of |
| |
Event_note_off of |
module Plugin:sig
..end
Operations on plugins.
module Descriptor:sig
..end
Operations on descriptors.