

HISTORY
---------------------------------------------------------------------

28th of Jan. 2000        First pre-alpha Release

29th of Jan. 2000        Fixed a Bug in the Makefile (the cflags where
                         marked as a comment)

1st of Feb. 2000         Fixed a further little Bug in the Makefile
                         which prevented wave_gen to be built on machines
			 where the current directory is not in the search-
			 path...
                         Thanks to Atsushi Yamagata for this !

5th of Feb. 2000         Changed Bacterium to have WAV-output. I was
                         inventing the wheel again here since Tomasz Maka
                         sent me a little patch using libaudiofile for that.

                         Next was to optimize the stuff a little bit.
                         Libaudiofile is somewhat slower than the former
			 method. (But as it is faster than piping through
			 SOX it's no problem...)
			 
			 I reimplemented the filter-section.
			 (resonance-behaveior was not too nice...) We now
			 have a 3rd order filter with smooth resonance and
			 only a few ticks slower than 2nd order filter before.
			 
			 Fixed the master-volume-bug.

                         Implemented overdrive ... :) Hi to all Hardcore and
			 Industrial guys out there !

                         Rewrote OSC/LFO-stuff ... should be faster now.
			 
18th of Mar. 2000        Completely reworked the internal structure of
			 the synthesizer:
			 
			 - changed .synthfile definition
			 - matrix-modulations
			 - improved frequency-response of the filters
			 - implemented synced OSCs
			 - fixed FM
			 - implemented AM
			 - implemented ringmodulation
			 - implemented ringdemodulation
			 - much better chorus-effect 
			 - implemented delay-effect
			 - noiseshaper !!
			 - transpose-keyword
			   (this helps a lot when creating
			   multisamples for ST)
			 - generally faster
			 - fixed envelope-bug
			 - added new bugs...

			 And finally changed the version nr. (I
			 thought this might be a good idea, because I
			 have done much more than 100 revisions of the
			 source ... However I forgot to count them and
			 so we'll just take 99 for it...)

			 Ah... I forgot: we have own WAV-routines
			 now. These *are* faster than libaudiofile (at
			 least in this case...)


19th of Mar. 2000        found and fixed a bug in modmatrix...
			 Shit happens...
			 
23rd of Mar. 2000        changed envelope-code to produce more
                         realistic (more analog...) envelopes
			 We now simulate the real behavior of a
			 charged capacitor. (it's a little bit
			 faster, too).

25th of Mar. 2000        slightly changed the chorus code as I noticed
			 that in some rare cases the previous solution
			 didn't sound realistic enough.
