1999-14-02 (23:03) Alex Roberts  <bse@dial.pipex.com>

	* main.c: Fixed compile warnings.. gtk_signal_connect instead of
	  gtk_signal_connect_object.. it was segfaulting before because i
	  wasnt referencing the correct pointer setup..
	  
	* dsp.c: Changed output rate from 16kHz to 44.1kHz, now tempo really
	  does vary from 30bpm to 250bpm (and it does it proprely)
	  
	* Makefile: version 0.1.0 -> 0.1.1

1999-14-02 (20:00) Alex Roberts  <bse@dial.pipex.com>

	* dsp.c: Added FreeBSD compatibility.. thanks to Kain

1999-14-02 (19:42) Alex Roberts  <bse@dial.pipex.com>

	* *.[ch]: Added GPL Licence.. Time for a release, methinks...

	* dsp.c: Removed old depreciated function..

1999-14-02 (18:11) Alex Roberts  <bse@dial.pipex.com>

	* dsp.c: Changed output format to Signed 16bit Little Endian and output
	  rate to 22.05kHz.. with a duration of 256 (however long that is in ms),
	  all is fantastic..
	  
	* Makefile: 0.0.3 -> 0.1.0

1999-14-02 (16:47) Alex Roberts  <bse@dial.pipex.com>

	* main.c: Added signal callback for an adjustment change.. Changes
	  the BPM rate interval for the timeout. If the timeout is running, it
	  stops it before changing the rate then restarts.
	  Also, moved the interval code from gtBeat to gtUpdateRate, which is
	  the new signal callback.
	
	* Makefile: Upped version no. to 0.0.3.. 

1999-14-02 (16:30) Alex Roberts  <bse@dial.pipex.com>

	* main.c: Thanks to Kain (dalnet/#linuxos) the timeout interval can be
	  easily changed, with the nifty formula (see NOTES)..
	
1999-14-02 (15:04) Alex Roberts  <bse@dial.pipex.com>

	* main.c: Added gtk_timeout functions for metronome output..
	  the timeout frequencies are weird.. just gotta make the DSP output
	  sound like it does in the dsp.c test program (-DTEST_DSP)..

1999-14-02 (13:36) Alex Roberts  <bse@dial.pipex.com>

	* dsp.c: Implemented BPM to DSP Rate interface, see NOTES for the
	  magic numbers required :]

1999-13-02 (21:56) Alex Roberts  <bse@dial.pipex.com>

	* Added frame around BPM scale slider
	  Makes it look a lot nicer
	
	* BPM slider modified to go 50 to 250, with 75 as the default
	
	* Started Log