Commit graph

3 commits

Author SHA1 Message Date
Martin Wilke
0bdebbb118 - Fix build on HEAD
Submitted by:   trasz maintainer (via privat mail)
2007-02-06 21:05:41 +00:00
Martin Wilke
38bca789cf - Add RUN_DEPENDS
Approved by: maintainer
2007-01-23 20:47:57 +00:00
Martin Wilke
326bac6d87 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/

PR:		ports/107867
Submitted by:	trasz <trasz at pin.if.uz.zgora.pl>
2007-01-13 21:38:30 +00:00