Changes since version 0.7:

Save & restore plugins
Improvements to Makefile
Now absolutely certain that 32768 is the Right Thing

Changes since version 0.6:

Cope with changes to CVS XMMS (multiple FX plugins!)
Use official LADSPA 1.1 header
Fixed integer hint bug introduced in 0.5

Changes since version 0.5:

Now uses included LADSPA 1.1 header instead of hoping for a suitable
header somewhere in the system include path
Uses LADSPA 1.1 defaults where provided (fully backward compatible)
Tweaked settings for plugins which are "hint-deficient"

Changes since version 0.4:

Version number bump

Changes since version 0.3:

Drag and drop to re-order running plugins
Double clicking adds a plugin

Changes since version 0.2:

Better control UI, including usable TOGGLE support
Handle control output (ie UI feedback from plugins)
Assign ports earlier in plugin booting to workaround SooperLooper bug
Search LADSPA_PATH for plugins

Changes since version 0.1:

Hard clipping at 0 dB instead of integer overflow
Fixed stability problems (hopefully) using glib Mutex G_LOCK macros
No longer boot plugins with zero sample rate, zero channels etc.
Stereo enabled by cloning mono plugin instances
C89 (ANSI C) didn't have snprintf() but C99 does <shrug>
Tweaked GUI list behaviour a bit

