V1.1b2
------
*Reimplemented WAV recording (it automatically stops when song loops
 and doesn't start until 'play' is clicked)
*Changed the VST interface slightly - some machines still crash when
 selecting the common GUI, although e.g. the Model-E works now.
*Fixed a CPU cost calculation bug
*Implemented "follow song" mode in sequencer
*Added safer thread synchronization - less crashes :)
*Initial configuration dialog should now work
*Fixed a bunch of Load/Save bugs
*Added "Length" value to sequencer - this shows the song's length in minutes:seconds
*Fixed sampler note off bug - now a note off command only affects voices
 assigned to that track
*Fixed New Machine refresh bug


V1.1b1
------

*Machine muting now works, a muted machine is indicated by the red light
 being lit
*Loads and saves the 1.0x file format, although I had to bend over backwards
 to support this! The file format WILL change...
*Ticks Per Beat implemented - even compatible with the old file format :)
*Added "Refresh" button to New Machine dialog - now you can add plugins
 without restarting :)
*Sampler polyphony is now per-machine rather than per-track. When a track
 is loaded and the polyphony is less than 4, it is automatically set to 8.
*INSERT moves pattern data down and CTRL+DELETE move patterndata up
*VST dialogs & host totally redesigned - you now create VST plug-ins the same
 way as native plug-ins, and all configuration is accessed by double-clicking on
 the machine. One VST machine means one VST plugin instance.
*Changed configuration dialog to include default directories for Songs, Instruments
 Native and VST Plug-ins
*All configuration now stored in the registry except skins, which aren't saved at all
 (yet)
*MASSIVE internal recoding

V1.02
-----

*Added DirectX (DirectSound) output driver
*Added output driver selection dialog
*Audio drivers now use the registry to store configuration
*Internal reorganizations