package ladspa

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

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.