//var quarterBeat = 99249 - 99168;
//function barSynth(startTime, scaleY, o, r, g, b, offset) {
// var quarterBeat = 99249 - 99168;
// var halfBeat = quarterBeat*2;
// var oneBeat = halfBeat*2;
// var bar = new Sprite("SB/Elements/white.png");
// bar.additive(0, 136173);
// bar.fade(0);
// bar.moveY(1, 13162 + offset, 13162 + halfBeat + offset, 480 ,440);
// bar.moveY(1, 14467 + offset, 14467 + halfBeat + offset, 440, 60);
// bar.moveY(1, 14956 + offset, 14956 + halfBeat + offset, 60, 120);
// bar.moveY(1, 15445 + offset, 15445 + halfBeat + offset, 120, 200);
// bar.moveY(1, 15771 + offset, 15771 + halfBeat + offset, 200, 240);
// bar.moveY(1, 17075 + offset, 17075 + halfBeat + offset, 240, 200);
// bar.moveY(1, 17727 + offset, 17727 + halfBeat + offset, 200, 240);
// bar.moveY(1, 18054 + offset, 18057 + halfBeat + offset, 240, 280);
// bar.moveY(1, 18380 + offset, 18380 + halfBeat + offset, 280, 360);
// bar.moveY(1, 19684 + offset, 19684 + halfBeat + offset, 360, 200);
// bar.moveY(1, 20336 + offset, 20336 + halfBeat + offset, 200, 240);
// bar.moveY(1, 20988 + offset, 20988 + halfBeat + offset, 240, 240);
// bar.moveY(1, 22293 + offset, 22293 + halfBeat + offset, 240, 200);
// bar.moveY(1, 23597 + offset, 23597 + halfBeat + offset, 200, 60);
// bar.color(r, g, b);
// bar.startLoop(startTime, 128+64);
// bar.scaleVec(1, 0, quarterBeat, 800, scaleY, 800, 10);
// bar.fade(1, 0, quarterBeat, o, 0);
// bar.endLoop();
//}
//barSynth(13162, 20, 1, 180, 0, 100, 0);
//barSynth(13202, 16, 0.8, 200, 0, 140, 50);
//barSynth(13242, 14, 0.6, 120, 0, 200, 100);
//barSynth(13282, 18, 0.4, 60, 0, 220, 150);
//barSynth(13322, 12, 0.2, 40, 0, 200, 200);
//barSynth(13162, 20, 1, 180, 0, 100, 250);
//barSynth(13202, 16, 0.8, 200, 0, 140, 300);
//barSynth(13242, 14, 0.6, 120, 0, 200, 350);
//barSynth(13282, 18, 0.4, 60, 0, 220, 400);
//barSynth(13322, 12, 0.2, 40, 0, 200, 450);
//96641
function bars(startTime, x, scaleY, loops) {
var bar = new Sprite ("SB/Elements/white.png");
var quarterBeat = 99249 - 99168;
var halfBeat = quarterBeat*2;
var oneBeat = halfBeat*2;
bar.additive(0, 136173);
bar.fade(0);
bar.startLoop(startTime, loops);
bar.fade(0, quarterBeat, 0.4, 0);
bar.scaleVec(0, quarterBeat, 16, scaleY*2, 16, scaleY);
bar.endLoop();
bar.moveX(x);
}
bars(96641, 320, 40, 32);
bars(96641, 290, 20, 32);
bars(96641, 350, 20, 32);
bars(96641, 260, 10, 32);
bars(96641, 380, 10, 32);
bars(96641, 230, 8, 32);
bars(96641, 410, 8, 32);
bars(96641, 200, 6, 32);
bars(96641, 440, 6, 32);
bars(96641, 170, 5, 32);
bars(96641, 470, 5, 32);
bars(96641, 140, 4, 32);
bars(96641, 500, 4, 32);
bars(96641, 110, 3, 32);
bars(96641, 530, 3, 32);
bars(96641, 80, 2, 32);
bars(96641, 560, 2, 32);
bars(96641, 50, 3, 32);
bars(96641, 590, 3, 32);
bars(96641, 20, 4, 32);
bars(96641, 620, 4, 32);
bars(96641, -10, 5, 32);
bars(96641, 650, 5, 32);
bars(96641, -40, 6, 32);
bars(96641, 680, 6, 32);
bars(96641, -70, 8, 32);
bars(96641, 710, 8, 32);
bars(96641, -100, 10, 32);
bars(96641, 740, 10, 32);
bars(96641, -130, 12, 32);
bars(96641, 770, 12, 32);
bars(96641, -160, 14, 32);
bars(96641, 800, 14, 32);
bars(96641, -190, 16, 32);
bars(96641, 830, 16, 32);
bars(99249, 320, 20, 24);
bars(99249, 290, 40, 24);
bars(99249, 350, 40, 24);
bars(99249, 260, 35, 24);
bars(99249, 380, 35, 24);
bars(99249, 230, 20, 24);
bars(99249, 410, 20, 24);
bars(99249, 200, 15, 24);
bars(99249, 440, 15, 24);
bars(99249, 170, 10, 24);
bars(99249, 470, 10, 24);
bars(99249, 140, 8, 24);
bars(99249, 500, 8, 24);
bars(99249, 110, 6, 24);
bars(99249, 530, 6, 24);
bars(99249, 80, 4, 24);
bars(99249, 560, 4, 24);
bars(99249, 50, 3, 24);
bars(99249, 590, 3, 24);
bars(99249, 20, 4, 24);
bars(99249, 620, 4, 24);
bars(99249, -10, 5, 24);
bars(99249, 650, 5, 24);
bars(99249, -40, 6, 24);
bars(99249, 680, 6, 24);
bars(99249, -70, 8, 24);
bars(99249, 710, 8, 24);
bars(99249, -100, 10, 24);
bars(99249, 740, 10, 24);
bars(99249, -130, 12, 24);
bars(99249, 770, 12, 24);
bars(99249, -160, 14, 24);
bars(99249, 800, 14, 24);
bars(99249, -190, 16, 24);
bars(99249, 830, 16, 24);
bars(101206, 320, 20, 8);
bars(101206, 290, 25, 8);
bars(101206, 350, 30, 8);
bars(101206, 260, 35, 8);
bars(101206, 380, 40, 8);
bars(101206, 230, 60, 8);
bars(101206, 410, 60, 8);
bars(101206, 200, 40, 8);
bars(101206, 440, 40, 8);
bars(101206, 170, 30, 8);
bars(101206, 470, 30, 8);
bars(101206, 140, 20, 8);
bars(101206, 500, 20, 8);
bars(101206, 110, 10, 8);
bars(101206, 530, 10, 8);
bars(101206, 80, 6, 8);
bars(101206, 560, 6, 8);
bars(101206, 50, 4, 8);
bars(101206, 590, 4, 8);
bars(101206, 20, 3, 8);
bars(101206, 620, 3, 8);
bars(101206, -10, 5, 8);
bars(101206, 650, 5, 8);
bars(101206, -40, 6, 8);
bars(101206, 680, 6, 8);
bars(101206, -70, 8, 8);
bars(101206, 710, 8, 8);
bars(101206, -100, 10, 8);
bars(101206, 740, 10, 8);
bars(101206, -130, 12, 8);
bars(101206, 770, 12, 8);
bars(101206, -160, 14, 8);
bars(101206, 800, 14, 8);
bars(101206, -190, 16, 8);
bars(101206, 830, 16, 8);
function barz(startTime, scaleY, loops) {
bars(startTime, 320, 40*(scaleY*1.4), loops);
bars(startTime, 290, 20*(scaleY*1.4), loops);
bars(startTime, 350, 20*(scaleY*1.4), loops);
bars(startTime, 260, 10*(scaleY*1.4), loops);
bars(startTime, 380, 10*(scaleY*1.4), loops);
bars(startTime, 230, 8*(scaleY*1.4), loops);
bars(startTime, 410, 8*(scaleY*1.4), loops);
bars(startTime, 200, 6*(scaleY*1.4), loops);
bars(startTime, 440, 6*(scaleY*1.4), loops);
bars(startTime, 170, 5*(scaleY*1.4), loops);
bars(startTime, 470, 5*(scaleY*1.4), loops);
bars(startTime, 140, 4*(scaleY*1.4), loops);
bars(startTime, 500, 4*(scaleY*1.4), loops);
bars(startTime, 110, 3*(scaleY*1.4), loops);
bars(startTime, 530, 3*(scaleY*1.4), loops);
bars(startTime, 80, 2*(scaleY*1.4), loops);
bars(startTime, 560, 2*(scaleY*1.4), loops);
bars(startTime, 50, 3*(scaleY*1.4), loops);
bars(startTime, 590, 3*(scaleY*1.4), loops);
bars(startTime, 20, 4*(scaleY*1.4), loops);
bars(startTime, 620, 4*(scaleY*1.4), loops);
bars(startTime, -10, 5*(scaleY*1.4), loops);
bars(startTime, 650, 5*(scaleY*1.4), loops);
bars(startTime, -40, 6*(scaleY*1.4), loops);
bars(startTime, 680, 6*(scaleY*1.4), loops);
bars(startTime, -70, 8*(scaleY*1.4), loops);
bars(startTime, 710, 8*(scaleY*1.4), loops);
bars(startTime, -100, 10*(scaleY*1.4), loops);
bars(startTime, 740, 10*(scaleY*1.4), loops);
bars(startTime, -130, 12*(scaleY*1.4), loops);
bars(startTime, 770, 12*(scaleY*1.4), loops);
bars(startTime, -160, 14*(scaleY*1.4), loops);
bars(startTime, 800, 14*(scaleY*1.4), loops);
bars(startTime, -190, 16*(scaleY*1.4), loops);
bars(startTime, 830, 16*(scaleY*1.4), loops);
}
barz(101858, 2, 24);
barz(103814, 2.6, 24);
barz(105771, 3.4, 16);
barz(118814, 1, 32);
barz(121423, 0.8, 24);
barz(123380, 2, 8);
barz(124032, 1.8, 24);
barz(125988, 2.2, 4);
barz(126314, 2.6, 4);
barz(126641, 2.8, 16);
barz(127945, 3.6, 16);