2.0k
  - second attemt to fix wx162 bug (tested this time)
  - changed dialogs for Quit and Save Menu (didnt work with wx162 either).
  - increased MAXTRIES in midinetd which might solve error 'did not
    receive START_OF_RECORD_BUFFER' on fast machines. Changed loop
    varaibles to volatile to avoid compiler-optimizations. Included
    usleep in player.cc to make waiting less busy.
  - when Force Channel in Trackdialog is selected, events in pianowin
    are pasted to the midichannel of that track.

2.0i was uploadet to sunsite
  - first attemt to fix wx162 bug (Mixerdialog crashes on dismiss).

2.0h was uploaded to sunsite

(A.V.) bugfixes during half-way M$-Win port
  - added missing 'delete Canvas' in ~tEventWin()
  - fixed uninitialized data in tTrack, tEventWin
  - changed malloc/free to new/delete in tStdChunk and tEventWin
  - added ~tStdChunk (memory leak)
  - fixed infinite loop when copying an empty track (tCmdCopy)

(P.S.)
  - new versions of dos- and sun-i386 drivers

2.0g (A.V.)
  - added cycle play to trackwin: shift click into top line with
    range selected cycles range
  - added set/add/sub modifiers to velocity and length edit dialogs

2.0f (P.S.)
  - Fixed midinetd/driver start-play bug (TCP splitting commands).
  - Fixed minor driver bug.
  - Minor fix in player.cc (MAXTRIES).

2.0e (P.S.)
  - Added switch for clock-source (Internal, FSK and MIDI IN). Activated from
    the trackwin Settings menu.
  - Midi realtime messages from MIDI Out default off. Can be turned on
    with boolean switch in the clock-source dialog.
  - Changed jazz<->midinetd interaction to be more robust and less stateful.
    Now midinetd is not dependent on the "play-array" any more; jazz sends a
    special start-play command byte.
  - Fixed none-block-write bug in player.cc.

2.0d (A.V.)
  - VisibleAllTracks in pianowin default off.
  - Bug fixes.

2.0c (A.V.)
  - Pianowin can show Events from all tracks simultanously.
    active track is black, other tracks grey. Clicking on an
    grey event with right mouse button changes track.
  - cycle play in pianowin. clicking into the topline with
    the left button starts normal play, right button starts
    cycle play. Cycle play repeats 4 Bars unless a selection
    is active in which case the selected range is cycled.
  - clicking (left button) into the leftmost column in trackwindow
    selects the whole track.

2.0a (P.S.)
  - Added multitrack MPU-401 playing (includes driver change).
  - Changed jazz<->midinetd protocol to give better realtime information to
    jazz (clock-to-host).

2.0 (A.V.)
  - Merged 1.0 (A.V.) and 1.3 (P.S) into new version 2.0.
  - Loadable kernel driver for Linux.
