pouët.net

Experimental music from very short C programs

category: code [glöplog]
mountainside fractal
Code:t&t*2&t%255
added on the 2023-03-19 08:59:20 by unpwndT unpwndT
yes!! 30 pages!!
Code:t*((t>>8)%5)*(t&8192?6:5)
added on the 2023-03-19 09:04:00 by unpwndT unpwndT
non-js array thing without an array
Code:t&8192?t&4096?t*5:t*4:t&4096?t*3:t*2
added on the 2023-03-19 09:36:17 by unpwndT unpwndT
chaos
Code:t*=t>>12,t^t>>(t>>8)
added on the 2023-03-19 09:38:59 by unpwndT unpwndT
buzzingz
Code:(t>>2-t>>4)+t>>4
added on the 2023-03-19 20:03:03 by unpwndT unpwndT
As interesting as it is but you shouldn´t call that freaky noise here "music".
added on the 2023-03-19 20:16:17 by marsulpi marsulpi
robotic brush??

Code:return zigzag(t>>5,1e2)*t>>((t>>9)%3)


only works in entropedia.co.uk
added on the 2023-03-28 12:59:09 by unpwndT unpwndT
a really chaotic one
added on the 2023-03-28 12:59:31 by unpwndT unpwndT
I'm surprised anyobdy's still posting here lol. I'd think by now it'd be closed or dead
added on the 2023-04-12 21:06:15 by Chasyxx Chasyxx
i fixed the louder clean melody! here it is!

code: (t*(t>>9|t>>13)&16)+(t*(t>>9|t>>13)&16)+(t*(t>>9|t>>13)&16)+(t*(t>>9|t>>13)&16)+(t*(t>>9|t>>13)&16)+(t*(t>>9|t>>13)&16)+(t*(t>>9|t>>13)&16)+(t*(t>>9|t>>13)&16)

original version (NOT MADE BY ME!!!):
9*(t*((t>>9|t>>13)&15)&16)
added on the 2023-09-28 17:27:46 by Jax Jax
fresh steel hairy balls:
Code:t*(1+'4451'[t>>13&3]/10)&t>>9+(.003*t&3)-(0-((t*t%4096/8)%4096)/256)
i combined viznut's stuff
Code:(t>>6|t|t>>(t>>16))*10+((t>>11)&7)|(t>>7|t|t>>6)*10+4*(t&t>>13|t>>6)
added on the 2023-11-08 01:39:12 by Jax Jax
Apologies for digging up this thread again, but I just released a 19-track album of absurdly weird bytebeat-like noise music: Ultrastructure. The whole thing is written in x86 assembly and makes judicious use of feedback and non-linear progression of time.
Thumb for doing an entire album of absurdly weird bytebeat-like noise music!
added on the 2023-11-25 17:32:57 by Emod Emod
@byteobserver killer!
i made a sort of beat called "screech-drum"

bytebeat code: t&t*t-t>>2*t/256*t/t
added on the 2024-01-07 17:03:27 by grΣ grΣ
ok maybe im stupid
added on the 2024-01-07 17:04:22 by grΣ grΣ
screech-drum
Code:t&t*t-t>>2*t/256*t/t
added on the 2024-01-07 17:06:38 by grΣ grΣ
Pretty sure the people who made most of the posts in the last three pages of this thread are a same person.
added on the 2024-01-07 17:48:45 by Flashira Flashira
i kinda made a beat called "cloudy-acarde"

bytebeat code:
Code:n=[207]>>(t>>10)%4^3, 4^t>>6*t%n&-t>>2/t>>3*(t>>13)%2>>4<<2|Math.random()*244242 & -t>>5 & 100
added on the 2024-02-11 02:48:16 by appol appol
A 32khz beat that I think is cool
Code:t*t/9|t>>6|t>>8 //32000Hz
random pitch-shift effect or whatever you call it
Code:(t*4)+sin(t/1000)*90+128 //any hz
Plaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaate (remix(?) of Plaate by HypernovaHeathen)
Code:t/=1.25,h=t*1.15**((t>>13&3|t>>14&5)^t>>16&3^-5|t>>14&t>>15&1)*1.15**(((t>>15&t>>16)+4^7)%((t>>13&1)+3)+1)*1.5,h|1.01*h+sin(t/1000)*90+128
just some randomness
Code:t*(t%(t>>8&-t>>7)&100) //11025hz
A remix of "A 32khz beat that I think is cool"
Code:[t*t/3|t>>6|t>>8,t*t/5|t>>6] //32000hz

login