home *** CD-ROM | disk | FTP | other *** search
/ The AGA Experience 2 / agavol2.iso / software / animations / terrorpreview / iftp61a.readme < prev    next >
Text File  |  1992-08-14  |  1KB  |  45 lines

  1.  
  2.  
  3. IFTP61A V0.1 by Smack/Infect 07-09-95
  4.  
  5. P61A (c) Jarno Paananen
  6.  
  7.  
  8.  
  9. This little program is a player for P61A modules. It can be started from
  10. CLI with some command line arguments and installs the playing routines
  11. together with the music module as a background process in the multitasking
  12. system. You can start/stop the music whenever you want by restarting the
  13. program with the appropriate option.
  14.  
  15.  
  16. some examples for usage:
  17.  
  18. 1) iftp61a p61.module install   ;load module, install player
  19.    iftp61a play                 ;start installed music
  20.    iftp61a quit                 ;stop music, free mem and other resources
  21.  
  22. 2) iftp61a p61.mod1             ;load module, install player, start playing
  23.    iftp61a                      ;no argument -> report player status
  24.    iftp61a p61.mod2 install     ;load module, quit player, install new player
  25.    ...
  26.  
  27.  
  28. Limitations:
  29.   -P61A modules with delta-packed samples are _NOT_ supported
  30.   -stopping the player means removing its process from memory,
  31.    there is no chance restarting it, you must reinstall the player
  32.  
  33. Future:
  34.   -volume control, rewind/forward, pause/continue... (maybe some time?)
  35.  
  36.  
  37.  
  38.  
  39. HISTORY:
  40.  
  41.  V0.1
  42.  (070995) -first working version (no release!)
  43.           -options available: INSTALL, PLAY, QUIT
  44.  
  45.