/*---------------------------------------------------------------------------------------------- イタズラ、こら♪ …… 1分です。 2012/12/14 木村 ----------------------------------------------------------------------------------------------*/ /*初期設定*/ v.Max(100) KeyFlag=( 0,-1, 0, 0, 0, 0, 0) //b-をbで表す //Bass Snare closed open crashcymbal ridecymbal $b={n36,} $s={n38,} $c={n42,} $o={n46,} $C={n49,} $R={n51,} /*曲データ*/ Str bc01={l4 c'eg'c'eg' c'eg'c'eg' } Str my11={l8 cc^cd^e^ 'f^'r^'f^c^'r^ } Str bc11={l4 c'eg'c'eg' c'fa'c'fa' } Str bs11={l4 c^^c f^ff } Str my21={l8 f^^cdfrr f^^cdfrr f^^cdfga b^^agfrr } Str bc21={l4 [3c'fa'c'fa'] c'eg'c'eg' } Str bs21={l4 [3f^^f] c^cc } Str my22={l8 d^d^gg^^ cc^efrrr } Str bc22={l4 d'fa'd'fa' c'eg'c'eg' } Str bs22={l4 d^^d c^^c } Str my24={l8 f^d^f^gf r^^'f^c^'r^ } Str bc24={l4 d'fa'd'fa' r.'f^.a^.' } Str bs24={l4 d^^d r.f^. } Str my31={l8 rrf^e^f^ g^f^e^d^ e^d^e^fc ^^rrrrrr } Str bc31={l4 d'fa'd'fa' c'fa'c'fa' c'fa'c'fa' c'eg'c'eg' } Str bs31={l4 d^^d f^^^ f^^^ c^cc } Str my32={l8 rrf^e^f^ g^f^e^d^ e^d^e^ef ^^rrrrrr } Str bc32={l4 d'fa'd'fa' c'fa'c'fa' c'eg'c'eg' c'fa'c'fa' } Str bs32={l4 d^^d f^^^ c^^^ f^ff } Str my34={l8 rrf^e^f^ g^ffeedd eedde^gf ^^rrrrrr } Str bc41={l4 c'eg'c'eg' c^'f^a^' } Str bs41={l4 c^^c f^f^ } Str i01={Cresc=0,127,127;t0 CHO(040)REV(040)EP(127)M(020)P(64)V(127) o5p64q100v100 @001 } Str i02={Cresc=0,127,127;t0 CHO(040)REV(040)EP(127)M(020)P(64)V(127) o4p64q100v060 @001 } Str i03={Cresc=0,127,127;t0 CHO(040)REV(040)EP(127)M(080)P(64)V(127) o5p63q100v080 @057 } Str i04={Cresc=0,127,127;t0 CHO(040)REV(040)EP(127)M(080)P(64)V(127) o5p66q100v050t30 @057 } Str i05={Cresc=0,127,127;t0 CHO(040)REV(040)EP(127)M(030)P(64)V(127) o5p64q100v040 @055 } Str i06={Cresc=0,127,127;t0 CHO(040)REV(040)EP(127)M(000)P(64)V(127) o4p64q070v080 @001 } Str i07={Cresc=0,127,127;t0 CHO(040)REV(040)EP(127)M(030)P(64)V(127) o4p64q100v040 @049 } Str i08={Cresc=0,127,127;t0 CHO(040)REV(040)EP(127)M(000)P(64)V(127) o3p64q100v060 @033 } Str i09={Cresc=0,127,127;t0 CHO(040)REV(040)EP(127)M(000)P(64)V(127) o4p64q100v060 @046 } Str i0a={Cresc=0,127,127;t0 CHO(040)REV(040)EP(127)M(000)P(64)V(090) @StandardSet } // 演奏 Time( 1:1:1) TimeSignature=4,4; Time( 1:1:1) Tempo=195; //--------------------------------------------------------------------------------------- Time( 1:1:1) Play( ,i01 ,i02 ,i03 ,i04 ,i05 ,i06 ,i07 ,i08 ,i09 ,i0a ) Time( 1:1:1) Play( , , , , , ,bc01 , , , , )//2 Time( 3:1:1) Play( ,my11 ,my11 , , , ,bc11 , ,bs11 , , )//2 Time( 5:1:1) Play( ,my21 ,my21 , , , ,bc21 , ,bs21 , , ) Time( 9:1:1) Play( ,my21 ,my21 , , , ,bc21 , ,bs21 , , ) Time( 13:1:1) Play( ,my22 ,my22 , , , ,bc22 , ,bs22 , , )//2 Time( 15:1:1) Play( ,my11 ,my11 , , , ,bc11 , ,bs11 , , )//2 Time( 17:1:1) Play( ,my24 ,my24 , , , ,bc24 , ,bs24 , , )//2 Time( 19:1:1) Play( ,my31 ,my31 , , , ,bc31 , ,bs31 , , ) Time( 23:1:1) Play( ,my32 ,my32 , , , ,bc32 , ,bs32 , , ) Time( 27:1:1) Play( ,my31 ,my31 , , , ,bc31 , ,bs31 , , ) Time( 31:1:1) Play( ,my34 ,my34 , , , ,bc32 , ,bs32 , , ) Time( 35:1:1) Play( ,my11 ,my11 , , , ,bc11 , ,bs11 , , )//2 Time( 37:1:1) Play( ,my21 ,my21 , , , ,bc21 , ,bs21 , , ) Time( 41:1:1) Play( ,my21 ,my21 , , , ,bc21 , ,bs21 , , ) Time( 45:1:1) Play( ,my22 ,my22 , , , ,bc22 , ,bs22 , , )//2 Time( 47:1:1) Play( ,my11 ,my11 , , , ,bc41 , ,bs41 , , )//2 Time( 49:1:1) Play( ,r1 , , , , , , , , , ) /* */ /*------------------------------------------------------------------------------ ------------------------------------------------------------------------------*/