home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 27 / CDROM27.iso / share / os2 / mseq / history.txt < prev    next >
Encoding:
Text File  |  1998-09-07  |  3.9 KB  |  80 lines

  1. //////////////////////////////////////////////////////////////////////////////////////////
  2. Version 1.1 - 09/07/1998
  3. //////////////////////////////////////////////////////////////////////////////////////////
  4.  - Added Data Filter
  5.  - Added Merge Tracks
  6.  - Modified Sequence/Track View to show note names
  7.  - Modified Sequence/Track View to allow playing of individual notes
  8.  - Added Cut/Copy/Paste/Delete modules
  9.  - Added Append
  10.  - Added filter capability to Quantize
  11.  - Added Bars View
  12.  - Added Scrap View for cutting/pasting
  13.  - Added Controllers Window
  14.  - Added option in Settings to choose which windows are automatically opened
  15.  - Added System Exclusive module
  16.  - Fixed clean-up for recording thread
  17.  - Added MIDI-Thru
  18.  - Added progress indicator to Sequence/Track view window
  19.  - Improved playback algorithmn - vastly improves precision especially when playing
  20.    large sequences
  21.  - Fixed fast forwarding
  22.  - Program was close with error if RTMIDI wasn't initialized successfully
  23.  - Added Step Recording
  24.  - Added new registration
  25.  - Fixed various windows not displaying correctly in different resolutions
  26.  - Fixed minor problem when recording
  27.  - When changing the meter the meter(time signature) window wasn't being updated
  28.  - Fixed the layout of certain windows
  29.  
  30. //////////////////////////////////////////////////////////////////////////////////////////
  31. Version 1.06 - 06/23/1998
  32. //////////////////////////////////////////////////////////////////////////////////////////
  33.  - Added Tempo Map
  34.  - Completed interpretation of meta events (key change,time sig change)
  35.  - Track number in Sequence Info will match track numbering on track window
  36.  - Added logic to save last directory where file was opened or saved.
  37.  - Added Meter Map for Time Signatures
  38.  - Implemented saving and restoring window pos and size
  39.  - Widened progress indicator in Quantize module
  40.  - Fixed bar counting.
  41.  - Implemented new mixer module
  42.  - Fixed problem of thread hanging when exiting program while recording/playing.
  43.  - Improved track window painting - eliminated screen flicker everytime there was an update.
  44.  - Implemented MIDI Delay module - Settings in Mixer.
  45.  - Widened Sequence Info window
  46.  - Fixed ReChanneling when sequence is Type 0
  47.  - Now Endless Looping is possible only in playback mode
  48.  
  49. //////////////////////////////////////////////////////////////////////////////////////////
  50. Version 1.05 - 05/17/1998
  51. //////////////////////////////////////////////////////////////////////////////////////////
  52.  - Now can handle standard MIDI files of Types 0 and 1
  53.  - Now can handle various resolutions
  54.  - Now can re-channel tracks
  55.  - If hardware can only playback now allows user to playback files even if
  56.    they can't record
  57.  - File name now appears in title bar when opening and saving files.
  58.  - Added file open LRU logic
  59.  - Fixed display of track/sequence info
  60.  - Fixed bug in counting algorithm
  61.  - Added capability to change timing sensitivity and format files are saved in.
  62.  - Added progress indicator to quantize window
  63.  - Added ability to change resolution
  64.  - Reworked sequence/track info to load information on a thread
  65.  - Added panic button - turns off all "stuck" notes
  66.  - Added ability to convert to Types 0, 1, and proprietary
  67.  - Now adds program and bank change to beginning of each track if user selects one in MIDI
  68.    Edit window.
  69.  - Program and Bank show a '-' instead of 0 to denote that the user hasn't chosen any
  70.    program or bank change.
  71.  - No longer write out proprietary meta events for bank and program numbers. Now searches
  72.    through each track to see if there any program and/or bank messages
  73.  - Colors weren't being set when adding new track.
  74.  - Various other minor fixes and updates
  75.  
  76. //////////////////////////////////////////////////////////////////////////////////////////
  77. Version 1.04 - 03/26/1998
  78. //////////////////////////////////////////////////////////////////////////////////////////
  79.  - GA Release
  80.