DSSI

What is DSSI?

DSSI (pronounced "dizzy") is an API for audio processing plugins, particularly useful for software synthesis plugins with user interfaces.

DSSI is an open and well-documented specification developed for use in Linux audio applications, although portable to other platforms. It may be thought of as LADSPA-for-instruments, or something comparable to VSTi.

DSSI consists of a C language API for use by plugins and hosts, based on the LADSPA API, and an OSC (Open Sound Control) API for use in user interface to host communications. The DSSI specification consists of an RFC which describes the background for the proposal and defines the OSC part of the specification, and a documented header file which defines the C API.

DSSI is Free Software. The DSSI header file is provided under the GNU Lesser General Public License.

Status

The DSSI API is currently at version 0.9. While several possible enhancements to the API are on the horizon (see the mailing list), it is expected that backward compatibility will be preserved. A host or plugin that implements the 0.9 API can expect to be compatible with other plugins or hosts well into the future.

The current DSSI distribution, version 0.9.1, contains the most recent release of the DSSI header file, documentation, reference host, and example plugins.

Currently available hosts (as of December 2005) which provide complete or nearly-complete DSSI support include:

Hosts which provide partial or specialized DSSI support include:

Efforts are underway to add DSSI hosting to:

Currently available plugins include:

Page hosted by
SourceForge.net Logo