package dssi

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Dssi.DescriptorSource

Operations on descriptors.

Sourcetype t

A descriptor.

Sourceexception Not_implemented
Sourceval descriptor : Plugin.t -> int -> t
Sourceval descriptors : Plugin.t -> t array
Sourceval api_version : t -> int
Sourceval configure : t -> Ladspa.Descriptor.instance -> string -> string -> string
Sourceval get_program : t -> Ladspa.Descriptor.instance -> int -> int * int * string
Sourceval select_program : t -> Ladspa.Descriptor.instance -> int -> int -> unit
Sourceval get_midi_controller : t -> Ladspa.Descriptor.instance -> int -> int
Sourceval can_run_synth : t -> bool
Sourceval can_run_synth_adding : t -> bool
Sourceval can_run_multiple_synths : t -> bool
Sourceval can_run_multiple_synths_adding : t -> bool
Sourceval run_multiple_synths : t -> ?adding:bool -> Ladspa.Descriptor.instance array -> int -> (int * event) array array -> unit
Sourceval run_synth : t -> ?adding:bool -> Ladspa.Descriptor.instance -> int -> (int * event) array -> unit
OCaml

Innovation. Community. Security.