home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 1 / ARM_CLUB_CD.iso / contents / demos / m / microfix / !Microfix / !STracker / STmod-DOCS < prev   
Text File  |  1989-07-29  |  2KB  |  39 lines

  1. -------------------------------------------------------------------------------
  2. Background SoundTracker ModulePlayer                    v0.06 29-Jul-1989 19:03
  3. -------------------------------------------------------------------------------
  4.                                                      Coding & design by ALT_Man
  5.  
  6. This little module will play the specified Amiga-soundtracker module until
  7. told to stop. It allocates space from the RMA to fit the module in so it's
  8. best to be at the supervisor '*' prompt when you load tunes. Use *PM to load
  9. the PlayerModule.
  10.  
  11. Start a tune going using:                 *PlayMod <modulename>
  12. where <modulename> is the name of an Amiga soundtracker module.
  13.  
  14. Note: Using a *PlayMod while one tune is playing will cause the first tune
  15.       to be stopped and the second one loaded & started.
  16.  
  17. Stop a tune playing with:                 *PlayStop
  18.  
  19. I've debugged the code a bit since the last version and now it hasn't ever
  20. crashed on me, but tends to lose notes just occasionally in desktop and entry/
  21. exit of desktop makes screwy noises. Sample rate is currently fixed at 29Khz
  22. per channel. Takes appx 25%-ish CPU time.
  23.  
  24. Contact points:
  25.  
  26.       Voice: (0458) 43549 (ask for Hugo)
  27.       Data : (0458) 47608 (300-2400 baud)
  28.       Email: Prestel - 045847608, CIX - altman
  29.       Snail: Hugo Fiennes, 12 Housman Road, Street, Somerset, BA16 OSD
  30.  
  31. To be released in a tider form (probably a module) soon:
  32.  
  33.       Amiga screenconverter
  34.       Universal sampleplayer
  35.  
  36. Have fun, y'all!
  37.  
  38. ALT_Man
  39.