From a63f3ce8722ba2bf39344c1aa83d141e8f3ddf09 Mon Sep 17 00:00:00 2001 From: Diegoisawesome Date: Sat, 22 Sep 2018 19:56:17 -0500 Subject: [PATCH] Set up Makefile for MIDIs --- .gitignore | 1 + Makefile | 36 +- build_tools.sh | 1 + ld_script.txt | 2 +- songs.mk | 7 + sound/songs/midi/mus_ajito.mid | Bin 0 -> 9125 bytes sound/songs/mus_ajito.s | 1561 -------------------------------- 7 files changed, 33 insertions(+), 1575 deletions(-) create mode 100644 songs.mk create mode 100644 sound/songs/midi/mus_ajito.mid delete mode 100644 sound/songs/mus_ajito.s diff --git a/.gitignore b/.gitignore index 81813f5b8a..dc782899dd 100644 --- a/.gitignore +++ b/.gitignore @@ -16,6 +16,7 @@ *.hwjpnfont *.fwjpnfont sound/**/*.bin +sound/songs/midi/*.s tools/agbcc *.map *.ld diff --git a/Makefile b/Makefile index d9f3ec4c7b..a088f8541d 100644 --- a/Makefile +++ b/Makefile @@ -2,6 +2,12 @@ include $(DEVKITARM)/base_tools export CPP := $(PREFIX)cpp export LD := $(PREFIX)ld +ifeq ($(OS),Windows_NT) +EXE := .exe +else +EXE := +endif + TITLE := POKEMON EMER GAME_CODE := BPEE MAKER_CODE := 01 @@ -19,15 +25,17 @@ C_SUBDIR = src ASM_SUBDIR = asm DATA_ASM_SUBDIR = data SONG_SUBDIR = sound/songs +MID_SUBDIR = sound/songs/midi C_BUILDDIR = $(OBJ_DIR)/$(C_SUBDIR) ASM_BUILDDIR = $(OBJ_DIR)/$(ASM_SUBDIR) DATA_ASM_BUILDDIR = $(OBJ_DIR)/$(DATA_ASM_SUBDIR) SONG_BUILDDIR = $(OBJ_DIR)/$(SONG_SUBDIR) +MID_BUILDDIR = $(OBJ_DIR)/$(MID_SUBDIR) ASFLAGS := -mcpu=arm7tdmi -CC1 := tools/agbcc/bin/agbcc +CC1 := tools/agbcc/bin/agbcc$(EXE) override CFLAGS += -mthumb-interwork -Wimplicit -Wparentheses -Werror -O2 -fhex-asm CPPFLAGS := -I tools/agbcc/include -I tools/agbcc -iquote include -nostdinc -undef @@ -37,13 +45,13 @@ LDFLAGS = -Map ../../$(MAP) LIB := -L ../../tools/agbcc/lib -lgcc -lc SHA1 := $(shell { command -v sha1sum || command -v shasum; } 2>/dev/null) -c -GFX := tools/gbagfx/gbagfx -AIF := tools/aif2pcm/aif2pcm -MID := $(abspath tools/mid2agb/mid2agb) -SCANINC := tools/scaninc/scaninc -PREPROC := tools/preproc/preproc -RAMSCRGEN := tools/ramscrgen/ramscrgen -FIX := tools/gbafix/gbafix +GFX := tools/gbagfx/gbagfx$(EXE) +AIF := tools/aif2pcm/aif2pcm$(EXE) +MID := $(abspath tools/mid2agb/mid2agb)$(EXE) +SCANINC := tools/scaninc/scaninc$(EXE) +PREPROC := tools/preproc/preproc$(EXE) +RAMSCRGEN := tools/ramscrgen/ramscrgen$(EXE) +FIX := tools/gbafix/gbafix$(EXE) # Clear the default suffixes .SUFFIXES: @@ -57,7 +65,7 @@ FIX := tools/gbafix/gbafix .PHONY: rom clean compare tidy -$(shell mkdir -p $(C_BUILDDIR) $(ASM_BUILDDIR) $(DATA_ASM_BUILDDIR) $(SONG_BUILDDIR)) +$(shell mkdir -p $(C_BUILDDIR) $(ASM_BUILDDIR) $(DATA_ASM_BUILDDIR) $(SONG_BUILDDIR) $(MID_BUILDDIR)) C_SRCS := $(wildcard $(C_SUBDIR)/*.c) C_OBJS := $(patsubst $(C_SUBDIR)/%.c,$(C_BUILDDIR)/%.o,$(C_SRCS)) @@ -71,7 +79,10 @@ DATA_ASM_OBJS := $(patsubst $(DATA_ASM_SUBDIR)/%.s,$(DATA_ASM_BUILDDIR)/%.o,$(DA SONG_SRCS := $(wildcard $(SONG_SUBDIR)/*.s) SONG_OBJS := $(patsubst $(SONG_SUBDIR)/%.s,$(SONG_BUILDDIR)/%.o,$(SONG_SRCS)) -OBJS := $(C_OBJS) $(ASM_OBJS) $(DATA_ASM_OBJS) $(SONG_OBJS) +MID_SRCS := $(wildcard $(MID_SUBDIR)/*.mid) +MID_OBJS := $(patsubst $(MID_SUBDIR)/%.mid,$(MID_BUILDDIR)/%.o,$(MID_SRCS)) + +OBJS := $(C_OBJS) $(ASM_OBJS) $(DATA_ASM_OBJS) $(SONG_OBJS) $(MID_OBJS) OBJS_REL := $(patsubst $(OBJ_DIR)/%,%,$(OBJS)) rom: $(ROM) @@ -82,7 +93,7 @@ compare: $(ROM) clean: tidy rm -f sound/direct_sound_samples/*.bin - rm -f $(SONG_OBJS) + rm -f $(SONG_OBJS) $(MID_OBJS) find . \( -iname '*.1bpp' -o -iname '*.4bpp' -o -iname '*.8bpp' -o -iname '*.gbapal' -o -iname '*.lz' -o -iname '*.latfont' -o -iname '*.hwjpnfont' -o -iname '*.fwjpnfont' \) -exec rm {} + tidy: @@ -91,6 +102,7 @@ tidy: include graphics_file_rules.mk include spritesheet_rules.mk +include songs.mk %.s: ; %.png: ; @@ -106,8 +118,6 @@ include spritesheet_rules.mk %.rl: % ; $(GFX) $< $@ sound/direct_sound_samples/cry_%.bin: sound/direct_sound_samples/cry_%.aif ; $(AIF) $< $@ --compress sound/%.bin: sound/%.aif ; $(AIF) $< $@ -sound/songs/%.s: sound/songs/%.mid - cd $(@D) && ../../$(MID) $(q7K^lVX-KA~OwrM-GUD`d`9_?W+ zvuGY(&W?Wkin(KE%|~nI&Y@XzXY@yAli^>Fm`#S8qhn_C*%M~-yCdc<;E%`5U50lx zWcu!C(cA~TMf>E4*#fi$fh|zBK-mWTx1X48hT9sB{@84TvIF?<1+#M~Yj&90dHy?Q z=jb!OKWuhD-5LFX`3$sO+CMIv-9u|;7t~!)cR_XiVY3VBE~xiF`=>GYAbxN3lG$VU z=@qlbaF11ctlDFh>kpefR_(#d=jObL$4X{{)}noQt(5(Mwmw$MH5gY?uz2hmc(dSL z%QpC~(62Mz$fwrjOSyRBebb@^TKCP3T!V3iCQ0eH!W_TD`q|ui9=S93(Vy*4e7Lxr zv!uu7vL7ri^D}edgf{X^z18`pT;HmaUp31rZNd{>8@5L;BDPX8VuP*b+!j~0#omvM zts)A$-ThmgESMHe+iB2OXcAxS-~pDkdUO0yJC9#jassB81RC_(L&d`PNg{p;^!&S~ zJ6$rJ7fYu7GtLlL^A}FO4ZiElMa)&1t1vDz2ZN@2k~I^od9!4i7fabXWz8$F%W2htMZl`S%D}p3!GWzdOPdSKGmaQn8J8DyX0s+ptUCiPEVWtJLR!rt zY|__(N5HGVCB<@)?Jq+6HSl4t4V~s&&}JMlt}-sao3=C~xCX;b){F zuf@1FS;`=%Oo|ug5*gX3wUJ*Q5l@~U<`W)9*7M83>BeVQt(ZDfs~pLyQ*K~#q7kqf zFel2nAjUMy`xKjBQ6LUdNTdjS9e9vJiu1nH^@`a0 zJVcO#ikfIITfV$G))+glfC-$N2WK9f`D}yli0>NTF+r<~YIjbt zeu_}Uw`kO*?li4$D6lbKV?I7taQLS&6U+j9=wT+{M!;&oSQnBNNz+>N1+SrKri>Xp^XJH;>?K!XtkMybK&cgoKBmI>Aq!$b^JPiB6K_h?bI^#S(bq;EiXJ zL`U?L=s?c~6|#lSlnWjq(eYaSz#L~O*yJ z7l+XoAbjD!p7SWEE4U9_8cY`^3G&%Gz0^Sdv^xjvRbceds|f6M#;-A^k5Kf%OGft% z=Ar)xjr}(+8+9l~Q1mCQQ&H;LCA;oifD!r#h9zx#Vm}8y2b?~FX?rqc*qzsb(MK>Y zTz?Wteu+YK_@(rP>`B~G>illR?+)Z%)`ybAci3HD&IK$2HZ`^ zt4Zw(O&Gm(5GjtoGUpoDh0VEAKiQXarFQXkaxUCp5Sn#|sEWOn01tw*IhTA?|9v%O zltC-f+VCy7o@-8Xn~htu<^Jn=(G!3cg@|J=_}(06n0*wutN)UY+;9Sh4zgVcKqJ8@4%P#Yb!eR zRrW?zAg2m|+wZC?l(0|Xt1#l^WZ@cT8%_pjf?b=?<$jQhPZrRQf`v8cD>SXQ^!c{3 zJV|2Z=Cb;I1$TQ~kFEesx(bk`!naEqs08tCLpanbe2b!#PbD9fZ?p@QZ9)PS0?M@W zg>7O_i|;0A+H`~ODzFND8JHD-6qL)EEo#uKEYhH_Of3z)S9(rclS@>&K%)g8rVG2O zD4vU9nhJ*1R3(Tol-5+OmbNMi+3>-h?MW$3;#;_h<}P^66|)CxZc^9r^s+V#6`+IW z+L{r4^Orqdf@a&g5p!kcf`%W&lh22(25@c%l{AAw*yCeMP1x}43?83uShkoJB)|!K z353d7HdM=W>yp;+%ZbkU>RN)6@;3=tZd^WFQOR@!@-{nH%`PYrXCXgn%Zq%YZ^@aZ zEG-wTOP-{6rqoWoHAzPYO2swIgMGS3F<(=P4 zANO-OWgDn`FnU^4l`rp0@K2MOlWNH)eVqhfHp3EozK>m04O*5;@OdXZ`fYfFORVVW z=w;H%0_Ow1|vrDK(7r|IfJB}88vlSGSHBpf}L ni(aTy+j-)qtxCIi<>DxUdK#|?GI}BU2I3WelKGW+IAQ(;Yb|%6 literal 0 HcmV?d00001 diff --git a/sound/songs/mus_ajito.s b/sound/songs/mus_ajito.s deleted file mode 100644 index 7e9df7cb34..0000000000 --- a/sound/songs/mus_ajito.s +++ /dev/null @@ -1,1561 +0,0 @@ - .include "MPlayDef.s" - - .equ mus_ajito_grp, voicegroup076 - .equ mus_ajito_pri, 0 - .equ mus_ajito_rev, reverb_set+50 - .equ mus_ajito_mvl, 127 - .equ mus_ajito_key, 0 - .equ mus_ajito_tbs, 1 - .equ mus_ajito_exg, 0 - .equ mus_ajito_cmp, 1 - - .section .rodata - .global mus_ajito - .align 2 - -@********************** Track 1 **********************@ - -mus_ajito_1: - .byte KEYSH , mus_ajito_key+0 -mus_ajito_1_B1: - .byte TEMPO , 118*mus_ajito_tbs/2 - .byte VOICE , 127 - .byte PAN , c_v+0 - .byte VOL , 39*mus_ajito_mvl/mxv - .byte N03 , En5 , v112 - .byte W12 - .byte N03 - .byte W12 - .byte N03 - .byte W12 - .byte N03 - .byte W12 - .byte N03 - .byte W12 - .byte VOICE , 126 - .byte N09 , Gn5 , v100 - .byte W12 - .byte VOICE , 127 - .byte N03 , En5 , v112 - .byte W12 - .byte VOICE , 126 - .byte N09 , Gn5 - .byte W12 -mus_ajito_1_000: - .byte VOICE , 127 - .byte N03 , En5 , v112 - .byte W12 - .byte N03 - .byte W12 - .byte N03 - .byte W12 - .byte N03 - .byte W12 - .byte N03 - .byte W12 - .byte VOICE , 126 - .byte N09 , Gn5 , v100 - .byte W12 - .byte VOICE , 127 - .byte N03 , En5 , v112 - .byte W12 - .byte VOICE , 126 - .byte N09 , Gn5 - .byte W12 - .byte PEND - .byte PATT - .word mus_ajito_1_000 - .byte PATT - .word mus_ajito_1_000 - .byte PATT - .word mus_ajito_1_000 - .byte PATT - .word mus_ajito_1_000 - .byte PATT - .word mus_ajito_1_000 - .byte PATT - .word mus_ajito_1_000 - .byte PATT - .word mus_ajito_1_000 - .byte PATT - .word mus_ajito_1_000 - .byte PATT - .word mus_ajito_1_000 - .byte PATT - .word mus_ajito_1_000 - .byte PATT - .word mus_ajito_1_000 - .byte PATT - .word mus_ajito_1_000 - .byte PATT - .word mus_ajito_1_000 - .byte PATT - .word mus_ajito_1_000 - .byte PATT - .word mus_ajito_1_000 - .byte PATT - .word mus_ajito_1_000 - .byte PATT - .word mus_ajito_1_000 - .byte PATT - .word mus_ajito_1_000 - .byte GOTO - .word mus_ajito_1_B1 - .byte FINE - -@********************** Track 2 **********************@ - -mus_ajito_2: - .byte KEYSH , mus_ajito_key+0 -mus_ajito_2_B1: - .byte VOICE , 17 - .byte PAN , c_v+0 - .byte VOL , 36*mus_ajito_mvl/mxv - .byte LFOS , 44 - .byte BENDR , 2 - .byte W96 -mus_ajito_2_000: - .byte W72 - .byte N03 , Ds4 , v112 - .byte W03 - .byte Fn4 - .byte W03 - .byte Gn4 - .byte W03 - .byte An4 - .byte W03 - .byte As4 - .byte W03 - .byte Bn4 - .byte W03 - .byte Cn5 - .byte W03 - .byte Dn5 - .byte W03 - .byte PEND - .byte TIE , Ds5 - .byte W96 - .byte W48 - .byte EOT - .byte N03 , Fn5 - .byte W06 - .byte Gn4 - .byte W12 - .byte N03 - .byte W06 - .byte N06 , Fn5 - .byte W06 - .byte N03 , Gn4 - .byte W12 - .byte Ds5 - .byte W06 - .byte W96 - .byte W60 - .byte N12 - .byte W12 - .byte N03 , Gn5 - .byte W06 - .byte N03 - .byte W06 - .byte Cn5 - .byte W06 - .byte N06 , Fn5 - .byte W06 - .byte TIE , Ds5 - .byte W96 - .byte W48 - .byte EOT - .byte N03 , Fn5 - .byte W06 - .byte Gn4 - .byte W12 - .byte N03 - .byte W06 - .byte N06 , Fn5 - .byte W06 - .byte N03 , Gn4 - .byte W12 - .byte Gn5 - .byte W06 - .byte W96 - .byte W96 - .byte VOICE , 17 - .byte N18 , Fn5 - .byte W18 - .byte TIE , Cn5 - .byte W78 - .byte W48 - .byte EOT - .byte W12 - .byte N06 - .byte W06 - .byte N03 , Fn4 - .byte W06 - .byte Cn4 - .byte W06 - .byte N18 , Dn5 - .byte W18 - .byte N12 , Ds5 - .byte W12 - .byte N03 , Gs4 - .byte W06 - .byte N12 , Dn5 - .byte W12 - .byte N03 , Gs4 - .byte W06 - .byte N12 , Cs5 - .byte W12 - .byte N03 , Gs4 - .byte W06 - .byte N12 , Cn5 - .byte W12 - .byte N03 , Gs4 - .byte W06 - .byte N03 - .byte W03 - .byte As4 - .byte W03 - .byte Cn5 - .byte W03 - .byte As4 - .byte W03 - .byte N11 , Gs4 - .byte W12 - .byte N48 , Fn4 - .byte W54 - .byte N06 , Ds4 - .byte W06 - .byte N03 , Ds3 - .byte W06 - .byte Dn4 - .byte W06 - .byte Ds3 - .byte W06 - .byte N06 , Cn4 - .byte W06 - .byte N03 , Ds3 - .byte W06 - .byte Dn4 - .byte W06 - .byte N96 , Ds5 - .byte W96 - .byte N06 , Gn5 - .byte W06 - .byte N03 , Fn5 - .byte W06 - .byte N06 , Ds5 - .byte W06 - .byte N03 , Dn5 - .byte W12 - .byte N06 , Cn5 - .byte W12 - .byte N03 , Dn5 - .byte W06 - .byte Fn5 - .byte W06 - .byte Gn4 - .byte W12 - .byte N03 - .byte W06 - .byte N06 , Fn5 - .byte W06 - .byte N03 , Gn4 - .byte W12 - .byte Ds5 - .byte W06 - .byte W96 - .byte PATT - .word mus_ajito_2_000 - .byte N36 , Ds5 , v112 - .byte W36 - .byte W03 - .byte N03 , En5 - .byte W03 - .byte Fn5 - .byte W03 - .byte Fs5 - .byte W03 - .byte N15 , Gn5 - .byte W15 - .byte N03 , Fs5 - .byte W03 - .byte N15 , Gn5 - .byte W15 - .byte N03 , Fs5 - .byte W03 - .byte N60 , Gn5 - .byte W12 - .byte W48 - .byte N03 , Fn5 - .byte W06 - .byte Gn4 - .byte W12 - .byte N03 - .byte W06 - .byte N06 , Fn5 - .byte W06 - .byte N03 , Gn4 - .byte W12 - .byte Ds5 - .byte W06 - .byte GOTO - .word mus_ajito_2_B1 - .byte FINE - -@********************** Track 3 **********************@ - -mus_ajito_3: - .byte KEYSH , mus_ajito_key+0 -mus_ajito_3_B1: - .byte VOICE , 36 - .byte LFOS , 44 - .byte BENDR , 2 - .byte PAN , c_v+0 - .byte VOL , 84*mus_ajito_mvl/mxv - .byte BEND , c_v+0 - .byte N12 , Cn1 , v112 - .byte W18 - .byte N03 , Cn1 , v088 - .byte W18 - .byte N12 , Bn1 , v124 - .byte W06 - .byte BEND , c_v+32 - .byte W06 - .byte c_v+0 - .byte W48 -mus_ajito_3_000: - .byte N06 , Cn1 , v112 - .byte W12 - .byte N12 , Cn1 , v088 - .byte W24 - .byte N03 , Cn2 , v080 - .byte W06 - .byte N03 - .byte W06 - .byte VOICE , 35 - .byte W12 - .byte N06 , Gn1 , v092 - .byte W12 - .byte N03 , As1 - .byte W06 - .byte An1 - .byte W12 - .byte Gn1 - .byte W06 - .byte PEND -mus_ajito_3_001: - .byte VOICE , 36 - .byte BEND , c_v+0 - .byte N12 , Cn1 , v112 - .byte W18 - .byte N03 , Cn1 , v088 - .byte W18 - .byte N12 , Bn1 , v124 - .byte W06 - .byte BEND , c_v+32 - .byte W06 - .byte c_v+0 - .byte W48 - .byte PEND - .byte PATT - .word mus_ajito_3_000 - .byte PATT - .word mus_ajito_3_001 - .byte PATT - .word mus_ajito_3_000 - .byte PATT - .word mus_ajito_3_001 - .byte PATT - .word mus_ajito_3_000 - .byte PATT - .word mus_ajito_3_001 - .byte N06 , Cn1 , v112 - .byte W12 - .byte N12 , Cn1 , v088 - .byte W24 - .byte N03 , Cn2 , v080 - .byte W06 - .byte N03 - .byte W12 - .byte N06 , Fn2 , v112 - .byte W12 - .byte Ds2 - .byte W12 - .byte Cn2 - .byte W12 - .byte Ds2 - .byte W06 -mus_ajito_3_002: - .byte VOICE , 36 - .byte BEND , c_v+0 - .byte N12 , Fn1 , v112 - .byte W18 - .byte N03 , Fn1 , v088 - .byte W18 - .byte N12 , En2 , v124 - .byte W06 - .byte BEND , c_v+32 - .byte W06 - .byte c_v+0 - .byte W48 - .byte PEND - .byte N06 , Fn1 , v112 - .byte W12 - .byte N12 , Fn1 , v088 - .byte W24 - .byte N03 , Fn2 , v080 - .byte W06 - .byte N03 - .byte W06 - .byte VOICE , 35 - .byte W12 - .byte N06 , Cn2 , v092 - .byte W12 - .byte N03 , Ds2 - .byte W06 - .byte Dn2 - .byte W12 - .byte Cn2 - .byte W06 - .byte PATT - .word mus_ajito_3_002 - .byte N06 , Fn1 , v112 - .byte W12 - .byte N12 , Fn1 , v088 - .byte W24 - .byte N03 , Fn2 , v080 - .byte W06 - .byte N03 - .byte W06 - .byte N06 , Fn1 , v112 - .byte W06 - .byte N03 , Fn2 - .byte W12 - .byte Fn1 , v076 - .byte W06 - .byte N12 , En2 , v124 - .byte W06 - .byte BEND , c_v+35 - .byte W06 - .byte c_v+0 - .byte W12 - .byte PATT - .word mus_ajito_3_001 - .byte PATT - .word mus_ajito_3_000 - .byte PATT - .word mus_ajito_3_001 - .byte PATT - .word mus_ajito_3_000 - .byte PATT - .word mus_ajito_3_001 - .byte PATT - .word mus_ajito_3_000 - .byte GOTO - .word mus_ajito_3_B1 - .byte FINE - -@********************** Track 4 **********************@ - -mus_ajito_4: - .byte KEYSH , mus_ajito_key+0 -mus_ajito_4_B1: - .byte VOICE , 17 - .byte PAN , c_v+0 - .byte VOL , 39*mus_ajito_mvl/mxv - .byte LFOS , 44 - .byte BENDR , 2 - .byte W96 -mus_ajito_4_000: - .byte W72 - .byte N03 , Cn4 , v112 - .byte W03 - .byte Dn4 - .byte W03 - .byte Ds4 - .byte W03 - .byte Fn4 - .byte W03 - .byte Gn4 - .byte W03 - .byte An4 - .byte W03 - .byte As4 - .byte W03 - .byte Bn4 - .byte W03 - .byte PEND - .byte TIE , Cn5 - .byte W96 - .byte W48 - .byte EOT - .byte N03 , Ds5 - .byte W06 - .byte Ds4 - .byte W12 - .byte N03 - .byte W06 - .byte N06 , Ds5 - .byte W06 - .byte N03 , Ds4 - .byte W12 - .byte Cn5 - .byte W06 - .byte W96 - .byte W60 - .byte N12 , Gn4 - .byte W12 - .byte N03 , Cn5 - .byte W06 - .byte N03 - .byte W06 - .byte Ds4 - .byte W06 - .byte N06 , Bn4 - .byte W06 - .byte TIE , Cn5 - .byte W96 - .byte W48 - .byte EOT - .byte N03 , Ds5 - .byte W06 - .byte Ds4 - .byte W12 - .byte N03 - .byte W06 - .byte N06 , Ds5 - .byte W06 - .byte N03 , Ds4 - .byte W12 - .byte Ds5 - .byte W06 - .byte W96 - .byte W96 - .byte N18 - .byte W18 - .byte N84 , Gs4 - .byte W78 - .byte W06 - .byte N06 , As4 - .byte W06 - .byte N03 , Cn4 - .byte W06 - .byte N03 - .byte W06 - .byte N18 , As4 - .byte W18 - .byte N06 , Gs4 - .byte W18 - .byte N06 - .byte W06 - .byte N03 , Cn4 - .byte W06 - .byte Gs3 - .byte W06 - .byte N18 , Cn5 - .byte W18 - .byte N12 - .byte W12 - .byte N03 , Ds4 - .byte W06 - .byte N12 , Bn4 - .byte W12 - .byte N03 , Ds4 - .byte W06 - .byte N12 , As4 - .byte W12 - .byte N03 , Ds4 - .byte W06 - .byte N12 , Gs4 - .byte W12 - .byte N03 , Ds4 - .byte W06 - .byte Fn4 - .byte W03 - .byte Gn4 - .byte W03 - .byte Gs4 - .byte W03 - .byte Gn4 - .byte W03 - .byte N12 , Fn4 - .byte W12 - .byte N24 , Cn4 - .byte W30 - .byte N06 , Ds4 - .byte W06 - .byte N03 , Gs3 - .byte W06 - .byte N03 - .byte W12 - .byte N06 , Cn4 - .byte W06 - .byte N03 , Cn3 - .byte W06 - .byte As3 - .byte W06 - .byte Cn3 - .byte W06 - .byte N06 , Gs3 - .byte W06 - .byte N03 , Cn3 - .byte W06 - .byte As3 - .byte W06 - .byte N48 , Cn5 - .byte W54 - .byte N06 , Fn5 - .byte W12 - .byte Ds5 - .byte W12 - .byte Cn5 - .byte W12 - .byte Dn5 - .byte W06 - .byte Ds5 - .byte W06 - .byte N03 , Dn5 - .byte W06 - .byte N06 , Cn5 - .byte W06 - .byte N03 , Bn4 - .byte W12 - .byte N06 , Gn4 - .byte W12 - .byte As4 - .byte W06 - .byte N03 , Ds5 - .byte W06 - .byte Ds4 - .byte W12 - .byte N03 - .byte W06 - .byte N06 , Ds5 - .byte W06 - .byte N03 , Ds4 - .byte W12 - .byte Cn5 - .byte W06 - .byte W96 - .byte PATT - .word mus_ajito_4_000 - .byte N96 , Cn5 , v112 - .byte W96 - .byte N03 , Gn4 - .byte W06 - .byte N06 , Fn5 - .byte W06 - .byte N03 , Gn4 - .byte W06 - .byte N06 , Ds5 - .byte W06 - .byte N03 , Gn4 - .byte W06 - .byte N06 , Cn5 - .byte W06 - .byte N03 , Gn4 - .byte W06 - .byte N06 , Dn5 - .byte W06 - .byte N03 , Ds5 - .byte W06 - .byte Ds4 - .byte W12 - .byte N03 - .byte W06 - .byte N06 , Ds5 - .byte W06 - .byte N03 , Ds4 - .byte W12 - .byte Cn5 - .byte W06 - .byte GOTO - .word mus_ajito_4_B1 - .byte FINE - -@********************** Track 5 **********************@ - -mus_ajito_5: - .byte KEYSH , mus_ajito_key+0 -mus_ajito_5_B1: - .byte VOICE , 56 - .byte LFOS , 44 - .byte BENDR , 2 - .byte VOL , 42*mus_ajito_mvl/mxv - .byte PAN , c_v+0 - .byte W96 - .byte W96 - .byte W96 - .byte W96 - .byte MOD , 30 - .byte BEND , c_v+0 - .byte N03 , Bn1 , v092 - .byte W06 - .byte Cn2 , v084 - .byte W06 - .byte N06 , Cn2 , v127 - .byte W06 - .byte N03 , Cn2 , v080 - .byte W06 - .byte N06 , Bn1 , v092 - .byte W06 - .byte N03 , Cn2 , v084 - .byte W06 - .byte N06 , Cn2 , v096 - .byte W06 - .byte N03 , Cn2 , v080 - .byte W06 - .byte N02 , Cn2 , v112 - .byte W04 - .byte Cn2 , v084 - .byte W04 - .byte Cn2 , v096 - .byte W04 - .byte N06 , Bn1 , v120 - .byte W06 - .byte N03 , Cn2 , v080 - .byte W06 - .byte N06 , Cn2 , v096 - .byte W06 - .byte N03 , Cn2 , v084 - .byte W06 - .byte N06 , Bn1 , v096 - .byte W06 - .byte N03 , Cn2 , v080 - .byte W06 - .byte BEND , c_v+0 - .byte N03 , Cn2 , v096 - .byte W06 - .byte Cn2 , v084 - .byte W06 - .byte N06 , Cn2 , v116 - .byte W06 - .byte N03 , Cn2 , v080 - .byte W06 - .byte Ds2 , v112 - .byte W06 - .byte Ds2 , v076 - .byte W06 - .byte N06 , Dn2 , v112 - .byte W06 - .byte N03 , Ds2 , v080 - .byte W06 - .byte BEND , c_v+0 - .byte N48 , Gn2 , v112 - .byte W15 - .byte BEND , c_v+0 - .byte W02 - .byte c_v-7 - .byte W03 - .byte c_v-10 - .byte W04 - .byte c_v-13 - .byte W05 - .byte c_v-20 - .byte W03 - .byte c_v-23 - .byte W04 - .byte c_v-29 - .byte W02 - .byte c_v-38 - .byte W03 - .byte c_v-47 - .byte W03 - .byte c_v-62 - .byte W04 - .byte MOD , 2 - .byte W96 - .byte W96 - .byte W96 - .byte W96 - .byte W96 - .byte W96 - .byte W96 - .byte W96 - .byte W96 - .byte W96 - .byte W03 - .byte VOL , 31*mus_ajito_mvl/mxv - .byte W92 - .byte W01 - .byte W96 - .byte W96 - .byte W96 - .byte GOTO - .word mus_ajito_5_B1 - .byte FINE - -@********************** Track 6 **********************@ - -mus_ajito_6: - .byte KEYSH , mus_ajito_key+0 -mus_ajito_6_B1: - .byte VOICE , 80 - .byte PAN , c_v-61 - .byte LFOS , 44 - .byte XCMD , xIECV , 18 - .byte xIECV , 16 - .byte BENDR , 2 - .byte VOL , 37*mus_ajito_mvl/mxv - .byte BEND , c_v+0 - .byte W96 -mus_ajito_6_000: - .byte W72 - .byte N03 , An1 , v112 - .byte W03 - .byte Bn1 - .byte W03 - .byte Cn2 - .byte W03 - .byte Dn2 - .byte W03 - .byte En2 - .byte W03 - .byte Fn2 - .byte W03 - .byte Gn2 - .byte W03 - .byte An2 - .byte W03 - .byte PEND - .byte TIE , As2 - .byte W96 - .byte W48 - .byte EOT - .byte N03 , Cn3 - .byte W06 - .byte Ds2 - .byte W12 - .byte N03 - .byte W06 - .byte N06 , Cn3 - .byte W06 - .byte N03 , Ds2 - .byte W12 - .byte Gn2 - .byte W06 - .byte VOICE , 84 - .byte N03 , Dn2 , v092 - .byte W06 - .byte Ds2 , v084 - .byte W06 - .byte N06 , Ds2 , v127 - .byte W06 - .byte N03 , Ds2 , v080 - .byte W06 - .byte N06 , Dn2 , v092 - .byte W06 - .byte N03 , Ds2 , v084 - .byte W06 - .byte N06 , Ds2 , v096 - .byte W06 - .byte N03 , Ds2 , v080 - .byte W06 - .byte N02 , Ds2 , v112 - .byte W04 - .byte Ds2 , v084 - .byte W04 - .byte Ds2 , v096 - .byte W04 - .byte N06 , Dn2 , v120 - .byte W06 - .byte N03 , Ds2 , v080 - .byte W06 - .byte N06 , Ds2 , v096 - .byte W06 - .byte N03 , Ds2 , v084 - .byte W06 - .byte N06 , Dn2 , v096 - .byte W06 - .byte N03 , Ds2 , v080 - .byte W06 - .byte VOICE , 80 - .byte N03 , Ds2 , v096 - .byte W06 - .byte Ds2 , v084 - .byte W06 - .byte N06 , Ds2 , v116 - .byte W06 - .byte N03 , Ds2 , v080 - .byte W06 - .byte Gn2 , v112 - .byte W06 - .byte Gn2 , v076 - .byte W06 - .byte N06 , Fs2 , v112 - .byte W06 - .byte N03 , Gn2 , v080 - .byte W06 - .byte N24 , Cn3 , v112 - .byte W24 - .byte N03 , An1 - .byte W03 - .byte Bn1 - .byte W03 - .byte Cn2 - .byte W03 - .byte Dn2 - .byte W03 - .byte En2 - .byte W03 - .byte Fn2 - .byte W03 - .byte Gn2 - .byte W03 - .byte An2 - .byte W03 - .byte N36 , As2 - .byte W36 - .byte W03 - .byte N03 , Cn3 - .byte W03 - .byte Cs3 - .byte W03 - .byte Dn3 - .byte W03 - .byte N36 , Ds3 - .byte W36 - .byte W03 - .byte N03 , Gn3 - .byte W03 - .byte Gs3 - .byte W03 - .byte An3 - .byte W03 - .byte N48 , As3 - .byte W48 - .byte N03 , Cn4 - .byte W06 - .byte Ds3 - .byte W12 - .byte N03 - .byte W06 - .byte N06 , Cn4 - .byte W06 - .byte N03 , Ds3 - .byte W12 - .byte Cn4 - .byte W06 - .byte W96 - .byte W96 - .byte W96 - .byte W96 - .byte W96 - .byte W96 - .byte TIE , As2 - .byte W96 - .byte W48 - .byte EOT - .byte N03 , Cn3 - .byte W06 - .byte Ds2 - .byte W12 - .byte N03 - .byte W06 - .byte N06 , Cn3 - .byte W06 - .byte N03 , Ds2 - .byte W12 - .byte Gn2 - .byte W06 - .byte W96 - .byte PATT - .word mus_ajito_6_000 - .byte TIE , As2 , v112 - .byte W96 - .byte W48 - .byte EOT - .byte N03 , Cn3 - .byte W06 - .byte Ds2 - .byte W12 - .byte N03 - .byte W06 - .byte N06 , Cn3 - .byte W06 - .byte N03 , Ds2 - .byte W12 - .byte Gn2 - .byte W06 - .byte GOTO - .word mus_ajito_6_B1 - .byte FINE - -@********************** Track 7 **********************@ - -mus_ajito_7: - .byte KEYSH , mus_ajito_key+0 -mus_ajito_7_B1: - .byte VOICE , 81 - .byte PAN , c_v+63 - .byte LFOS , 44 - .byte XCMD , xIECV , 18 - .byte xIECV , 16 - .byte BENDR , 2 - .byte VOL , 37*mus_ajito_mvl/mxv - .byte W96 -mus_ajito_7_000: - .byte W72 - .byte N03 , Ds2 , v112 - .byte W03 - .byte Fn2 - .byte W03 - .byte Gn2 - .byte W03 - .byte An2 - .byte W03 - .byte As2 - .byte W03 - .byte Bn2 - .byte W03 - .byte Cn3 - .byte W03 - .byte Dn3 - .byte W03 - .byte PEND - .byte TIE , Ds3 - .byte W96 - .byte W48 - .byte EOT - .byte N03 , Fn3 - .byte W06 - .byte Gn2 - .byte W12 - .byte N03 - .byte W06 - .byte N06 , Fn3 - .byte W06 - .byte N03 , Gn2 - .byte W12 - .byte Ds3 - .byte W06 - .byte PAN , c_v+0 - .byte N12 , Cn1 - .byte W18 - .byte N03 , Cn1 , v088 - .byte W18 - .byte N12 , Bn1 , v124 - .byte W60 - .byte N06 , Cn1 , v112 - .byte W12 - .byte N12 , Cn1 , v088 - .byte W24 - .byte N03 , Cn2 , v080 - .byte W06 - .byte N03 - .byte W18 - .byte N06 , Gn1 , v092 - .byte W12 - .byte PAN , c_v+63 - .byte N03 , Ds2 , v112 - .byte W03 - .byte Fn2 - .byte W03 - .byte Gn2 - .byte W03 - .byte An2 - .byte W03 - .byte As2 - .byte W03 - .byte Bn2 - .byte W03 - .byte Cn3 - .byte W03 - .byte Dn3 - .byte W03 - .byte N36 , Ds3 - .byte W36 - .byte W03 - .byte N03 , Gn3 - .byte W03 - .byte Gs3 - .byte W03 - .byte An3 - .byte W03 - .byte N36 , As3 - .byte W36 - .byte W03 - .byte N03 , Cn4 - .byte W03 - .byte Cs4 - .byte W03 - .byte Dn4 - .byte W03 - .byte N48 , Ds4 - .byte W48 - .byte N03 , Fn4 - .byte W06 - .byte Gn3 - .byte W12 - .byte N03 - .byte W06 - .byte N06 , Fn4 - .byte W06 - .byte N03 , Gn3 - .byte W12 - .byte Gn4 - .byte W06 - .byte W96 - .byte W96 - .byte W96 - .byte W96 - .byte W96 - .byte W96 - .byte TIE , Ds3 - .byte W96 - .byte W48 - .byte EOT - .byte N03 , Fn3 - .byte W06 - .byte Gn2 - .byte W12 - .byte N03 - .byte W06 - .byte N06 , Fn3 - .byte W06 - .byte N03 , Gn2 - .byte W12 - .byte Ds3 - .byte W06 - .byte W96 - .byte PATT - .word mus_ajito_7_000 - .byte TIE , Ds3 , v112 - .byte W96 - .byte W48 - .byte EOT - .byte N03 , Fn3 - .byte W06 - .byte Gn2 - .byte W12 - .byte N03 - .byte W06 - .byte N06 , Fn3 - .byte W06 - .byte N03 , Gn2 - .byte W12 - .byte Ds3 - .byte W06 - .byte GOTO - .word mus_ajito_7_B1 - .byte FINE - -@********************** Track 8 **********************@ - -mus_ajito_8: - .byte KEYSH , mus_ajito_key+0 -mus_ajito_8_B1: - .byte VOICE , 0 - .byte PAN , c_v+0 - .byte VOL , 79*mus_ajito_mvl/mxv - .byte N06 , Cn1 , v112 - .byte W18 - .byte Cn1 , v064 - .byte W06 - .byte En1 , v112 - .byte W24 - .byte Cn1 - .byte W06 - .byte En1 , v064 - .byte W06 - .byte Cn1 - .byte W06 - .byte Cn1 , v068 - .byte W06 - .byte En1 , v092 - .byte W12 - .byte Cn1 , v064 - .byte W06 - .byte N06 - .byte W06 -mus_ajito_8_000: - .byte N06 , Cn1 , v112 - .byte W12 - .byte Cn1 , v120 - .byte W12 - .byte En1 , v112 - .byte W24 - .byte Cn1 - .byte W06 - .byte En1 , v064 - .byte W06 - .byte Cn1 - .byte W06 - .byte Cn1 , v068 - .byte W06 - .byte En1 , v104 - .byte W12 - .byte Cn1 , v064 - .byte W06 - .byte N06 - .byte W06 - .byte PEND -mus_ajito_8_001: - .byte N06 , Cn1 , v112 - .byte W18 - .byte Cn1 , v064 - .byte W06 - .byte En1 , v112 - .byte W24 - .byte Cn1 - .byte W06 - .byte En1 , v064 - .byte W06 - .byte Cn1 - .byte W06 - .byte Cn1 , v068 - .byte W06 - .byte En1 , v092 - .byte W12 - .byte Cn1 , v064 - .byte W06 - .byte N06 - .byte W06 - .byte PEND - .byte PATT - .word mus_ajito_8_000 - .byte N06 , Cn1 , v112 - .byte W18 - .byte Cn1 , v064 - .byte W06 - .byte En1 , v112 - .byte W24 - .byte Cn1 - .byte W06 - .byte En1 , v100 - .byte W06 - .byte Cn1 , v064 - .byte W06 - .byte Cn1 , v068 - .byte W06 - .byte En1 , v092 - .byte W12 - .byte Cn1 , v064 - .byte W06 - .byte N06 - .byte W06 -mus_ajito_8_002: - .byte N06 , Cn1 , v112 - .byte W12 - .byte Cn1 , v120 - .byte W12 - .byte En1 , v112 - .byte W24 - .byte Cn1 - .byte W06 - .byte En1 , v064 - .byte W06 - .byte Cn1 - .byte W06 - .byte Cn1 , v068 - .byte W06 - .byte En1 , v104 - .byte W09 - .byte N03 , En1 , v064 - .byte W03 - .byte N06 , En1 , v120 - .byte W06 - .byte Cn1 , v064 - .byte W06 - .byte PEND - .byte PATT - .word mus_ajito_8_001 - .byte PATT - .word mus_ajito_8_000 - .byte PATT - .word mus_ajito_8_001 - .byte PATT - .word mus_ajito_8_000 - .byte PATT - .word mus_ajito_8_001 - .byte PATT - .word mus_ajito_8_000 - .byte PATT - .word mus_ajito_8_001 - .byte N06 , Cn1 , v112 - .byte W12 - .byte Cn1 , v120 - .byte W12 - .byte En1 , v112 - .byte W24 - .byte Cn1 - .byte W06 - .byte En1 , v064 - .byte W06 - .byte Cn1 - .byte W06 - .byte Cn1 , v068 - .byte W06 - .byte Dn1 , v084 - .byte W06 - .byte Dn1 , v080 - .byte W06 - .byte En1 , v084 - .byte W06 - .byte Cn1 , v064 - .byte W06 - .byte PATT - .word mus_ajito_8_001 - .byte PATT - .word mus_ajito_8_000 - .byte PATT - .word mus_ajito_8_001 - .byte PATT - .word mus_ajito_8_002 - .byte PATT - .word mus_ajito_8_001 - .byte PATT - .word mus_ajito_8_000 - .byte GOTO - .word mus_ajito_8_B1 - .byte FINE - -@********************** Track 9 **********************@ - -mus_ajito_9: - .byte KEYSH , mus_ajito_key+0 -mus_ajito_9_B1: - .byte VOICE , 82 - .byte PAN , c_v+0 - .byte LFOS , 44 - .byte XCMD , xIECV , 18 - .byte xIECV , 16 - .byte BENDR , 2 - .byte VOL , 42*mus_ajito_mvl/mxv - .byte BEND , c_v+1 - .byte N12 , Cn1 , v112 - .byte W18 - .byte N03 , Cn1 , v088 - .byte W18 - .byte N12 , Bn1 , v124 - .byte W60 - .byte N06 , Cn1 , v112 - .byte W03 - .byte VOICE , 82 - .byte W09 - .byte N12 , Cn1 , v088 - .byte W24 - .byte N03 , Cn2 , v080 - .byte W06 - .byte N03 - .byte W18 - .byte N06 , Gn1 , v092 - .byte W12 - .byte N03 , As1 - .byte W06 - .byte An1 - .byte W12 - .byte Gn1 - .byte W06 -mus_ajito_9_000: - .byte N12 , Cn1 , v112 - .byte W18 - .byte N03 , Cn1 , v088 - .byte W18 - .byte N12 , Bn1 , v124 - .byte W60 - .byte PEND -mus_ajito_9_001: - .byte N06 , Cn1 , v112 - .byte W12 - .byte N12 , Cn1 , v088 - .byte W24 - .byte N03 , Cn2 , v080 - .byte W06 - .byte N03 - .byte W18 - .byte N06 , Gn1 , v092 - .byte W12 - .byte N03 , As1 - .byte W06 - .byte An1 - .byte W12 - .byte Gn1 - .byte W06 - .byte PEND - .byte VOICE , 83 - .byte VOL , 32*mus_ajito_mvl/mxv - .byte BEND , c_v+0 - .byte N03 , Bn2 - .byte W06 - .byte Cn3 , v084 - .byte W06 - .byte N06 , Cn3 , v127 - .byte W06 - .byte N03 , Cn3 , v080 - .byte W06 - .byte N06 , Bn2 , v092 - .byte W06 - .byte N03 , Cn3 , v084 - .byte W06 - .byte N06 , Cn3 , v096 - .byte W06 - .byte N03 , Cn3 , v080 - .byte W06 - .byte N02 , Cn3 , v112 - .byte W04 - .byte Cn3 , v084 - .byte W04 - .byte Cn3 , v096 - .byte W04 - .byte N06 , Bn2 , v120 - .byte W06 - .byte N03 , Cn3 , v080 - .byte W06 - .byte N06 , Cn3 , v096 - .byte W06 - .byte N03 , Cn3 , v084 - .byte W06 - .byte N06 , Bn2 , v096 - .byte W06 - .byte N03 , Cn3 , v080 - .byte W06 - .byte BEND , c_v+0 - .byte N03 , Cn3 , v096 - .byte W06 - .byte Cn3 , v084 - .byte W06 - .byte N06 , Cn3 , v116 - .byte W06 - .byte N03 , Cn3 , v080 - .byte W06 - .byte Ds3 , v112 - .byte W06 - .byte Ds3 , v076 - .byte W06 - .byte N06 , Dn3 , v112 - .byte W06 - .byte N03 , Ds3 , v080 - .byte W06 - .byte BEND , c_v+0 - .byte N48 , Gn3 , v112 - .byte W15 - .byte BEND , c_v+0 - .byte W02 - .byte c_v-7 - .byte W03 - .byte c_v-10 - .byte W04 - .byte c_v-13 - .byte W05 - .byte c_v-20 - .byte W03 - .byte c_v-23 - .byte W04 - .byte c_v-29 - .byte W02 - .byte c_v-38 - .byte W03 - .byte c_v-47 - .byte W03 - .byte c_v-62 - .byte W04 - .byte VOICE , 82 - .byte VOL , 43*mus_ajito_mvl/mxv - .byte BEND , c_v+3 - .byte N12 , Cn1 - .byte W18 - .byte N03 , Cn1 , v088 - .byte W18 - .byte N12 , Bn1 , v124 - .byte W60 - .byte PATT - .word mus_ajito_9_001 - .byte PATT - .word mus_ajito_9_000 - .byte N06 , Cn1 , v112 - .byte W12 - .byte N12 , Cn1 , v088 - .byte W24 - .byte N03 , Cn2 , v080 - .byte W06 - .byte N03 - .byte W12 - .byte N06 , Fn2 , v112 - .byte W12 - .byte Ds2 - .byte W12 - .byte Cn2 - .byte W12 - .byte Ds2 - .byte W06 -mus_ajito_9_002: - .byte N12 , Fn1 , v112 - .byte W18 - .byte N03 , Fn1 , v088 - .byte W18 - .byte N12 , En2 , v124 - .byte W60 - .byte PEND - .byte N06 , Fn1 , v112 - .byte W12 - .byte N12 , Fn1 , v088 - .byte W24 - .byte N03 , Fn2 , v080 - .byte W06 - .byte N03 - .byte W18 - .byte N06 , Cn2 , v092 - .byte W12 - .byte N03 , Ds2 - .byte W06 - .byte Dn2 - .byte W12 - .byte Cn2 - .byte W06 - .byte PATT - .word mus_ajito_9_002 - .byte N06 , Fn1 , v112 - .byte W12 - .byte N12 , Fn1 , v088 - .byte W24 - .byte N03 , Fn2 , v080 - .byte W06 - .byte N03 - .byte W06 - .byte N06 , Fn1 , v112 - .byte W06 - .byte N03 , Fn2 - .byte W12 - .byte Fn1 , v076 - .byte W06 - .byte N12 , En2 , v124 - .byte W24 - .byte PATT - .word mus_ajito_9_000 - .byte PATT - .word mus_ajito_9_001 - .byte PATT - .word mus_ajito_9_000 - .byte PATT - .word mus_ajito_9_001 - .byte PATT - .word mus_ajito_9_000 - .byte PATT - .word mus_ajito_9_001 - .byte GOTO - .word mus_ajito_9_B1 - .byte FINE - -@******************************************************@ - .align 2 - -mus_ajito: - .byte 9 @ NumTrks - .byte 0 @ NumBlks - .byte mus_ajito_pri @ Priority - .byte mus_ajito_rev @ Reverb. - - .word mus_ajito_grp - - .word mus_ajito_1 - .word mus_ajito_2 - .word mus_ajito_3 - .word mus_ajito_4 - .word mus_ajito_5 - .word mus_ajito_6 - .word mus_ajito_7 - .word mus_ajito_8 - .word mus_ajito_9 - - .end