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
|
20051012 CVS commit and 0.9.1 release, smbolton
* Updated examples/dssi_osc_update.c so it works again.
* jack-dssi-host: upstreamed gcc4 fix from Gentoo ebuild.
20051006 CVS commit smbolton
* Added an '-a' option to jack-dssi-host, to disable automatic
connection of audio output ports to JACK physical output ports.
* Updated why-use.txt to reflect currently available plugins.
20050723 CVS commit cannam
* jack-dssi-host: send updates out to UI if received from
elsewhere.
20050525 CVS commit smbolton
* Version bump to 0.9.1.
* Replaced static makefiles with a full autoconf/automake/libtool
build system. Hope it solves more problems than it creates....
* Dropped message_buffer.[ch] use from less_trivial_synth.c, since
it's been commented out, and crashes some hosts.
* Conditionally omit the ALSA sequencer client code from
jack-dssi-host.c if building on a system without ALSA.
* Updated documentation to reflect FluidSynth-DSSI move and
autotools build system.
20050516 CVS commit smbolton
* Moved FluidSynth-DSSI to its own separate CVS module.
Summary of changes, version 0.9 (20041103) through 20050510
* Numerous clarifications in the documentation.
* Fixed less_trivial_synth.c for use on big-endian systems.
* jack-dssi-host: better handling of LADSPA hinting, support for
audio inputs, support for LADSPA-only plugins, better signal
handling with cleaner shutdown, several smaller bug fixes.
|