home *** CD-ROM | disk | FTP | other *** search
/ Freelog 9 / Freelog009.iso / BAS / Musique / SimSynth / readme.txt < prev    next >
Encoding:
Text File  |  1999-07-24  |  2.6 KB  |  72 lines

  1. SimSynth 2 now available! BIG PHAT SOUND!
  2. Visit http://ellisdee.onestop.net for a free demo version!
  3.  
  4. SimSynth copyright(c) 1995 by David Billen.
  5.  
  6. This is the README file for SimSynth. For a general introduction,
  7. see the INTRO.WRI file. For technical reference, see the help
  8. file which is accessible from within the program. If you do not
  9. know how to program a synthesizer, and would like to learn, see the
  10. HOWTO.WRI file...
  11.  
  12.  
  13. ===== WHAT IS SIMSYNTH?
  14. SimSynth is a sound synthesizer. It allows you to create new sounds.
  15. SimSynth does for sound what a paint program does for graphics.
  16. SimSynth generates RIFF wave format files, (.WAV files), which can
  17. be played from a Windows compatible wave device, or converted
  18. for use in DOS applications.
  19.  
  20.  
  21. ===== HOW TO INSTALL
  22. Simply copy the contents of the installation disk to a sub-directory.
  23. Your system configuration does not need to be modified!
  24.  
  25.  
  26. ===== SYSTEM REQUIREMENTS
  27. Minimum:
  28.   - Microsoft Windows version 3.1 or above
  29.   - 80386 (or better) processor
  30.   - 4+ megabytes of RAM
  31.   - Math co-processor
  32.   - Sound card
  33.  
  34. Recommended:
  35.   - 80486 50mhz (or better) processor
  36.   - 8 megabytes of RAM
  37.   - Stereo sound card
  38.  
  39.  
  40. ALL NEW 32-BIT VERSION COMING SOON!!!!
  41.  
  42. ===== CHANGES FROM VERSION 1.2 TO VERSION 1.3
  43. - You can now specify a .SYN file as a command line argument to
  44.   SimSynth. This means that you can also associate the extent .SYN
  45.   with SIMSYNTH.EXE from the File Manager.
  46.  
  47. - LFO as noise, with a negative frequency, no longer causes a crash.
  48.  
  49. - +1 and +2 in the OSC section no longer have the inaccurate labels: 
  50.   +1 octave and +2 octave. As the documentation states these are not
  51.   octaves, but the first and second harmonic for a sine wave.
  52.  
  53. - Buffer is now "dynamic" as opposed to "static". This means that
  54.   SimSynth only allocates the amount of memory it needs for each
  55.   preset when you press MAKE, rather than grabbing and holding about
  56.   three and a half meg, as in previous versions.
  57.  
  58. - Because of the dynamic buffer allocation, it was possible to increase
  59.   the envelope times. This will not affect existing presets.
  60.   This allows you to configure a preset that is much longer in
  61.   duration than was possible with previous versions. However, you must
  62.   have enough RAM, (roughly 176k per second). If not, MAKE fails.
  63.  
  64. - The frequency of noise with "detune" is now modulated by the LFO and ENV
  65.   parameters. This may affect existing presets if they use detuned noise
  66.   with ENV or LFO modulation, even though the modulation was not working.
  67.   Turn the modulations to zero to correct the preset.
  68.  
  69. ===== CONTACT INFORMATION
  70.     dbillen@home.com
  71.     WEBSITE http://ellisdee.onestop.net
  72.