home *** CD-ROM | disk | FTP | other *** search
/ Large Pack of OldSkool DOS MOD Trackers / buzzmachines_bigpack_27feb2002.zip / Generators / 2NDpLoopJumpHACK.txt < prev    next >
Text File  |  2001-10-26  |  3KB  |  76 lines

  1. 2ndP LoopJump HACK v1.1                                        Oct18/2001
  2. -----------------------
  3. made by 2ndProcess, thanks to P.DOOM for the HACKpointers
  4.  
  5. This is FREE software.
  6.  
  7. This is version 1.1, some demos included, parameter descriptions/docs
  8. reworked since v1.0
  9.  
  10. ----------------------------------------------------------------------------
  11. WARNING1!!!! compatibilty problems may occur with newer versions of Buzz
  12. (which are not likely to be ever available, but who knows...) since it's
  13. HACKED and uses some unofficial pointers!!!!
  14.  
  15. _ANYWAY_, I am NOT responsible for damage or anything else of the bad
  16. things that my program may (but is not likely to) cause. IT'S YOUR RISK.
  17. -------------------------------------------------------------------------
  18.  
  19. What can I do with this machine?
  20. --------------------------------
  21. - easily make songs with pattern lengths not supported by Buzz
  22.   (by skipping the last ticks of each pattern)
  23.  
  24. - skip or repeat patterns (relative jumps!)
  25.  
  26. INSTALLATION
  27. ------------
  28. Copy 2ndPLoopJumpHACK.dll into the Gear\Generators\ subfolder of you Buzz folder.
  29. Open index.txt (in Gear\) and add this line
  30.  
  31.    2ndPLoopJumpHACK,2ndP LoopJump HACK
  32.  
  33. at Generators/Utilities (or whereever you want).
  34.  
  35.  
  36. Parameters
  37. ----------
  38. Destination           An "address number" in your sequence. You may want to
  39.                       set this by hand, but usually the "remember" trigger
  40.                       will be used to set this.
  41.  
  42. Remember              Writes current song position into "Destination", ie. the next
  43.                       "jump" will go to this place. Mark the first tick of a section
  44.                       to be repeated with this.
  45.  
  46. Increase/Decrease     Adds/subtracts some patterns from "Destination". You can
  47. Destination           use this to jump back FROM current position (remember+decrease)
  48.                       or to skip.
  49.  
  50. Counter               Whenever you jump, this counter is decreased. Set it to
  51.                       how often you want to jump.
  52.  
  53. Jump                  Counts down and triggers the jump if counter is > 0. Put this
  54.                       at the LAST TICK of the LAST PATTERN to be repeated.
  55.  
  56.  
  57. NOTES
  58. -----
  59. Have a look at the demo .bmx...
  60.  
  61.  
  62.  
  63. WORKING AT...
  64. -------------
  65. A new control machine for Buzz! Not sure how this will look like...
  66. not sure if I'll ever finish it :( MAYBE with CHORD ENTRY, CONTROLLED
  67. RANDOMIZATION and such fuss...
  68.  
  69. A low-cpu mixer, just muliple input panning :)
  70.  
  71.  
  72. ALL DEVELOPERS, _PLEASE_ READ THIS!!!
  73. -------------------------------------
  74. Whenever you do machines with ranomizable values... Please allow to set the random seed with a parameter so we can actually COMPOSE with random!
  75.  
  76.