diff options
author | Kermalis <29823718+Kermalis@users.noreply.github.com> | 2018-10-10 15:28:17 -0400 |
---|---|---|
committer | Kermalis <29823718+Kermalis@users.noreply.github.com> | 2018-10-10 15:28:17 -0400 |
commit | c44d355f6fefe580ea1a04d1c4f92c4af036aa09 (patch) | |
tree | 917f59f42f53e5fb08989bffc97fc1df1405dc26 /sound | |
parent | 264bd34bdd84610177f02704294cc0515b9e27c2 (diff) |
Match se_e.mid
Diffstat (limited to 'sound')
-rw-r--r-- | sound/songs/midi/se_e.mid | bin | 0 -> 75 bytes | |||
-rw-r--r-- | sound/songs/se_e.s | 45 |
2 files changed, 0 insertions, 45 deletions
diff --git a/sound/songs/midi/se_e.mid b/sound/songs/midi/se_e.mid Binary files differnew file mode 100644 index 000000000..79485cbc9 --- /dev/null +++ b/sound/songs/midi/se_e.mid diff --git a/sound/songs/se_e.s b/sound/songs/se_e.s deleted file mode 100644 index aa9b91844..000000000 --- a/sound/songs/se_e.s +++ /dev/null @@ -1,45 +0,0 @@ - .include "MPlayDef.s" - - .equ se_e_grp, voicegroup128 - .equ se_e_pri, 4 - .equ se_e_rev, reverb_set+50 - .equ se_e_mvl, 127 - .equ se_e_key, 0 - .equ se_e_tbs, 1 - .equ se_e_exg, 0 - .equ se_e_cmp, 1 - - .section .rodata - .global se_e - .align 2 - -@********************** Track 1 **********************@ - -se_e_1: - .byte KEYSH , se_e_key+0 - .byte TEMPO , 240*se_e_tbs/2 - .byte VOICE , 125 - .byte BENDR , 12 - .byte VOL , 120*se_e_mvl/mxv - .byte BEND , c_v+0 - .byte N72 , Cn3 , v127 - .byte W24 - .byte W24 - .byte W24 - .byte W24 - .byte FINE - -@******************************************************@ - .align 2 - -se_e: - .byte 1 @ NumTrks - .byte 0 @ NumBlks - .byte se_e_pri @ Priority - .byte se_e_rev @ Reverb. - - .word se_e_grp - - .word se_e_1 - - .end |