module Plugin:sig
..end
Plugins.
type
t
A plugin.
exception Not_a_plugin
The file being loaded is not a LADSPA plugin.
val load : string -> t
Load a LADSPA plugin. The argument is the path of a .so file.
val unload : t -> unit
Unload a LADSPA plugin.