pouët.net

Experimental music from very short C programs

category: code [glöplog]
I've always been wondering why no one has been posting recently
Code:"I've always been wondering why no one has been posting recently".charCodeAt(t>>t/5%(t>>8))
31 pages lol
Another, better remix of "A 32khz beat that I think is cool"
Code:[(t*t/9|t>>6|t>>8)+(t*t/3|t>>6)+cos(t|t>>8)+sin(t|t>>8)+(t|t>>8)/2*7,t*t/3|(t>>6)] //44khz
Got a few of these knocking around in my bookmarks bar, might as well share them

awesome synth, great job (11k)
Code:((t*((t>>12)^((t>>12)-1)))&(t>>5)^(t>>6))+t+128

lower version:
Code:(t*((t>>12)^((t>>12)-1)))&(t>>5)^(t>>6)+t+128


very multi-layered sequence (11k)
Code:(t>>(4+(1&t>>(5*(1+(t>>(11-(1&t>>(11+(1&t>>13))))))))))


does this count as drone (11k)
Code:t^(t>>8)|(t<<4)&(t>>4)&(t*(5-(2&t>>13)))


thump (8k)
Code:( (-t&t)*(t>>((t>>9)&15))*((1&t>>2)+(5&t>>13)+1)*(1+(1&t>>9)) )>>(1&t>>6)


wubs (11k)
Code:(t>>4)*(1+(7^(t>>12)^(t>>2)))


probable pre/post-drop of wubs (11k)
Code:((1-t>>2) *( 115^( (t%4)+(t>>6)) )%(t>>5) )


sure (11k)
Code:(115|t) * (256 - (t>>(9 - 2*((t>>14)%2) )) ) * ((256-(t>>4)%256))/256
Is this for Tidal or some other similar algorave app?
added on the 2024-05-11 16:47:49 by farfar farfar
Forgot one

slow burn glitch
Code:t>>(t>>(t>>(t>>(t>>10))))*(t>>(6*(1-((t>>15)&1))))

login