// title: Powerset Flat // author: DSastre // description: // sonification of all possibilities how to build an asceding series when you have the numbers 1 to 12 at your disposal. // code: play({LFTri.ar(DegreeToKey.kr(as(Scale.zhi,LocalBuf),Demand.kr(Saw.kr(10),0,Dseq((1..12).powerset.flat)),12,1,[42,49]).midicps)})