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
|
0.5.1
-----
* Updated LRDF bundle for CAPS to version 0.9.17.
* Now requiring Autoconf >= 2.69 for build system (re)generation.
0.5.0
-----
* Changed dynamic manifest URIs to
http://naspro.sourceforge.net/ns/naspro-bridges/<API>
* Updated LRDF bundle for CAPS to version 0.9.7.
* Not installing LRDF bundles by default when LADSPA SDK not found.
* Not enabling DSSI presets to LV2 program translation by default when DSSI
SDK not found.
0.4.1
-----
* Now using LV2 Atom instead of LV2 Events in the DSSI bridge.
* DSSI presets and LRDF bundles enabled by default.
* Now requiring NASPRO Bridge it >= 0.4.1.
0.4.0
-----
* Now requiring NASPRO Bridge it >= 0.4.0.
* Now requiring Autoconf >= 2.68 to (re)generate the build system.
0.3.1
-----
* Fixed LV2 Dynamic Manifest header inclusion.
* Synced documentation between website and text files.
0.3.0
------
* Adapted to changes in NASPRO core 0.3.0 and NASPRO Bridge it 0.3.0.
* Changed dynamic manifest URIs to
http://naspro.atheme.org/plugins/naspro-bridges/<API>
* Added DSSI programs to LV2 presets translation.
* Fixed default port values.
* Fixed typo in COPYING file.
0.2.91
------
LADSPA:
* Ported to Win32/64.
* Added LRDF-equivalent data for CALF, CAPS, Invada, Rubberband, SWH and TAP
plugins.
DSSI:
* Ported to Win32/64.
* Initialization does no more require LV2 Events and LV2 MIDI if the plugin
is not a synth.
* Fixed a memory leak in cleanup().
* Fixed building issue with libdssialsacompat.
0.2.90
------
Rewritten from scratch.
|