home *** CD-ROM | disk | FTP | other *** search
/ WDR Computer Club Digital 1995 June / CLUB_0695.BIN / shareos2 / pmsndx / history.txt < prev    next >
Text File  |  1995-02-19  |  41KB  |  822 lines

  1.  
  2. Future work (user requests):
  3. X.  Add tool to SWAP channels
  4. X.  Add system resources page
  5. X.  Warp function (like caliope)
  6. X.  Allow editing of the info field
  7. X.  On AVG funciton, allow combination based on percentages
  8. X.  Find a way to remove the notebook pages for the major tabs
  9.     (Idea:  Remove the NOTEBOOK tabs and make the notebook a
  10.     regular dialog which has all of the pages hidden.  Add a
  11.     menu to let the user select which page is displayed.)
  12. X.  Integrate MMPM into the editor dialog (maybe)
  13. X.  Display multiple channels on the edit display.
  14. X.  Add RECORD capability for REXX command scripts
  15. X.  Make an EFFECTS.DLL and an IO.DLL so that PMsndX can share
  16.     the same code with new applications that share the same code.
  17. X.  Add menu to the editor
  18. 2.X Make the Editor the central point of control
  19. 2.X Create Multiple Document Interface
  20.  
  21. Revision history:
  22. Version 1.38
  23. 1.  Rewrote the FILE dialog box from scratch rather than using
  24.     WinDefFileDlgProc as in previous versions.  I made this
  25.     very generic and more easily expandable.  It is also a bit
  26.     more compact so it saves some screen space.  The biggest
  27.     addition is the file history which stores a cache of the
  28.     last files accessed.  This cache is saved between sessions
  29.     if the "Save file XXXX path" options are set.
  30.  
  31. Version 1.37b:
  32. 1.  Added capability to pull the sound out of an AVI movie
  33.  
  34. Version 1.37:
  35. 1.  Added expiration date to registration information
  36.  
  37. Version 1.36b-d:
  38. 1.  Corrected simple bugs and changed email address of author
  39.  
  40. Version 1.36a: (9 Dec 94)
  41. 1.  Added an option to the MISC Properties to warn the user
  42.     when a .AU file is created which is not ULaw format.
  43. 2.  Added functions to query and set the tristate property
  44.     for forcing ULaw format
  45.  
  46. Version 1.36:  (8 Dec 94)
  47. 1.  Added option to the properties box to enable or disable
  48.     the footnote display.
  49. 2.  Animated the Pause button
  50. 3.  Fixed a problem with the help to conform with the recommended
  51.     usage of the F1 key (from the CUA guidelines).
  52. 4.  Added rexx functions to query and set the new Properties
  53.     for sharing the audio device and creating the footnote
  54.     on the main control panel.
  55. 5.  Enabled UL for the unregistered version of PMsndX.
  56.  
  57. Version 1.36 (beta 2):  (27 Nov 94)
  58. 1.  Recompiled with IBM CSet++ to solve a problem with crashing
  59.     under OS/2 3.0 (Warp) GA.
  60. 2.  Oops...I forgot to update the version text to indicate that
  61.     the first beta was actually a beta.
  62. 3.  Corrected a major oversight in the MMPM code which prevented
  63.     PMsndX from playing sounds after the 12 sample was loaded.
  64. 4.  Added option to use the audio device without sharing.
  65.  
  66. Version 1.36 (beta 1):  (16 Nov 94)
  67. 1.  Fixed the HELP so that the standard F1 key is now supported
  68. 2.  Added TOOLPAGE AND PROPPAGE features to the REXX scripts to
  69.     change pages of the Toolbox and the Properties notebook.
  70. 3.  Modified parsing of the RECORD command so that the keywords
  71.     can be specified in any order.  Previously, the limit had to
  72.     be specified after the rate and channels and PMsndX would
  73.     crash if it was not in this order.
  74. 4.  Bug:  When AVERAGING channels, if the average was to the
  75.     CENTER, the result would be random.
  76. 5.  Modified the AVERAGE 4TO1 REXX syntax to allow the specification
  77.     of the FROM channels.
  78. 6.  Changed the memory allocation scheme.  Now, the limit specified
  79.     represents the total amount of OS/2 memory that can be allocated
  80.     by the program and can be set to as many as 32767 4k pages.  The
  81.     AUTO settings essentially places no limit on the amount of memory
  82.     that the program will attempt to take.  You better have a big
  83.     swap file if you plan on using AUTO and large samples!
  84. 7.  Bug:  Previously MMPM would refuse to play a sample which had
  85.     more channels that the audio device supported regardless of the
  86.     channel selection setting.  Now, if the channel selection is
  87.     set and a channel has been selected, the audio device will play
  88.     the specified channel.
  89. 8.  Changed the REXX syntax for the EDITOR.  The editor is no longer
  90.     displayed when data is manipulated.
  91. 9.  Finished the REXX implementation.
  92.  
  93. Version 1.35:  (6 Nov 94)
  94. 1.  Removed all "Cancel", and "Dismiss" buttons from all
  95.     dialogs.  The system menu for the dialogs is used to
  96.     close the boxes.  A new button "RESET" has been created
  97.     for the dialogs which have an "APPLY" button.
  98. 2.  Added an option to the AUDIO Properties to play on Command line
  99.     load.  This allows sounds to be played from the command line
  100.     without setting the PLAY ON LOAD setting.  The PLAY ON LOAD
  101.     still operates as it did before.
  102. 3.  When PMsndX is registered and a file is specified on the command
  103.     line, the ABOUT dialog box is not displayed.
  104. 4.  Added volume control to the AUDIO and QUERY parts of the REXX
  105.     syntax to let the REXX set the initial volume.
  106. 5.  Added keyboard input through the REXX OUTPUT window.  Handles
  107.     STDIN (e.g. PULL) but not CHARIN.
  108. 6.  Modified and implemented the MESSAGE portion of the REXX
  109.     scripts.  (Changed the MESSAGE subcommands to functions so
  110.     that they can return the status of the buttons.  Also, added
  111.     an array of capabilities to match all possible combinations that
  112.     OS/2 offers).
  113. 7.  Changed FILE subcommands to functions to allow for better
  114.     processing of arguments and to allow PMsndX to return the
  115.     fully qualified filename.
  116. 8.  Added command to suppress the display of the PMsndX REXX
  117.     commands in the output window.
  118. 9.  Fixed the RECORD portion of the REXX scripts so that they work!
  119. 10. Added a REXX page to the Properties Dialog.  Also moved the
  120.     REXX Lines to the REXX page and added 4 spinbutton type windows
  121.     to let the user choose the colors of the REXX display.
  122. 11. Added the EDITOR functions to the REXX scripts.
  123. 12. Added DISPLAY section to the REXX
  124.  
  125. Version 1.34:  (1 Nov 94)
  126. 1.  All dialogs now use the following buttons:
  127.     APPLY  means "do it", "apply", "save changes" or whatever I use to use
  128.     CANCEL means "dismiss", "close", "get this damn window off my screen"
  129.          without recording any changes made.
  130.     ABORT  (where applicable) "stop that task from taking up my CPU!"
  131.     (A description of the major buttons has been added to the HELP file)
  132. 2.  Added CANCEL button to the play options dialog
  133. 3.  The checkboxes for "Auto Dismiss" and "Save Directory" are
  134.     only saved when a file is successfully loaded.  (Why not when
  135.     the window dismisses?  Well duh!  If you don't set the "Auto
  136.     Dismiss" the only way to get rid of the box is with the Cancel
  137.     button.  So, I save the status after a file is successfully loaded.
  138. 4.  Added item to the MISC Properties page to specify the location
  139.     of the PMsndX.ini file.
  140. 5.  CRITICAL CHANGE!!!!  While starting to implement the REXX
  141.     processing I found that I had overlooked an important problem.
  142.     With all the ownerships of C++, I could not manipulate all of
  143.     the private variables without the dialog boxes.  All of the
  144.     functions had to be modified to allow a "back door" for the
  145.     rexx scripts.  This could bring in new errors.  Look out!
  146. 6.  Modified the Clipboard routines so that they do not clear
  147.     the clipboard when data is pasted.
  148. 7.  When a file is loaded, the UNDO is updated if it is enabled.
  149. 8.  When a file is aborted, and UNDO is enabled, the old data
  150.     is automatically restored.
  151. 9.  When an error occurs when loading a file and UNDO is enabled,
  152.     the previous data is restored.
  153. 10. Implemented the FILE portion of the REXX scripts
  154. 11. Modified the REXX output so that all commands are displayed
  155.     before the command is executed.  Also, when an error occurs,
  156.     the command is now displayed before the error is displayed.
  157. 12. When command line playback is used, the AUDIO dialog box is
  158.     displayed.
  159. 13. Rewrote the commandline playback section so that a REXX script
  160.     can be played.  (Commandline playback will stop after the
  161.     first rexx script that is encountered.)  Previously, playback
  162.     was hit or miss because I did not expand filenames properly.
  163.     It is fixed in this version.
  164. 14. Implemented the MISC portions of the REXX scripts
  165. 15. Implemented the AUDIO PLAY support in the REXX scripts
  166. 16. Added MMPM_DEVICE, MMPM_INI_PATH, and MMPM_PLAY_16ON8 to the
  167.     REXX script syntax.
  168. 17. Implemented the PROPERTIES portion of the REXX script.
  169. 18. Modified the syntax of the RECORD command
  170. 19. Changed the QUERY commands from subcoms to functions
  171. 20. Added option to the PROPERTIES to play headerless .AU
  172.     files automatically
  173.  
  174. Version 1.33:  (24 Oct 94)
  175. 1.  Bug:  The Drag/Drop routines did not check to see if PMsndX was
  176.     currently processing data before the drop operation started.
  177.     (When the F1 key is pressed during this condition, a dialog
  178.     box displays the problem.)
  179. 2.  Added option to the AUDIO page of the settings dialog to
  180.     let 16 bit samples play on 8 bit cards.  (Someone with an 8
  181.     bit card needs to test this!)
  182. 3.  Added option to ignore unknown header blocks when loading a file
  183.     (if the result of the unknown header block makes the file unloadable
  184.     an error will be displayed.  This only disables the warnings.)
  185. 4.  Bug:  Drag/Drop previously concatenated successive drag/drop
  186.     names together because I did a strcat instead of a strcpy.
  187. 5.  Added option to let the .AU file extension override the header
  188.     information.  Essentially, by default, if a file with an extension
  189.     of .AU is opened and it does not contain a header, it will be
  190.     forced to be interpreted as ULAW with standard characteristics of
  191.     1 channel, and 8012 Hz sampling rate.  By turning this option on
  192.     the operation requires that all .AU files contain a valid header.
  193. 6.  Changed the "Settings..." menu item to "Properties..."
  194. 7.  When a command script (REXX) is opened, the name on the control
  195.     panel is not changed.
  196. 8.  When a command script (REXX) is opened, the REXX output window
  197.     will have the title of the file that is running.
  198. 9.  Added a series of QUERY commands to the REXX syntax to allow
  199.     information about both PMsndX properties and file properties.
  200.  
  201. Version 1.32:  (30 Sep 94)
  202. 1.  Bug:  Fixed bug in writing 16 bit .WAV files.  (I was writing
  203.     a FormatTag of 0x02 instead of 0x01.)
  204.  
  205. Version 1.31:  (28 Sep 94)
  206. 1.  Removed Help, Exit, and Settings from the control panel
  207. 2.  Moved the Playback options to a dialog from the
  208.     SysMenu of the AUDIO dialog
  209. 3.  Changed the Settings to a Notebook
  210. 4.  Completed the following REXX commands:
  211.         PMSNDX EXIT
  212.         PMSNDX CLOSE
  213. 5.  Fixed bug in REXX display window
  214.  
  215. Version 1.3:   (never released)
  216. 1.  Added footnote window to main control panel
  217. 2.  Added REXX hooks
  218. 3.  Added a display window for the REXX output
  219.  
  220. Version 1.2:   (16 Sep 94)
  221. 1.  Fixed bug with semaphores in MMPM which caused the data to
  222.     become locked.
  223.  
  224. Version 1.2:   (8 Sep 94)
  225. 1.  Drag and Drop functionality added
  226.     - Accepts Files for dropping.
  227.     - When sending a file, if it is not a OS/2 file, it must
  228.       be rendered into a file by the source first
  229. 2.  When registering, the current password is not displayed
  230. 3.  Fixed bug in writing .VOC files
  231.  
  232. Version 1.1:   (4 Sep 94)
  233. 1.  Previously, REMOVE in the editor did not utilize the UNDO
  234.     feature.
  235. 2.  Added recording capability for the MMPM Player.
  236.     - Records directly to memory
  237.     - Records till a specified limit or till STOP is pressed
  238.     - Detects current AUDIO capabilities
  239. 3.  Added VOLUME control for both playback and record
  240. 4.  Changed the name of the MMPM/PLAYBACK button to AUDIO
  241. 5.  Changed over to MUTEX semaphores to limit access to the
  242.     sample data between tasks
  243. 6.  Added a semaphore to the MMPM copy of the data (This
  244.     was necessary to avoid conflicts between play and
  245.     record)
  246.  
  247. Version 1.0:   (22 Aug 94)
  248. 1.  Modified Copy command to only copy a single channel when
  249.     a single channel is selected.
  250. 2.  Renamed class to "PMsndX 1.00" (This will have the effect
  251.     of forcing beta testers to recreate the pmsndx.ini file)
  252. 3.  Bug.  Previously, the length of the start was always added
  253.     to the end when the clipboard was merged.
  254. 4.  Bug.  Previously, no matter if a selection was specified
  255.     for a channel or ALL was selected, REMOVE would remove
  256.     from all channels.
  257. 5.  Changed the profile operation so that the os2.ini file is
  258.     only modified when the program is registered.
  259. 6.  Added examples of the user interface to the help file.
  260. 7.  Created two help files.  The larger file is the default
  261.     and contains examples of the user interface.
  262.     smallhlp.hlp is the version of the help without the
  263.     examples.  To use the smaller version, copy it to
  264.     pmsndx.hlp.
  265.  
  266. Version 0.88:  (16 Aug 94)
  267. 1.  Bug.  Oh hey, secondary windows receive a WM_QUIT message
  268.     when they exit!  That caused PMsndX to exit too!  The solution?
  269.     Remove the CLOSE item from the MMPM system menu.
  270. 2.  Bug.  When using the VIBRO function, if the speed was left
  271.     at zero (0), PMsndX would hang.
  272. 3.  AUTO DISMISS is now the default for the OPEN and SAVE dialogs.
  273. 4.  The MMPM button has been renamed to PLAYBACK.
  274. 5.  Added more updates to the CLOCK pointer so that it does
  275.     not hang at positions when operations end prematurely.
  276. 6.  If MMPM is installed it is automatically enabled in the
  277.     settings box.
  278. 7.  The default is to save the window positions and the last
  279.     directory accessed.
  280. 8.  Removed the REWind button from the MMPM player and reorganized
  281.     the buttons.
  282. 9.  Bug.  The horizontal sides of the control panel would allow
  283.     the panel to resize smaller without resizing the buttons.
  284.     Now, resizing using the horizontal sides just moves the box.
  285.  
  286. Version 0.87:  (14 Aug 94)
  287. 1.  Bug.  The average function did not work for 4 channels.
  288. 2.  Bug.  The rate and speed dialogs did not properly manipulate
  289.     the mouse pointer and it would go from 0 to 2 but no further.
  290.     Note that there was nothing wrong with the operation other
  291.     than the mouse pointer did not get updated properly.
  292. 3.  Bug.  When a range was selected for the REVERSE tool, the
  293.     actual data reversed would be incorrect if the beginning
  294.     was not at 0.0 offset.
  295. 4.  Add tool to invert a waveform
  296. 5.  When PASTING from the clipboard, if the SHIFT key is held down
  297.     while pressing the PASTE button, the data on the clipboard will
  298.     be merged instead of pasting.  (merge = average 50/50).
  299. 6.  Bug.  When pasting, the old bug for Signed/Unsigned WAV
  300.     data was found again.
  301.  
  302. Version 0.86:  (11 Aug 94)
  303. 1.  Bug.  The Lowpass dialog would not redraw itself after it is
  304.     uncovered by another window.
  305. 2.  Bug.  If a .WAV file was loaded which contained a bad header,
  306.     the READ task would hang.
  307. 3.  If very small files were loaded (e.g. under 100 samples) the
  308.     clock pointer would stick at the 11:00 position and the open
  309.     dialog did not receive the signal to close.  It appears that
  310.     the system receives too many posts to the pointer queue and
  311.     as we all know, OS/2 deletes posts that are duplicated.  The
  312.     solution...force a .1 second delay after the read before sending
  313.     the update information.
  314. 4.  Previous versions just BEEPed when an operation was attempted
  315.     while the current sample was being manipulated.  That has been
  316.     changes so that if an operation is attempted while the data
  317.     is "busy" an error is displayed.
  318. 5.  Bug.  If the MMPM dialog was dismissed while the MMPM buffers
  319.     were being loaded, the "busy" flag would not be cleared
  320.     and no further operations could be done.
  321.  
  322. Version 0.85:  (9 Aug 94)
  323. 1.  Edited virtually all of the dialogs so that they would
  324.     appear correctly when VGA fonts are used with SVGA displays.
  325.     (Note, this may be an odd combination, but people use it
  326.     and I had to make sure that PMsndX displays correctly).
  327.  
  328. Version 0.84:  (8 Aug 94)
  329. 1.  Resized the MMPM dialog (moved the group box, added space
  330.     between the checkboxes, and increased the width and height
  331.     of the overall box)
  332. 2.  Widened the OPEN and SAVE dialog boxes and moved things
  333.     over to the right to add more space to avoid clipping
  334. 3.  Bug.  When the editor display is updated with a new file,
  335.     the Vertical Scroll bar (Zoom) would be set to maximum but
  336.     the actual zoom would be minimized.
  337. 4.  Bug.  When the redraw button on the editor was pressed, the
  338.     horizontal scroll bar would revert to the leftmost position
  339.     but the display would remain unchanged.  Pressing an arrow
  340.     would return it to the correct position.
  341. 5.  The Tools box size has been increased to allow more space
  342.     between the controls to avoid clipping.  On a 1024x768 display
  343.     the controls looked fine but at VGA resolution they were clipped.
  344.     a.  The Type page previously clipped the IRACAM and SMPVS
  345.     b.  The Average Channels page had the checkboxes touching
  346.     c.  The band-pass filter page clipped the "Add filter noise"
  347.     d.  The low-pass filter page clipped the slider at the top
  348.     e.  The Vibro-champ page had the sliders clipped
  349.     f.  The Fade page was clipped on the right side
  350.     g.  The Limit page clipped the sliders
  351.  
  352. Version 0.83:  (7 Aug 94)
  353. 1.  Fixed up the bitmap displays.
  354. 2.  PMsndX now checks the MMPM parameters to verify that the sound
  355.     card can play 16 bit sound samples.  If the sound card cannot
  356.     play 16 bit sounds, then the MMPM player will not load its buffers
  357.     and will just refuse to play.
  358.  
  359. Version 0.82:  (7 Aug 94)
  360. 1.  In previous versions, if a file was being saved and the program
  361.     exited, the program would wait indefinitely till the save completed.
  362.     This could prevent killing PMsndX and would lock the message queue.
  363. 2.  The MMPM player now displays "Loading Data" when it is filling
  364.     the data buffers.
  365. 3.  PMsndX now exits correctly when Ctrl-C is pressed from a command
  366.     window or when PMsndX is terminated from a task manager.
  367. 4.  PMsndX now properly terminates all tasks (save and MMPM) when
  368.     the program exits.  In previous versions, the MMPM task for
  369.     loading buffers was not killed when the program exited or when
  370.     the MMPM dialog was destroyed.
  371. 5.  In previous versions I did not save the last position of the
  372.     windows if the program exited while the windows were open.  This
  373.     was because I saved settings stuff before closing the windows and
  374.     the windows did not save their positions till they closed.
  375. 6.  The Toolbox now sets the tabs size based on the resolution of
  376.     the monitor.  This should avoid problems with clipping of text
  377.     found in previous versions.  (David Charlap showed me how to do
  378.     this effectively)
  379. 7.  Added hotkeys to the Tools notebook
  380. 8.  Moved the registration information out of the pmsndx.ini file
  381.     and into the system user ini file so that a user may use the
  382.     pmsndx.ini file on any computer or on a network.
  383.  
  384. Version 0.81:  (17 Jul 94)
  385. 1.  Bug.  The MMPM reloaded its buffers when the channel to manipulate
  386.     was changed regardless of the checkbox for global channels
  387. 2.  Bug.  The MMPM reloaded its buffers when the range to manipulate
  388.     was changed regardless of the checkbox for global range
  389. 3.  Bug.  (Well, not really) The error boxes were not application
  390.     modal.  They are now.
  391. 4.  A few fixups on the help text.
  392. 5.  Dialog windows do not move with the main control panel.
  393. 6.  The welcome dialog box has been changed so that the standard
  394.     text is greyed and the new stuff is dark to make it easier to
  395.     read.
  396. 7.  If the current sample in memory has been modified and the
  397.     EXIT button is pushed, the program will tell the user that
  398.     modified buffers exist and verify that the user wants to continue.
  399. 8.  The Registration box now has the capability to read a file
  400.     and find the registration information if it has the proper
  401.     keywords (i.e. if it was a password that I emailed you).
  402. 9.  Fixed bug in .WAV reader in which an the header was not checked
  403.     for invalid data and a "divide by 0" error could occur.
  404.  
  405. Version 0.8:  (17 Jul 94)
  406. 1.  Added a menu item to the main control panel to reset the size
  407.     of the main control panel to the default
  408. 2.  Bug.  When a sample is very short, the Display was not cleared
  409.     beyond the end of the sample.
  410. 3.  Bug.  When "Play on load" was selected, the new MMPM thread
  411.     would get triggered by window updates.
  412. 4.  Bug.  The Repeat button on the MMPM box could not be cleared
  413.     once set without closing down the box and reopening it.
  414. 5.  Resizable main control panel (what a bear!!!)
  415. 6.  Fixed windows so that they cannot fall outside of the viewable area
  416. 7.  Fix the file wildcard usage
  417. X.  Added HOTKEYS for the main control panel
  418.  
  419. Version 0.7:  (13 Jul 94)
  420. 1.  Added a REGISTRATION button the to Welcome box
  421. 2.  Completed a little tool (which you will never see) to
  422.     automatically generate the passwords and store them in
  423.     a database.  This illustrates the power of OS/2 because
  424.     I completed a fully functional editor in about 1 day.
  425. 3.  Edit confirmation to the EXIT button
  426. 4.  .WAV files now skip unknown keywords rather than reporting errors
  427. 5.  Added another thread to the MMPM player for loading the
  428.     buffers.
  429. 6.  Added new BITMAPs for the main control panel when MMPM
  430.     is not installed.
  431. 7.  Added a Repeat function to the MMPM playback
  432. 8.  Finished the BALANCE tool
  433. 9.  Fix all tasks so that sounds cannot be operated on while
  434.     another a task is modifying the buffers (i.e. while the
  435.     buffers are loading for the MMPM, the range selections
  436.     cannot be made)
  437. 10. Added a redraw button the the editor
  438. 11. Bug fixed.  When the display box was previously selected, the
  439.     display would receive the mouse movements, but the window would
  440.     not become the active window.
  441. 12. Add the ability to UNDO the last command.  This will double
  442.     the memory requirements and should be in the settings page
  443.     to disable for users who don't want to lose the memory.
  444. 13. The letters "I" and "O" were removed from the passwords to prevent
  445.     confusion over the number 1 and the letter I and the number 0 and
  446.     the letter O.
  447. 14. Fixed window locations so that they can never fall off the
  448.     screen.
  449. 15. Added MINIMIZE button to the dialogs
  450. 16. Bug fixed.  VOC files with a type 0x0a marker were not
  451.     read.  Unknown markers are skipped now.
  452. 17. Bug/oversight.  The Cut button was disabled for ranges
  453.     even if the program was registered.
  454.  
  455. Note 1: For Beta Testing purposes, use the following to enable
  456. all functions
  457.     Name:               "Beta Version Registration"
  458.     Through Version:    0.99
  459.     Password:           "cHLttnr0sqypjc2e"
  460. To enter the password, select REGISTER on the ABOUT or
  461. WELCOME boxes (accessed from the system menu).
  462.  
  463. Version 0.6:  (6 Jul 94)
  464. 1.  Renamed the initialization file from pmsndx03.ini to pmsndx.ini
  465. 2.  Removed QUALITY factor from the SAMPLING RATE tool
  466. 3.  Set up a global object which is shared between all dialogs
  467.     to allow the editor to be the central point of control for
  468.     selecting the range and channels for operations.
  469. 4.  Added checkbox to let the user select if he wants to automatically
  470.     dismiss the save/open dialogs
  471. 5.  Add "Global range selection" checkbox to MMPM Player
  472. 6.  Use "Global channel selection" for MMPM player (add checkbox)
  473. 7.  Add version indicator in the .ini file - (current version)
  474. 8.  Setup timer to MAIN control panel which propagates to the dialogs
  475. 9.  Check the size of the clipboard data and warn if it is
  476.     dissimilar to memory (use smaller of the two after paste)
  477. 10. Check the rate of the clipboard data and warn if it is
  478.     dissimilar to memory
  479. 11. When a version is run for the first time, a Welcome dialog is
  480.     displayed in place of the About box with information about the
  481.     current version.  (The welcome can be redisplayed from the main
  482.     menu.)
  483. 12. Change initial ABOUT box so that it doesn't block the message
  484.     queue
  485. 13. Added info box to indicate whether each tool uses the global objects
  486. 14. Use "Global range selection" in place of local display for tools
  487. 15. Use "Global channel selection" for the tools
  488. 16. Add registration stuff (after 15 minutes of use, guilt!)
  489.     - Disable all formats except .WAV and .AU if registration fails
  490.     - Disable individual channel selection on the editor
  491.     - Disable Range selection for Copy and Cut on the editor
  492.  
  493. Note 1: For Beta Testing purposes, use the following to enable
  494. all functions
  495.     Name:               "Beta Version Registration"
  496.     Through Version:    0.99
  497.     Password:           "cHLttnr0sqypjc2e"
  498.  
  499. Note 2:  The format of the .ini file has not changed.  Rename
  500. pmsndx03.ini to pmsndx.ini and you will not have to recreate
  501. the window locations and settings.
  502.  
  503. Version 0.5:  (8 June 94)
  504. 1.  Finished the Editor
  505. 2.  Added page in notebook for swapping channels
  506. 3.  Fixed an error when writing WAVE files with multiple channels
  507.  
  508. Note:  The big addition of the editor was a lot of work and is
  509. probably not perfect for everyone's needs.  Handling of multiple
  510. channels is awkward at best, but I think that I have made the
  511. most of it.  Opinions for improvement are welcome.  Read the
  512. help page to understand the PASTE operation before using it!
  513. The editor has been written such that it does not use the MMPM
  514. libraries for the sound manipulations in order to allow it to
  515. work on any system.
  516.  
  517. Note 2:  The global channel selection is not implemented across
  518. all the tools yet.  That will be in the next release.
  519.  
  520. Version 0.4a:  (4 June 94)
  521. 1.  Finished the Dupe dialog box in the tools box.
  522. 2.  Fixed an error with processing the Rate effect when
  523.     multiple channels are present.
  524. 3.  Fixed Echo effect to work with multiple channels
  525. 4.  Fixed Fade effect to work with multiple channels
  526.  
  527. Version 0.4*:  (22 May 94)
  528. 1.  Added support for the MAC HCOM format.  Unfortunately the only
  529.     portions of the header that are implemented are the ones that
  530.     SOX implements because I could not find examples of the HCOM
  531.     format and had to create a sample file from a .WAV file using
  532.     SOX.
  533. 2.  Added support for the IRCAM format.  Again, like the HCOM
  534.     format, I could not find samples in this format and had to
  535.     use SOX to create samples for testing.  As a result, only
  536.     the header fields supported by SOX are enabled.
  537. 3.  Added support for SampleVision (.smp) format.  WARNING:  This
  538.     is a wierd format in which the RATE is stored at the end
  539.     of the file.  You may find that when loading this type of
  540.     file no error is produced but an absurd rate may be displayed
  541.     in the Info tool page.  (Some reasons...SOX10 for OS/2 replaces
  542.     every CR return (char 13) with a CRLF.  I think that the output
  543.     file was not set to RAW so the file functions were fixing the
  544.     data up for DOS.  By the way, you can fix this up by changing
  545.     the playback speed (not the rate!!!) to something logical.)
  546. 4.  Reorganized the toolbox (again) and added place holders for
  547.     fading and balancing in a sample.  This will be added later.
  548. 5.  Added the user interface for the editor.  It is non-functional,
  549.     but is intended to get feedback on the functions that it will
  550.     be provided.  If you don't like it, now is the time to change
  551.     it!
  552. 6.  *** BUG:  Fixed bug in display routines for graphs when an absolute
  553.     value was entered into the start and end fields for the reverse
  554.     effect.
  555. 7.  Added fading to the tool box under the major header of VOLUME.
  556.     Samples can be faded in or out and at different rates.
  557.  
  558. *   Note:  With this version, all of the functionality of SOX has
  559.     been completed.  From here on out, we are breaking new ground.
  560. **  Note:  Space is reserved for the Dupe, Fade, and Balance effects,
  561.     but they have not been implemented and the DOIT button is
  562.     never enabled.
  563. *** The size of the executable is about 300k right now.  The good
  564.     news is that the only major additions will be the code for
  565.     the clipboard stuff.  The program currently has about 18000
  566.     lines of C code.  I could change over to DLLs to make the
  567.     actual executable smaller, but the way DLLs work with OS/2,
  568.     there is no memory savings.  If you hate 300k for a program
  569.     like this, then go back to SOX.
  570.  
  571. Version 0.3e:  (27 March 94)
  572. NOTE:  Since the size of the Open dialog box has changed, PMsndX
  573.     will not use the window positions or settings from the .ini
  574.     file.  This is to prevent the Open dialog box from being
  575.     positioned off the screen.
  576.  
  577. 1.  Multithreaded the command line playback functions.  Previous
  578.     versions shared the message queue through threads for playback
  579.     when the control panel was used, but when a sound was played
  580.     from the command line, all message processing would stop till
  581.     the file had been played.
  582. 2.  Fixed the .WAV read/write routines to handle the LIST fields
  583.     correctly.  Previous versions could not deal with the LIST
  584.     field and returned a error indicating that the file was in
  585.     a bad style.
  586. 3.  Changed the .VOC to be able to store the ASCII text string
  587.     in the info field.
  588. 4.  Added support for .IFF formats (Amiga).  This format has a
  589.     couple of fields that need mention here.  If you read a file
  590.     in, the ANNO field is discarded and the NAME field is used
  591.     for the Comment data retained in the files.  If a file is
  592.     written to disk, PMsndX arrogantly writes the "PMsndX ..."
  593.     into the ANNO field (... is replaced by the version number).
  594. 5.  The Version number has been changed to reflect the alpha version
  595.     of the program.  In the past changes to the version number
  596.     changed the name of the profile and resulted in loss of the
  597.     window positions and settings from previous versions.  This has
  598.     been changed such that the window positions and settings remain
  599.     active unless a major change is made in the profile information.
  600. 6.  Added user overrides for the file types when opening files.
  601.     When a file is opened, if the user specifies a specific filetype
  602.     (other than Auto), the program will try to open the file in
  603.     that format.  In the event that the filetype is not the
  604.     type specified, the PMsndX will attempt to determine the
  605.     file type as if the user had selected "Auto".
  606. 7.  When the file type is changed through the Tools notebook, the
  607.     output type is then specified and selected in the file type
  608.     area of the SAVE dialog box.
  609. 8.  The default format for saving a file is the same as the input
  610.     format.
  611. 9.  A field called "AUTO" has been added to the filetypes.  When
  612.     this button is selected, the file will be saved based on the
  613.     filename alone.
  614. 10. If the filename field is changed, the "AUTO" button will
  615.     automatically be selected.  This is because the file type
  616.     specified in the buttons will override the extension.  As
  617.     a result, if the user changes the filename and assumes that
  618.     the file would be saved based on the filename extension,
  619.     the file could be saved in a different format than the
  620.     extension indicates.
  621. 11. The filename used to load a sample into memory is automatically
  622.     used as the default filename when saving a file.  The path
  623.     for saving the file remains the last path used for saving
  624.     the file.
  625. 12. Added the .sb (Signed Byte) format.  This is a headerless
  626.     format.  If the user selects to load this format, the program
  627.     must ask the user for the sampling rate before the file
  628.     can be loaded.  Each byte of the file is treated as an 8
  629.     bit signed sample.
  630. 13. Added the .sw (Signed Word) format.  This is a headerless
  631.     format and the program will request a sampling rate when
  632.     the user loads this file format.  Each word (2 bytes) is
  633.     treated as a signed word in little endian order.
  634. 14. Added the .ub (Unsigned byte) format.  This is a headerless
  635.     format and the program will request a sampling rate when
  636.     the user loads a file of this format.  Each byte is treated
  637.     as a unsigned byte.
  638. 15. Added the .uw (Unsigned word) format.  This is a headerless
  639.     format and the program will request a sampling rate when
  640.     the user loads a file of this format.  Each word (2 bytes)
  641.     is treated as a unsigned word in little endian order.
  642. 16. Added the .ul (Ulaw) format.  This is a headerless format
  643.     and the program will request a sampling rate when the user
  644.     loads a file of this format.  Each byte is treated as a
  645.     ULAW encoded sample.  This format is the same format used
  646.     for .AU files.
  647. 17. The file Open dialog box does not close when the operation is
  648.     completed.
  649. 18. Multithreaded the file open operations.  When a file is being
  650.     read, the user may press the Abort button on the file open
  651.     dialog box to stop the read process.  If the program exits
  652.     before a file read thread has completed, the read thread is
  653.     terminated.
  654. 19. Multithreaded the file save operations.  There is no means
  655.     provided to abort a save operation.  If the program exits when
  656.     the file is saving, the program will wait till the save operation
  657.     has completed before exiting.
  658. 20. Added support for the Amiga/SGI .aif format.  Documentation
  659.     for this format was hard to find.  The only chunk formats
  660.     I could find were for COMM, and SSND.
  661.  
  662. Version 0.3d:
  663. 1.  Added use of the second mouse button (usually the right
  664.     mouse button) for the reverse effect and removed the
  665.     dynamic sorting of the start and end so that the numbers
  666.     don't jump back and forth when the user is entering
  667.     the endpoints.
  668. 2.  Added support for .VOC file formats.
  669.     Note:  I don't know what the hell SOX is doing, but it does
  670.            not seem to produce a useable file.
  671.     I always add an Extended data block to the file.  I don't
  672.       know if this will cause problems, but the extended part
  673.       contains the number of channels.
  674.     I don't know what to do with Repeat/End Repeat information
  675.       so I am currently ignoring it.  Any ideas?
  676.     I currently dump (on the floor) any ASCII text.  Anyone want
  677.       me to keep the stuff in the info field?
  678.     I currently only load 8 bit data.  I cannot deal with packed
  679.       data right now.  It is 1:00am and I am tired.
  680.     Some programs seem to expect the first block to be the
  681.       DATA block so I write this first always.
  682.  
  683. Version 0.3c:
  684. 1.  Added Speed Effect
  685. 2.  Reorganized the Tools notebook.  There were too many
  686.     tools to display the tabs on the notebook so major and
  687.     minor pages were created to group the tools.
  688. 3.  Modified the MMPM support to use a separate region of
  689.     memory than the samples are stored in.  Previously, the
  690.     memory for storing the playlist was taken out of the
  691.     pool for storing the samples for the effects.  As a
  692.     result, if you started the MMPM box an performed a
  693.     effect that took up more memory, a hole would be left
  694.     such that another block of memory could not be
  695.     allocated.  This method prevents creating the holes.
  696. 4.  Added Reverse Effect.
  697.  
  698. Version 0.3b:
  699. 1.  Fixed a big bug in the Bandpass filter.  If a sample
  700.     had multiple channels, it would only bandpass on the
  701.     first channel.
  702. 2.  Fixed a big bug in the Lowpass filter.  If a sample
  703.     had multiple channels, it would only lowpass on the
  704.     first channel.
  705. 3.  Added the little clock pointer to indicate how much
  706.     work has been completed.
  707. 4.  Removed the requirement for the audio device to be a
  708.     form of WaveAudio??.  Any string will work as long as
  709.     the device really exists.
  710. 5.  Multi-threaded all of the effects so that the program
  711.     is not a system hog.  The file read/write functions
  712.     are not multi-threaded.  Should they be?
  713.  
  714. Version 0.3a:
  715. 1.  Fixed the Play button so that it is animated when the
  716.     sample is played as it is loaded.  (What is the longest
  717.     record for staring at a code before you realize that it
  718.     is so late that you have been staring at the bug all
  719.     night and just did not recognize it?...What a dumb error
  720.     on my part!!!)
  721. 2.  Fixed the dynamic linking so that DosLoadModule is used
  722.     rather than linking with the dynamic libraries.  Version
  723.     0.3 would refuse to run on machines without MMPM
  724.     installed because the libraries were loaded even if the
  725.     MMPM support was not enabled.
  726. 3.  Changed to using SW.DLL for the buttons of the MMPM
  727.     dialog box.  This guarantees that the program will use
  728.     the latest formats for the buttons.
  729. 4.  Added command line playing.  I the PLAY_ON_LOAD option
  730.     is selected, any filenames which appear on the command
  731.     line will be played.  If a file is not found, the
  732.     program will signal an error and continue to the next
  733.     command line file.  If EXIT_AFTER_PLAY is not selected,
  734.     the last file that was successfully loaded will be
  735.     the current file in memory.
  736. 5.  Enabled the EXIT_AFTER_PLAY feature and modified the
  737.     behaviour such that the MMPM dialog is not displayed
  738.     during the playback.
  739.  
  740. Version 0.3:
  741. 1.  Removed the RECORD button (now just a blank button until
  742.     I can think of something)
  743. 2.  Changed PLAY button to MMPM and added basic play
  744.     capabilities (i.e. Play, Stop, Rewind, Pause).
  745. 3.  Updated Settings dialog to reflect options for the MMPM
  746.     stuff.
  747.  
  748. Version 0.2: (20 March 94)
  749. 1.  Fixed error with memory settings.  In version 0.1 if you
  750.     opened the Settings box and then applied it by pressing
  751.     the DOIT button it sould clear the data samples even if
  752.     the memory configuration had not changed.
  753. 2.  Fixed bug in version 0 in which the data was cleared
  754.     when the memory configuration was changed, but the
  755.     sample header was not cleared.  This led to th dialogs
  756.     trying to access data that had been released causing a
  757.     protection violation.
  758. 3.  Added the Bandpass notebook page.  This is probably one
  759.     of the most complex user interfaces in the notebook.
  760. 4.  Added the Echo effect.  This is the most complex
  761.     programming challenge for a useable user interface.
  762.     (Note, the echo only works for single channel samples).
  763. 5.  Fixed bug.  In version 0.1, the lowpass function did not
  764.     take into account the number of channels.  This has a
  765.     significant impact on the FFT operation.  This is fixed
  766.     in 0.2.
  767. 6.  Fixed bug.  In version 0.1, the Vibro effect did not
  768.     take into account multiple channels in a sample.  As a
  769.     result, the vibro was not continuous on individual
  770.     channels.
  771.  
  772. Version 0.1:  (13 March 94)
  773. 1.  Added Channel Averaging (0.1a)
  774. 2.  Added Vibro effect
  775. 3.  The .ini file are automatically located in the same directory
  776.     as the executable.
  777. 4.  Individual tool pages no longer have separate HELP buttons
  778. 5.  A HELP button has been added to the tool box for all pages.
  779.     When pressed, the help page for the page shown in the tools
  780.     dialog box will be displayed.
  781. 6.  A DISMISS button has been added to the tools dialog box for
  782.     a more consistent approach to dismissing.  The user can still
  783.     depress the tools button on the main control panel to dismiss
  784.     any tool dialog.
  785. 7.  Rearranged the buttons on the main control panel and added
  786.     two new buttons for Playing and Recording samples (not implemented
  787.     in this release...just placeholders)
  788. 8.  Changed the memory storage requirements so that data takes
  789.     half as much memory.  Each sample is stored as a signed SHORT
  790.     regardless of the sound type.
  791. 9.  Corrected major memory bug which resulted in a memory leak.
  792. 10. The echo effect presents an interesting challenge to the
  793.     user interface.  How do you provide the user with an
  794.     intuitive method to set the echo locations and the
  795.     strength of the echo from a dialog box?  My first
  796.     attempt was to try to display the waveform in a window
  797.     and then to let the user set the echo points, but the
  798.     problem of setting the echo strength is still difficult.
  799.     This operation may have to wait for another revision
  800.     after I have had some time to "sleep" on it.  The effect
  801.     itself is very simple, but the interface is much more
  802.     difficult.
  803.  
  804. 0.1a - SOX can averages 4 channels to 1 by putting all four
  805.        channels into 1.  4 channels to 2 is done by
  806.        averaging the left channels and the right channels
  807.        together.  PMsndX allows the user to select any
  808.        combination of the source channels.
  809.  
  810. Version 0.0 (initial release):
  811. 1.  6 buttons and associated dialog boxes created
  812. 1.  Ability to load and save .au files
  813. 2.  Ability to load and save .wav files
  814. 3.  Tool for changing the sampling rate (0.0a)
  815. 4.  Display of information about the current sample
  816.  
  817. 0.0a - SOX appears to use linear approximation to create the
  818.        new sample.  PMsndX provides for quality which allows the
  819.        approximation to be adjusted.
  820.  
  821.  
  822.