home *** CD-ROM | disk | FTP | other *** search
/ Da Capo / da_capo_vol1.bin / programs / amiga / edit / octamedv2 / docs / octamedplayer.doc < prev    next >
Text File  |  1993-03-13  |  4KB  |  93 lines

  1.         OctaMEDPlayer V2.00 instructions
  2.         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3.  
  4. OctaMEDPlayer  is  a  stand-alone  player program for playing songs made in
  5. OctaMED.   You  may  freely  distribute  it  with your songs, and it can be
  6. started from both CLI and Workbench.
  7.  
  8. OctaMEDPlayer V2.0 can load sng+samples-format and MMD0-modules made in MED
  9. V2.10  or  later,  or  any  version of OctaMED.  It can't load MED songs or
  10. files  created  with previous versions of MED (1.12 or 2.0).  I think it is
  11. more  important  that  OctaMEDPlayer  is  as  compact and quick as possible
  12. instead  of  the ability to load millions of file formats.  You can convert
  13. older  files by loading them to OctaMED and saving them back again.  Please
  14. note  that  there  may  be problems with playing speed when loading modules
  15. saved  with MED V2.10.  In that case, load the module into OctaMED, correct
  16. the  tempo2  (change  to  6)  and save it back.  Also, a bug in module save
  17. routine  of MED 3.00 causes some modules to crash when played.  You can fix
  18. the modules by loading the module into OctaMED and saving the file back.
  19.  
  20. OctaMEDPlayer can play "standard" four channel Amiga songs, MIDI songs, 5 -
  21. 8 channel OctaMED songs, and the new "multi-modules".
  22.  
  23. OctaMEDPlayer  has  the  "2.0-look" and it works fine under 2.0 (as well as
  24. 1.3, of course).
  25.  
  26. And now, the usage:
  27.  
  28. CLI:
  29.         medplayer <song> <num>
  30.  
  31.         <song> is optional. If not specified, OctaMEDPlayer window
  32.                appears and waits for your interaction. If <song> is
  33.                present, then the song is loaded. If it loaded OK,
  34.                then the playing will start. Press Ctrl-C to quit.
  35.  
  36.         <num>  If the <song> is a multi-module, you can select the
  37.                number of the song you want to play.
  38.  
  39.         For example:
  40.         medplayer multimod 2  ;plays the second song of "multimod"
  41.  
  42. Workbench:
  43.  
  44.         You can run OctaMEDPlayer by double-clicking its icon. To
  45.         automatically play a song when its icon is clicked, set the
  46.         icon default tool (the default setting is OctaMEDPlayer).
  47.         You can click the song icon and then shift-double click the
  48.         OctaMEDPlayer icon to play that song. OctaMEDPlayer always
  49.         opens its window when started from WB.
  50.  
  51. The OctaMEDPlayer window:
  52.  
  53.         When you start OctaMEDPlayer from WB or CLI without arguments,
  54.         the window appears. There you'll find some gadgets that control
  55.         the playing.
  56.  
  57.         The string gadget       This holds the name of the current song.
  58.                                 You can load a new song by typing its path
  59.                                 and filename into this gadget.
  60.  
  61.         Play                    Starts playing the song from the beginning.
  62.  
  63.         Cont                    Plays the current song starting from the
  64.                                 point where you stopped it.
  65.  
  66.         Stop                    Stops the playing
  67.  
  68.         MIDI:Y/N                This gadget allows you to turn MIDI on/off.
  69.                                 It has no affection when in 5 - 8 channel
  70.                                 mode!
  71.  
  72.         Freq                    Allows you to load a song by using a file-
  73.                                 requester. Note that this requires you to
  74.                                 have ASL.library V37 and AmigaDOS V37, so
  75.                                 you have to get Kickstart V2.0, before you
  76.                                 can use it.
  77.  
  78.         < >                     With these gadgets you can select the song,
  79.                                 if there's a multi-module in memory.
  80.  
  81.         There's now a some information displayed, when you play a song:
  82.         Sg:01/01 S:001/010 B:00/08 L:000
  83.  
  84.         "Sg" shows the number of the current song, and the total number of
  85.         songs in this module.
  86.  
  87.         "S" shows the position and the length of the playing sequence list.
  88.  
  89.         "B" shows the current block number and the total number of blocks
  90.         in this song.
  91.  
  92.         "L" is the current line number in this block.
  93.