home *** CD-ROM | disk | FTP | other *** search
/ Sound, Music & MIDI Collection 2 / SMMVOL2.bin / WAVUTIL / WINTAB31.ZIP / WINTAB.TXT < prev   
Encoding:
Text File  |  1993-11-16  |  3.5 KB  |  102 lines

  1.  
  2.  
  3.  
  4.                             WinTab
  5.  
  6.            A graphics / waveform manipulation program
  7.  
  8.                         Scott D. Nelson
  9.  
  10.                         1991, 1992, 1993
  11.  
  12.  
  13.  
  14. WinTab was originally designed to allow the user to digitize a waveform 
  15. using a graphics tablet (hense the 'tab' part of the name).  Since 1991, 
  16. WinTab has developed into a waveform creation and editing program.  Input 
  17. may be provided by reading files, using the mouse, using the function 
  18. generator, or using the graphics tablet.  Output is provided using the 
  19. clipboard as metafiles, bitmaps, or text, to the disk in an external file 
  20. format, or as sound.  Presently, WinTab only accepts Windows .WAV files or
  21. simple human readable (ASCII) file formats when reading/writing the external 
  22. files.
  23.  
  24.  
  25. WinTab is provided as freeware (yes, you read correctly) for your own use.  
  26. Companies, businesses, organizations, etc. should contact me for 
  27. distribution information.  Educational institutions may distribute WinTab 
  28. freely to their students.  The WinTab program files may not be modified.
  29.  
  30.  
  31. Further information may be obtained via the 'About' box in the 'Help' menu 
  32. option of the WinTab main window (i.e.  Help | About) or using the 
  33. interactive context sensitive help system available via F1 while selecting
  34. a menu option.
  35.  
  36.  
  37. To install WinTab, just put the four distribution files in a directory.  
  38. Create an icon for WinTab using the Program Manager or use the Run... option 
  39. in the Program Manager's File menu.  See the Windows User's Guide for 
  40. instructions in doing this.
  41.  
  42.  
  43. WinTab is designed to be a low level waveform manipulation program allowing 
  44. the user to move data points graphically, change the coordinates 
  45. numerically, perform simple analysis on the data, or use the Function 
  46. Generator to generate waveforms.  The data need not be equally spaced.
  47.  
  48.  
  49. ---------------------------------------------------------------------------
  50. Release Information
  51. ---------------------------------------------------------------------------
  52. Version 1.0   First public release.  
  53.  
  54. Version 1.1   Made Graphics Tablet coordinate routines user friendly 
  55.  
  56. Version 1.2   Added the Zoom Box
  57.  
  58. Version 1.3   Added MetaFile input/output capability
  59.  
  60. Version 1.4   Added SGX input/output format
  61.  
  62. Version 1.5   Added the PosBox / Local-Global Min-Max
  63.  
  64. Version 1.6   Completed Help system
  65.  
  66. Version 1.7   Added non-linear Smoothing function / linear point resampling
  67.  
  68. Version 1.8   Added context sensitive nature to Help system
  69.   
  70. ---------------------------------------------------------------------------
  71. Version 2.0   Modified WinTab for Win3.1 (including _hread and _hwrite)
  72.  
  73. Version 2.1   Increased dimensions to 4 / Added Color setup
  74.  
  75. Version 2.2   Added mouse / Shift / Control selection capabilities
  76.  
  77. Version 2.3   Fixed dynamic memory routines (hopefully!)
  78.  
  79. Version 2.4   Added the AutoSort function / sound capability
  80.  
  81. Version 2.5   Fixed the INI routines
  82.  
  83. Version 2.6   Added Function Generator 
  84.  
  85. Version 2.7   Added the flip / swap / scale options
  86.  
  87. Version 2.8   Added PolyLine parser to MetaFile code / modified circle parser
  88.  
  89. Version 2.9   Fixed funct. gen. bug / corrected atof() routine
  90.  
  91. -----------------------------------------------------------------------------
  92.  
  93. Version 3.0   Added .WAV I/O support
  94.  
  95. Version 3.1   Added Status box / ability to move selected lines
  96. Version 3.11  corrected the floating point bug introduced in 3.1
  97.  
  98.  
  99. -----------------------------------------------------------------------------
  100.  
  101.  
  102.