summaryrefslogtreecommitdiff
path: root/audio/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-01-13 21:38:30 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-01-13 21:38:30 +0000
commit326bac6d8753bac939ca9f40a1dad49b06ce8065 (patch)
tree3727df3d712451071fdb06f265a954dffdb0b12c /audio/Makefile
parentFix UDF volume detection support by making sure we never try to read less (diff)
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>
Notes
Notes: svn path=/head/; revision=182321
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