aboutsummaryrefslogtreecommitdiffstats
path: root/audio/Makefile
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2007-01-14 05:38:30 +0800
committermiwi <miwi@FreeBSD.org>2007-01-14 05:38:30 +0800
commit13f0f859bfc16e119b0854c87e8effaeb7b428fa (patch)
tree227999b234b40f17abd51862e3125fcbe2326451 /audio/Makefile
parent5a0d48208bddf10f49feffa5bd19128aaf6f27ae (diff)
downloadfreebsd-ports-gnome-13f0f859bfc16e119b0854c87e8effaeb7b428fa.tar.gz
freebsd-ports-gnome-13f0f859bfc16e119b0854c87e8effaeb7b428fa.tar.zst
freebsd-ports-gnome-13f0f859bfc16e119b0854c87e8effaeb7b428fa.zip
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>
Diffstat (limited to 'audio/Makefile')
-rw-r--r--audio/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile
index 2d6e3fab0713..a860c33d0adb 100644
--- a/audio/Makefile
+++ b/audio/Makefile
@@ -103,6 +103,7 @@
SUBDIR += discid
SUBDIR += dream
SUBDIR += drumpiler
+ SUBDIR += dssi
SUBDIR += dtmfdial
SUBDIR += easytag
SUBDIR += easytag-devel