home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 435a.lha / XTPlay_v3.0 / XTPlay.doc < prev    next >
INI File  |  1990-11-12  |  5KB  |  124 lines

  1. [Doc30.txt]
  2.  
  3.     The XTracker Module Player V3.0 (fromerly SoundTrackerModulePlayer)
  4.  
  5.     Coded TOTALY By Jim G.
  6.  
  7.     Instructions:
  8.  
  9. Gadgets:
  10.  
  11. LOAD MODULE - Brings up a File Requester to select a module.
  12. AUTO -------- Toggle.  Default OFF - Modules begin playing as soon as
  13.         they are loaded, otherwise click on the play gadget after the
  14.         module has been loaded to play the module.
  15. PLAY -------- Resets and plays the currently loaded module.
  16. STOP -------- Stop playing module. Click on the Continue gadget to continue
  17.         playing module, or click on the Play gadget to start over.
  18. NORMAL ------ Toggle.  Default NORMAL - Toggles between NORMAL and PAL or NTSC.
  19.         NORMAL - Music plays at "normal"(unaltered) speed.
  20.         PAL(NTSC only) - Music plays at approximatly the same speed
  21.          as it would if played on a PAL machine.
  22.         NTSC(PAL only) - Music plays at approximatly the same speed
  23.          as it would if played on an NTSC machine.
  24. CONTINUE ---- Continue playing module from where it was stopped.
  25. NO LOOP ----- Toggle.  Default NO LOOP - Toggles between NO LOOP and LOOP ON.
  26.         NO LOOP - Song plays one time through and does not repeat.
  27.         LOOP ON - Song repeats.
  28. QUIT -------- Standard "Quit" gadget... Quit/Exit program.
  29. CLEAR ------- Clear(free/remove) the currently loaded module from ram.
  30. ABOUT ------- Standard "About" window...
  31. FILTER ------ Toggles High Filter ON/OFF.
  32. >> ---------- FastForward - Increases current pattern being played.
  33. << ---------- ReWind - decreases current pattern being played.
  34.  
  35.  
  36. Displays:
  37.  
  38. LOOP - Counts down number of patterns till loop
  39. TIME - Elapsed playing time
  40. ST/NT- Type of module loaded.  ST=SoundTracker NT=NoiseTracker
  41. CHIP - Current amount of available chip(instrument) memory
  42. FAST - Current amount of available fast(song) memory
  43.  
  44.  
  45. Chit-Chat:
  46.  
  47. The >> & << gadgets have an opisite effect on the LOOP display since the LOOP
  48. display is a count down display.  When the >> gadget is used, the current
  49. pattern being played is increased, so, the number of patterns to be played will
  50. decrease.  The opisite will happen when the << gadget is used, the current
  51. pattern will be decreased, and the LOOP didplay will increase... Get it????
  52.  
  53. If using the >> & << gadgets while NOT playing, use the CONTINUE gadget to
  54. begin playing from the place indicated by LOOP.  If you use the PLAY gadget,
  55. the song will reset, and play from the beginning.
  56.  
  57. NOTE: the following text was taken from "intuitracker.doc" and modified to
  58. reflect instructions for XTracker Module Player.
  59. ------------------------------------------------------------------------------
  60. 6. NOTES FOR MUSICIANS:
  61.    ~~~~~~~~~~~~~~~~~~~~
  62.  
  63. Intuitracker's author/composer format:
  64.  
  65. IntuiTracker introduces a new way for composers to put their name on
  66. a musicpiece.
  67. Soundtracker (and Noisetracker) stores the names of the instruments
  68. in each module. If instead of the name of an instrument; f.ex.
  69.  
  70.     st-01:bassdrum
  71.  
  72. you enter something like this:
  73.  
  74.     #Hellraiser of Triumph.
  75.  
  76. the following will appear in the ModuleName display area:
  77.  
  78.     Hellraiser of Triumph.
  79.  
  80. Please note the '#' character in front of the control string.
  81. (Use SHIFT-3 on Soundtracker,
  82.  use SHIFT and the key to the left of [RETURN] on Noisetracker.)
  83.  
  84. If you want more text, just use more '#'-control strings.
  85. Text will appear every 3 seconds.
  86.  
  87. NOTE!    - You can have up to thirty-one (31) '#'-control strings in
  88.       one module. This gives you about 651 bytes to write in.
  89.     - '#'-control strings can be in any instrument.
  90.  
  91. IT'S UP TO YOU TO USE THIS TECHNIQUE !  IF YOU WANT FAME, USE IT !
  92.  
  93. If no-one supports it, it will be of no use !
  94. ------------------------------------------------------------------------------
  95. The '#' MUST BE THE FIRST character of the instrument name.
  96. I suggest you use a sector editor(I use NewZap) to add/change the text in a
  97. module after it has been saved.  This is also good if you rip a piece of music
  98. to reming you of what you ripped it from.  Also, you dont have to place text
  99. "from the top down" you can place text in any instrument you want this is nice
  100. for having text in the module and still preserving the instrument names.  You
  101. dont have to destroy instrument names in order to have text.
  102. The ModuleName appears in color 3(Hilight color), "scroll text" appears in
  103. color 1(text color).
  104.  
  105. Disclamer:
  106.  
  107. The author takes NO responsibility for the use, misuse, or any direct or
  108. indirect affects or effects of the use of this program.
  109.  
  110. The Dreaded KNOWN Bug List:
  111. 1. Bug in the fastforward and rewind features-Using these gadgets may cause
  112.     the music to slow down noticably durring the current pattern.  Speed will
  113.     resume as soon as the next pattern begins playing.
  114. 2. ¿Bug? after having loaded an undetermined number of modules, requesters and
  115.     windows will refuse to open.  I supose this has something to do with
  116.     allocation/deallocation routines, However, I have determined that all
  117.     memory allocated by xtplay is released. My only explanation is memory
  118.     fragmentation.  I will look into this further in the future(another
  119.     revision).
  120.  
  121. GoodByes:
  122.  
  123. Later.
  124.