mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
d1f32a3e5d
Most contributors copy an existing port when writing their own so reduce the number of bad examples in the tree.
18 lines
759 B
Plaintext
18 lines
759 B
Plaintext
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.
|
|
|
|
WWW: http://dssi.sourceforge.net/
|