*chuckles*
2011/6/15 Kassen <signal.automatique@gmail.com>:
> Fellow ChucKists,That's pretty amazing!
> I just noticed this sorting
> algorithm; http://dis.4chan.org/read/prog/1295544154 (should be work-safe,
> despite that URL)
> for those afraid of 4chan links and for reference, here is it;
A quick hack to make it output sound ( I made it twice as fast to
actually keep you guys entertained):
SqrOsc s => ADSR a => dac;
0 => s.freq;
a.set(.5,0,0,0);
(length/2.0)::second => now;
int input[8];
for (int n; n< input.size(); n++) Std.rand2(0, 20) => input[n];
int output[false];
fun void arrayPrinter( int arg[] )
{
for (int n; n < arg.size(); n++)
chout <= arg[n] <= " ";
chout <= IO.newline();
}
fun void waiter(int length)
{
880 - 44*length => s.freq;
a.keyOn();
//<<<length>>>;
output << length;Cheers
}
arrayPrinter(input);
for (int n; n< input.size(); n++) spork~waiter(input[n]);
while (output.size() < input.size()) second => now;
arrayPrinter(output);
_______________________________________________
chuck-users mailing list
chuck-users@lists.cs.princeton.edu
https://lists.cs.princeton.edu/mailman/listinfo/chuck-users