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
|
Source: naspro-bridges
Section: libs
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends:
debhelper-compat (= 13),
dssi-dev,
ladspa-sdk,
libasound2-dev,
libnabrit-dev (>> 0.5.0),
libnacore-dev (>> 0.5.0),
librdf0-dev,
lv2-dev,
pkg-config
Standards-Version: 4.5.0
Homepage: http://naspro.sourceforge.net/
Package: naspro-bridges
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends}
Replaces:
naspro-bridges-bad
Conflicts:
naspro-bridges-bad
Description: collection of bridges to LV2
NASPRO bridges is a collection of bridges to LV2 which, once installed,
allow users to use plugins developed for other plugin standards in LV2
hosts.
.
This release contains two such bridges: a LADSPA (+ LRDF) and a
DSSI one.
.
The LADSPA bridge supports every feature of LADSPA and LRDF except:
* run_adding() and set_run_adding_gain().
* LRDF factory presets.
The DSSI bridge does not support:
* GUIs;
* MIDI programs;
* maximum number of events per run_synth() - it is 4096, should be
enough in most cases;
* run_synth_adding() - as before;
* run_multiple_synths() and run_multiple_synths_adding() - no
extension to do that and it may also be impossible to support
those.
|