home *** CD-ROM | disk | FTP | other *** search
/ A.C.E. 2 / ACE CD 2.iso / FILES / UTILS / HSBASIC2.DMS / in.adf / HB2Examples1.3.Lha / Examples / Audio / ReadMe < prev   
Encoding:
Text File  |  1994-04-14  |  938 b   |  23 lines

  1. Audio.bas - Simple audio.device example
  2. =======================================
  3.  
  4. Derived from RKM example (c) Copyright 1992 Commodore-Amiga, Inc.
  5.  
  6. This is a straightforward translation of the Commodore "A Simple Audio
  7. Example" taken from the Devices RKM p.19. The code has been split up into
  8. separate functions and sub-programs in order to simplify the structure.
  9.  
  10. The example shows simple use of the audio.device: channel allocation,
  11. waveform construction, background playing of the sample.
  12.  
  13. The example will work on all non-obsolete versions of Workbench (V33
  14. and above).
  15.  
  16. Compiling
  17. ---------
  18. Load the Audio_inc.bh file and Tokenise it (Program-Tokenise), making sure you
  19. have no token file selected in the File Options (Settings-Compiler-Files).
  20. Once you have your token file, set the File Options-Token File setting to
  21. the Audio_inc.t file just created. Load the Audio.bas file, turn up the volume
  22. on your monitor, compile & run it.
  23.