// When Is The Game Gonna Start? // Copyright 2009 by Kijjasak Triyanond // This software is protected by GNU General Public License version 3 // see license at http://www.gnu.org/copyleft/gpl.html SqrOsc s => Delay d => s => dac; 2 => s.sync; 219 => d.gain; 24::second => d.max; while(true) (Std.rand2(1, 6)::second * 4 => d.delay) * 2 => now;