1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96
|
Source: dssi
Section: libdevel
Priority: optional
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Uploaders:
Alessio Treglia <alessio@debian.org>,
Jaromír Mikeš <mira.mikes@seznam.cz>,
Ross Gammon <rossgammon@debian.org>
Build-Depends:
debhelper-compat (= 12),
ladspa-sdk,
libjack-dev,
liblo-dev,
libasound2-dev [linux-any],
libdssialsacompat-dev [!linux-any],
libx11-dev,
libsndfile1-dev,
libsm-dev,
libsamplerate0-dev,
Standards-Version: 4.4.1
Homepage: http://dssi.sourceforge.net/
Vcs-Git: https://salsa.debian.org/multimedia-team/dssi.git
Vcs-Browser: https://salsa.debian.org/multimedia-team/dssi
Rules-Requires-Root: no
Package: dssi-dev
Architecture: any
Depends: ladspa-sdk,
libasound2-dev [linux-any],
libdssialsacompat-dev [!linux-any],
pkg-config,
${misc:Depends}
Suggests: libjack-dev
Description: Header file for compiling DSSI plugins and hosts
DSSI is an API for audio plugins, with particular application for software
synthesis plugins with native user interfaces.
.
DSSI is an open specification developed for use in Linux audio applications,
although it is portable to other platforms. It may be thought of as
LADSPA-for-instruments, or something comparable to VSTi.
.
This package contains the header file required for compiling hosts and
plugins.
Package: dssi-utils
Architecture: any
Section: sound
Depends: ${shlibs:Depends},
${misc:Depends}
Description: Command-line utilities for sending commands to DSSI plugins
DSSI is an API for audio plugins, with particular application for software
synthesis plugins with native user interfaces.
.
DSSI is an open specification developed for use in Linux audio applications,
although it is portable to other platforms. It may be thought of as
LADSPA-for-instruments, or something comparable to VSTi.
.
This package contains the dssi_osc_send and dssi_osc_update utilities which
can, for instance, be used to send commands to the DSSI trivial synth
plugin.
Package: dssi-host-jack
Architecture: any
Section: sound
Depends: ${shlibs:Depends},
${misc:Depends}
Recommends: dssi-utils
Description: Example of DSSI host
DSSI is an API for audio plugins, with particular application for software
synthesis plugins with native user interfaces.
.
DSSI is an open specification developed for use in Linux audio applications,
although it is portable to other platforms. It may be thought of as
LADSPA-for-instruments, or something comparable to VSTi.
.
This package contains an example DSSI host which is useful for testing new
plugins. It listens for MIDI events on an ALSA sequencer port, delivers them
to DSSI synths and outputs the result via JACK. It does not currently support
audio input (e.g. for DSSI effects plugins).
Package: dssi-example-plugins
Architecture: any
Section: sound
Depends: ${shlibs:Depends},
${misc:Depends},
dssi-host-jack (= ${binary:Version})
Recommends: dssi-utils
Description: Examples of DSSI plugin
DSSI is an API for audio plugins, with particular application for software
synthesis plugins with native user interfaces.
.
DSSI is an open specification developed for use in Linux audio applications,
although it is portable to other platforms. It may be thought of as
LADSPA-for-instruments, or something comparable to VSTi.
.
This is a set containing three example DSSI plugins.
|