2 //A poor simulation of LaMonte's Dream House, found on Church St. in New York
3 //No matter what you think of this patch, you should go check out the real thing!
4 //If you want to understand the math, read the actual title of the piece
5 //This will not be good in headphones - use speakers and walk around the room
11 if((((i*(9/8))/((i*(9/8)).floor))==1.0)&&((i*(9/8))<289),{
13 d.add((i*(9/8)).asInteger);
21 if(((i/2).asInteger.isPrime),{
27 if(((i/4).asInteger.isPrime),{
33 if(((i/8).asInteger.isPrime),{
43 { Out.ar(2.rand, SinOsc.ar(item, 0, 0.006), ((2/d.size)*i-1).postln) }.play; //if you have more than 2 speakers, change the 2.rand to n.rand, where n is the number of speakers you have