diff options
author | Kermalis <29823718+Kermalis@users.noreply.github.com> | 2018-11-20 16:41:05 -0500 |
---|---|---|
committer | Kermalis <29823718+Kermalis@users.noreply.github.com> | 2018-11-20 16:41:05 -0500 |
commit | 34a8cc8acd3178dec1546068e8812f654205a130 (patch) | |
tree | 3894c7ef216d0e928a4ad075edd5e3e9a37a613f /sound | |
parent | 84f43a8369aed970289eb8b83079242cede53e9b (diff) |
Match se_pc_on.mid
Diffstat (limited to 'sound')
-rw-r--r-- | sound/songs/midi/se_pc_on.mid | bin | 0 -> 148 bytes | |||
-rw-r--r-- | sound/songs/se_pc_on.s | 74 |
2 files changed, 0 insertions, 74 deletions
diff --git a/sound/songs/midi/se_pc_on.mid b/sound/songs/midi/se_pc_on.mid Binary files differnew file mode 100644 index 000000000..86c0fa1c6 --- /dev/null +++ b/sound/songs/midi/se_pc_on.mid diff --git a/sound/songs/se_pc_on.s b/sound/songs/se_pc_on.s deleted file mode 100644 index d46ced4a6..000000000 --- a/sound/songs/se_pc_on.s +++ /dev/null @@ -1,74 +0,0 @@ - .include "MPlayDef.s" - - .equ se_pc_on_grp, voicegroup127 - .equ se_pc_on_pri, 5 - .equ se_pc_on_rev, reverb_set+50 - .equ se_pc_on_mvl, 127 - .equ se_pc_on_key, 0 - .equ se_pc_on_tbs, 1 - .equ se_pc_on_exg, 0 - .equ se_pc_on_cmp, 1 - - .section .rodata - .global se_pc_on - .align 2 - -@********************** Track 1 **********************@ - -se_pc_on_1: - .byte KEYSH , se_pc_on_key+0 - .byte TEMPO , 144*se_pc_on_tbs/2 - .byte VOICE , 4 - .byte XCMD , xIECV , 10 - .byte xIECL , 8 - .byte VOL , 100*se_pc_on_mvl/mxv - .byte BEND , c_v-11 - .byte N12 , Cn6 , v112 - .byte W03 - .byte W03 - .byte W03 - .byte W03 - .byte W03 - .byte W03 - .byte W03 - .byte W03 - .byte N04 , Cn5 , v080 - .byte W03 - .byte W01 - .byte Cn4 - .byte W02 - .byte W02 - .byte Gn4 - .byte W01 - .byte W03 - .byte Cn4 - .byte W03 - .byte W01 - .byte Cn5 - .byte W02 - .byte W02 - .byte Cn4 - .byte W01 - .byte W03 - .byte Cn6 , v100 - .byte W03 - .byte W01 - .byte Cn4 , v080 - .byte W02 - .byte W03 - .byte FINE - -@******************************************************@ - .align 2 - -se_pc_on: - .byte 1 @ NumTrks - .byte 0 @ NumBlks - .byte se_pc_on_pri @ Priority - .byte se_pc_on_rev @ Reverb. - - .word se_pc_on_grp - - .word se_pc_on_1 - - .end |