package ladspa

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

Module Ladspa.PluginSource

Plugins.

Sourcetype t

A plugin.

Sourceexception Not_a_plugin

The file being loaded is not a LADSPA plugin.

Sourceval load : string -> t

Load a LADSPA plugin. The argument is the path of a .so file.

Sourceval unload : t -> unit

Unload a LADSPA plugin.