home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-3.iso / Audio / apps / SynthBuilder.0.9.README < prev    next >
Encoding:
Text File  |  1993-11-16  |  1.9 KB  |  91 lines

  1. Installing SynthBuilder
  2.  
  3. SynthBuilder is available from ccrma-ftp.  You
  4. will need approximately 12 MB of disk space for
  5. installation of the source code, help files,
  6. and application directory.
  7.  
  8. To get SynthBuilder, issue the following
  9. commands from a UNIX shell on a system that is
  10. connected to the Internet:
  11.  
  12.     % ftp ccrma-ftp.stanford.edu 
  13.     login in with user name = anonymous
  14.     password = your mailaddress
  15.     ftp> cd pub 
  16.     ftp> binary 
  17.     ftp> get SynthBuilder.tar.Z
  18.  
  19. This will create a file in your directory
  20. called SynthBuilder.tar.Z.  Copy it to some
  21. place you like and then do the following:
  22.  
  23.     % uncompress SynthBuilder.tar.Z 
  24.     % tar -xvf SynthBuilder.tar
  25.  
  26. Now you should have a directory called
  27. SynthBuilder, and you're ready to compile and
  28. link provided you have an installed copy of the
  29. MusicKit 4.0 release, which you can get from
  30. ccrma-ftp.
  31.  
  32. See ccrma-ftp: /pub/MusicKit.README
  33.  
  34. Assuming you got this far, the following
  35. command will compile, link, and install
  36. SynthBuilder in ~/Apps/SynthBuilder.app.
  37.  
  38. Please look at the Makefile first, just so you
  39. have an idea of what's going to happen.  In
  40. particular, you can change INSTALLDIR variable
  41. to something other than ~/Apps/SynthBuilder.app
  42.  
  43.  
  44.     % cd SynthBuilder 
  45.     % make install
  46.  
  47. When the install is completed, I suggest
  48. running through the tutorial.
  49.  
  50. In addition, the SynthBuilder.app directory
  51. will contain the following example patches that
  52. you can experiment with.
  53.  
  54.     addamsFamily
  55.     am
  56.     amSynth
  57.     basicsounds
  58.     basicstereo
  59.     bottle
  60.     brass
  61.     brassSynth
  62.     distorted
  63.     dualRes
  64.     feedback
  65.     fm
  66.     fmSynth
  67.     fmSynthMidi
  68.     fullsounds
  69.     guitarSynth
  70.     guitarSynthMidi
  71.     karplusStrong
  72.     multiControllers
  73.     partials
  74.     pitchednoise
  75.     realam
  76.     scaryBirds
  77.     stereo
  78.     strangeRealAm
  79.     stringPan
  80.     tutorial
  81.     waveTableSynth
  82.     waveTableSynthMidi
  83.     wobblyWaves
  84.  
  85. Please send mail to nick@ccrma.stanford.edu if
  86. you have any questions.
  87.  
  88.  
  89.  
  90.  
  91.