home *** CD-ROM | disk | FTP | other *** search
/ Dream 52 / Amiga_Dream_52.iso / Amiga / Applications / Musique / ays-t23d.lha / THX-Bang.doc < prev    next >
Text File  |  1998-04-05  |  2KB  |  48 lines

  1. ;-------------------T-----------T-----------------T---------T---------------
  2.  
  3. ;=============================================================================
  4. ;=============================================================================
  5. ;===================== t h x - s o u n d   s y s t e m =======================
  6. ;=============================================================================
  7. ;============ b i n a r y - r e p l a y e r   b a n g   d o c u ==============
  8. ;=============================================================================
  9. ;=============================================================================
  10. ;========================= v e r s i o n   2 . 3 d ===========================
  11. ;=============================================================================
  12. ;=============================================================================
  13.  
  14. How to use the bang-fx-player in my own productions ??
  15.  - Here we go (no example source atm!)
  16.  
  17. Put the "jsr thxBang" into your interrupt from where you call thxInterrupt!
  18.  
  19. 1. Include the "THX-Bang.BIN" file (100% pc-relative) <needn't be chip :-)>
  20. 2. Call the following procedure as described:
  21.       jsr thxBang (well, there's only one procedure in the .bin file :^)
  22.  
  23. 3. That's it, now some technical information!
  24.  
  25.  
  26.  
  27. ;            ----==== a Little Function-Overview ====----
  28.  
  29.  
  30. ; All Inputs are LONGWORDS, please!
  31.  
  32.  
  33. ;---- thxBang
  34. ;
  35. ; Inputs: d3: number of the instrument to bang
  36. ;         d1: note (1 is c-1, 2 is c#1, 3 is d-1, 12 is c-2 etc.)
  37. ;         d2: effect ($0 to $F)
  38. ;         d0: fx-param ($00 to $FF)
  39. ;         d4: logical voice number (0 to 3, equals voice 1 to 4)
  40. ;         a1: pointer to your thxReplayer binary
  41. ;
  42. : Function: will bang the given instrument on the given voice with the
  43. ;           given note and the given effect (and who gives me anything?)
  44.  
  45.  
  46. ; If you need some help or some short example, contact me! anyway, should
  47. ; not be a big problem to get this working...          - dexxie...
  48.