You can search for identifiers within the package.
in-package search v0.2.0
dssi
Dssi
Binding to DSSI SDK.
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.