2004-08-01  Steve Harris  <steve@plugin.org.uk>

	* jamin.1.in: Added notes saying how the OSC method can be used.

2004-07-17  Steve Harris  <steve@plugin.org.uk>

	* limiter*.c: Replaced limiter code with code to drive new limiter
	  fastLookaheadLimiter(1913). JAMin now requires swh-plugins 0.4.6+.
	* jam-ui.glade: Changed range of limiter release time.
	* process.c: removed explicit gain change code (now internal to limiter)

2004-05-30  Steve Harris  <steve@plugin.org.uk>

	* jam-ui.glade: changed minimum limiter release time to 1ms

2004-05-08  Steve Harris  <steve@plugin.org.uk>

	* controller/*: added a controller plugin. Creates thread to send OSC
	  messages to the JAMin application. Causes segfaults in jack-rack when
	  its removed, works in applyplugin, ecamegapedal and ardour.

2004-05-06  Steve Harris  <steve@plugin.org.uk>

	* state.c, compressor-ui.c: added global settings to XML file. all
	  should be read, but only the gang states are written correctly.
	  Added gang accessor funcs to compressor ui code.

2004-05-05  Steve Harris  <steve@plugin.org.uk>

	* configure.in, main.c: made OSC library optional, fixed scene change
	  code

2004-05-04  Steve Harris  <steve@plugin.org.uk>

	* main.c, jamin-scene.c: added OSC control to jamin. Additional handler
	  in main.c to accept scene change numbers on /scene. Additional
	  command line tool to send OSC messages for testing.

2004-05-02  Steve Harris  <steve@plugin.org.uk>

	* process.c (latcorbuf): Fixed limiter bypass. Added yet another
	  ringbuffer to hold the output of the compressors to allow the limiter
	  to be bypassed correctly.

2004-03-23  Jack O'Quin  <joq@io.com>

	* io.c: use first two JACK driver playback ports for default
	  output destination.  Now works with any driver, not just ALSA.

2004-02-22  Steve Harris  <steve@plugin.org.uk>

	* process.c (run_eq): linked UI controls to bypass for EQ and limiter

	* process.c (process_set_eq_bypass, process_set_limiter_bypass):
	  new functions, used to control bypass from other threads.

2004-02-17  Steve Harris  <steve@plugin.org.uk>

	* process.c (run_eq): fixed off-by-one-octave bug in frequency ->
	  bin mappings

2004-01-27  Steve Harris  <steve@plugin.org.uk>

	* process.c (process, run_eq): added functions to control
	  active/mute/byapss state of each crossover band

	* process.h: added macros for band states

2004-01-18  Steve Harris  <steve@plugin.org.uk>

	* callbacks.c (on_new1_activate): now calls s_load_session with NULL
	  to load default session file.

2002-01-13  Steve Harris  <steve@plugin.org.uk>

	* hdeq.c (hdeq_low2mid_set, hdeq_mid2high_set, comp_curve_box_motion):
	  replace stack allocated char arrays with pointers and
	  g_strdup_printf

	* scenes.c (clear_scene, unset_scene_buttons): replace stack
	  allocated char arrays with pointers and g_strdup_printf

	* configure.in: version -> 0.8.2

2004-01-12  Steve Harris  <steve@plugin.org.uk>

	* hdeq.c (hdeq_curve_motion): Changed stack alloced sprintfs to be
	  heap alloced (with g_strdup_printf)

	* configure.in: version -> 0.8.1

2004-01-12  Jack O'Quin  <joq@io.com>

	* First beta release [0.8.0].
