module Dssi:sig..end
Binding to DSSI SDK.
val init : unit -> unitInitialize 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.