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 -> tLoad a LADSPA plugin. The argument is the path of a .so file.
val unload : t -> unitUnload a LADSPA plugin.