Hello, thank you for posting here.
>>2637
> very cool remix of lhphr's pyramid dungeon
Powerful drums!
cbrt(t%[16384,16384,16384,16384,4096,8192,4096,8192][t>>14&7])
can be minified with:
cbrt(t%(2<<[13,13,13,13,11,12,11,12][t>>14&7]))
UPD: and even more, to:
cbrt(t%(2<<11+[2,2,2,2,0,1,0,1][t>>14&7]))
UPD2: extreme minification:
cbrt(t%(2<<+'22220101'[t>>14&7]+11))
>>2649>>2650
You can get them to work even without
t
. For example
x=!''
,
x=+!!{}
,
x=+!![]
,
x=true
,
x=!false
, etc.
>>2654
> First remix of l(ast)
Getdolfined created a beautiful harmony. You change the playback speed, nice.
>>2665
> Fractal trying to make music
This one classic C sounds really interesting. So many different sounds, like several instruments are playing.
>>2730
> Tundrah + visy
Heh, the combination of two classic C. So long code, but still C compatible.
>>2750
> 8-bit guitar
Wow, it compiles in C! An impressive sound For a classic bytebeat.
>>2783
> t>>t%
This also compiles in C.
>>2798
> Dollchan now supports funcbeat?!1!?1
Can be minified to
return t=>(T=2*PI*t,[sin(T*500),sin(T*503)])
>>2812
> 44c version of street surfer
Nice! Replaced the minified version in library.
>>2818
> Sparta squarewave remix with drums
The notes are wrong, seems to me.
>>2823
> cool reverb with filter V2
I see that a bug of the first version has been fixed here, when the song did not sound immediately at the very beginning until the array was filled. Also, well minified.
>>2824
> An tr808 cowbell thingy
Nicely reproduced 808 sound!
>>2834
> remix of "alright fine by SArpnt"
The original had bad sound, you made it clean, nice. Also, this is first time i see someone using Math.SQRT2