Dssi.DescriptorOperations on descriptors.
val api_version : t -> intval ladspa : t -> Ladspa.Descriptor.tval configure : t -> Ladspa.Descriptor.instance -> string -> string -> stringval get_program : t -> Ladspa.Descriptor.instance -> int -> int * int * stringval select_program : t -> Ladspa.Descriptor.instance -> int -> int -> unitval get_midi_controller : t -> Ladspa.Descriptor.instance -> int -> intval can_run_synth : t -> boolval can_run_synth_adding : t -> boolval can_run_multiple_synths : t -> boolval can_run_multiple_synths_adding : t -> boolval run_multiple_synths :
t ->
?adding:bool ->
Ladspa.Descriptor.instance array ->
int ->
(int * event) array array ->
unitval run_synth :
t ->
?adding:bool ->
Ladspa.Descriptor.instance ->
int ->
(int * event) array ->
unit