Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a221fccf0c926483

Jump to content

LADSPA

From Wikipedia, the free encyclopedia
Linux Audio Developer's Simple Plugin API
DevelopersRichard W.E. Furse, Paul Barton-Davis, Stefan Westerfeld[1]
Stable release
1.17[2] Edit this on Wikidata / 9 September 2021; 4 years ago (9 September 2021)
Written inC
Operating systemCross-platform
LicenseLGPL-2.1-or-later[1]
Websiteladspa.org

The Linux Audio Developer's Simple Plugin API (LADSPA) is an application programming interface (API) standard for handling audio filters and audio signal processing effects, licensed under LGPL-2.1-or-later. Originally designed through consensus on the Linux Audio Developers mailing list, it now works on a variety of platforms. It is used in many free audio software projects, and there is a wide range of LADSPA plug-ins available.

LADSPA exists primarily as a header file written in the programming language C.

There are many audio plugin standards and most major modern software synthesizers and sound editors support a variety. The best known standard is probably Steinberg's Virtual Studio Technology. LADSPA is unusual in that it attempts to provide only the "Greatest Common Divisor" of other standards. This means that its scope is limited, but it is simple and plugins written using it are easy to embed in many other programs. The standard has changed little with time, so compatibility problems are rare.

DSSI extends LADSPA to cover instrument plugins.

LV2 is a successor, based on LADSPA and DSSI, but permitting easy extensibility, allowing custom user interfaces, MIDI messages, and custom extensions.

Competing technologies

[edit]

References

[edit]
  1. 1 2 ladspa.h (contains help)
  2. "LADSPA Changes".
[edit]