home *** CD-ROM | disk | FTP | other *** search
/ Amiga Computing 57 / ac057b.adf / Utilities / D-Sam / D-Sam.doc < prev    next >
Text File  |  1978-01-10  |  1KB  |  33 lines

  1.  
  2.  
  3.  
  4.                             D-Sam
  5.  
  6.  
  7.     D-Sam is an extension for Amos with an extra 46 commands specificaly 
  8.     designed for audio use. These extra commands allow you to manipulate
  9.     sounds much more easily within Amos.
  10.  
  11.     You must already have Amos to run D-sam. Adding D-Sam's extra commands
  12.     to your copy of Amos is a simple operation just:
  13.  
  14.     Copy the file "D-Sam.lib" to your Amos system directory
  15.     Run the CONFIG_1.3.AMOS program from Amos
  16.     Load the default configuration
  17.     Set loaded extension number 15 to ":AMOS_System/D-Sam.lib"
  18.     Select save configuration menu
  19.  
  20.  
  21.     Once you have done this you should have the extra 46 commands built 
  22.     into Amos.
  23.     
  24.     To play a sample straight from disk:
  25.  
  26.     Smp Open <samplenumber>,<"filename"> (this opens the file for input)
  27.     Smp Play <samplenumber>,<channels>  (this starts the sample playing)
  28.  
  29.     "Filename" must be a full pathname, samplenumber is valid between 1 
  30.     and 65535, channels is valid between 1 and 15. It is wise to keep 
  31.         sample rates below 10KHz from floppy disk or 20KHz from hard disk.
  32.  
  33.