An API for audio plugins, with particular application for software synthesis plugins with native user interfaces http://dssi.sourceforge.net/
Go to file
2024-01-05 21:59:39 +01:00
dssi-0.9-missing_include.patch automatic version update by autodist [release 1.1.1-1mamba;Wed Oct 19 2011] 2024-01-05 21:59:39 +01:00
dssi.spec x86_64, aarch64: fix libdir in pkgconfig file [release 1.1.1-2mamba;Sun Feb 28 2021] 2024-01-05 21:59:39 +01:00
README.md automatic version update by autodist [release 1.1.1-1mamba;Wed Oct 19 2011] 2024-01-05 21:59:39 +01:00

dssi

DSSI (pronounced "dizzy") is an API for audio plugins, with particular application for software synthesis plugins with native user interfaces. DSSI is an open 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.