diff options
author | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2014-04-19 09:01:05 -0400 |
---|---|---|
committer | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2014-04-19 09:01:05 -0400 |
commit | 952e18cf1d2c4ebb452e8e18528ed5e35463fdbc (patch) | |
tree | 53f5fe2c3be072f6f0a5e1f161a4f907847c04f5 /macros.asm | |
parent | 561c95338ceafd6356e649a221493ee72c0b2e93 (diff) |
Better noise instrument names
Diffstat (limited to 'macros.asm')
-rwxr-xr-x | macros.asm | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -34,12 +34,12 @@ A# EQU $B B_ EQU $C ; instruments -noise1 EQU $1 -noise3 EQU $3 -noise5 EQU $5 -noise7 EQU $7 -noise9 EQU $9 -noisec EQU $c +bass EQU $1 +snare1 EQU $3 ; medium length +snare2 EQU $5 ; medium length +snare3 EQU $7 ; short +snare4 EQU $9 ; long +snare5 EQU $C ; long note: MACRO db (\1 << 4) | (\2 - 1) |