home *** CD-ROM | disk | FTP | other *** search
- ;-------------------T-----------T-----------------T---------T---------------
-
- ;=============================================================================
- ;=============================================================================
- ;===================== t h x - s o u n d s y s t e m =======================
- ;=============================================================================
- ;============ b i n a r y - r e p l a y e r b a n g d o c u ==============
- ;=============================================================================
- ;=============================================================================
- ;===================== v e r s i o n 2 . 3 d - s p 1 =======================
- ;=============================================================================
- ;=============================================================================
-
- How to use the bang-fx-player in my own productions ??
- - Here we go (no example source atm!)
-
- Put the "jsr thxBang" into your interrupt from where you call thxInterrupt!
-
- 1. Include the "THX-Bang.BIN" file (100% pc-relative) <needn't be chip :-)>
- 2. Call the following procedure as described:
- jsr thxBang (well, there's only one procedure in the .bin file :^)
-
- 3. That's it, now some technical information!
-
-
-
- ; ----==== a Little Function-Overview ====----
-
-
- ; All Inputs are LONGWORDS, please!
-
-
- ;---- thxBang
- ;
- ; Inputs: d3: number of the instrument to bang
- ; d1: note (1 is c-1, 2 is c#1, 3 is d-1, 12 is c-2 etc.)
- ; d2: effect ($0 to $F)
- ; d0: fx-param ($00 to $FF)
- ; d4: logical voice number (0 to 3, equals voice 1 to 4)
- ; a1: pointer to your thxReplayer binary
- ;
- : Function: will bang the given instrument on the given voice with the
- ; given note and the given effect (and who gives me anything?)
-
-
- ; If you need some help or some short example, contact me! anyway, should
- ; not be a big problem to get this working... - dexxie...
-