package ladspa

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

* Functions for using LADSPA plugins. * *

  • author Samuel Mimram
val version : unit -> string

Version number.

val version_major : unit -> int

Major version.

val version_minor : unit -> int

Minor version.

module Plugin : sig ... end

Plugins.

module Descriptor : sig ... end

Descriptors.