summaryrefslogtreecommitdiff
path: root/audio/Makefile
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2020-10-30 15:29:27 +0000
committernia <nia@pkgsrc.org>2020-10-30 15:29:27 +0000
commitee3902a6eaf657270b6026f453c95b8166091c27 (patch)
tree9f62b95a038d875bca7c0acba2b5ee0ee79ed2f0 /audio/Makefile
parentfc88d0c4ced542afc24c99d8b475937a525d64bf (diff)
downloadpkgsrc-ee3902a6eaf657270b6026f453c95b8166091c27.tar.gz
audio: Add dssi from wip
Based on work by Johann Franz a very long time ago. 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.
Diffstat (limited to 'audio/Makefile')
-rw-r--r--audio/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/Makefile b/audio/Makefile
index 9b4962460eb..9448f952d62 100644
--- a/audio/Makefile
+++ b/audio/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.612 2020/10/30 15:22:23 nia Exp $
+# $NetBSD: Makefile,v 1.613 2020/10/30 15:29:27 nia Exp $
#
COMMENT= Audio tools
@@ -69,6 +69,7 @@ SUBDIR+= deforaos-mixer
SUBDIR+= din
SUBDIR+= disc-cover
SUBDIR+= distmp3
+SUBDIR+= dssi
SUBDIR+= dumb
SUBDIR+= easyh10
SUBDIR+= easytag