naspro-bridges 0.5.0-2 source package in Ubuntu

Changelog

naspro-bridges (0.5.0-2) unstable; urgency=low


  * Upload to unstable.
  * Tighten NASPRO dependencies.

 -- Alessio Treglia <email address hidden>  Mon, 07 Oct 2013 12:46:20 +0100

Upload details

Uploaded by:
Debian Multimedia Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Multimedia Maintainers
Architectures:
any
Section:
libs
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe libs

Downloads

File Size SHA-256 Checksum
naspro-bridges_0.5.0-2.dsc 2.1 KiB 5891f98c174d0238278c3a148a5c326bc7abdad6bf07d80e1d27285a74cc553e
naspro-bridges_0.5.0.orig.tar.bz2 269.0 KiB b39103428fb27239553075d0ec52bc8f968f2b1ba5c0087bc591b8cbd6131f3b
naspro-bridges_0.5.0-2.debian.tar.gz 2.5 KiB 83f2fe9a50a747add62dfc5c82fba485c4359b738d8ee8015061c69811131eed

Available diffs

No changes file available.

Binary packages built by this source

naspro-bridges: 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.