pouët.net

Go to bottom

Experimental music from very short C programs

category: code [glöplog]
Oh it's even better: Dead, Beef, b00b and 1337 ;)
added on the 2011-10-02 14:59:14 by Punqtured Punqtured
my first attempt
telephone-techno: (t&(-t>>4)) | ((t<<4)&(t>>8))
added on the 2011-10-02 16:44:28 by rudi rudi
some fast repeating arpeggio: (t<<1&(-t>>4)) | ((t<<2)^(t>>4))
added on the 2011-10-02 16:51:37 by rudi rudi
Don't you think Tonic's (t/4&0xf4)>>t/((t>>14&3)+4) sounds a bit like Chaos Theory?
So what, Chaos Theory in 1Kb?
added on the 2011-10-02 18:29:27 by baah baah
tjoppen: I tried your VCS version (linked on page 2) on my real machine, but no sound output at all, just some strange diagonal lines (which I am guessing comes from the non-synced screen)
added on the 2011-10-02 18:43:34 by Sdw Sdw
cracking fire [noise]: tan(t*t*t)/tan(77-t*t)
added on the 2011-10-02 20:10:06 by rudi rudi
robot out of control

(t&64|t>>5)^(t&33|t>>8)^(t&14|t>>9|t&76)^(t|187)^(t*(t>>8&838+t>>13)&644)
added on the 2011-10-02 20:46:35 by frenzy frenzy
strangesome: (((t*0.1)-(t*0.5)+(t)) ^ (t<<4)/(t>>11)) * (0.99998)
added on the 2011-10-02 22:01:08 by rudi rudi
weird: ((t*0.01)*(t*0.001)) ^ t
added on the 2011-10-02 22:07:28 by rudi rudi
well, my first (very average) try:

t*((t<<3|t<<128)&4*t>>8&(t<<4&t>>7)&2*t)*t/4
added on the 2011-10-02 22:58:49 by rez rez
Sdw: Are you using a Harmony cartridge? If so, then you must either program the cartridge itself with the ROM or create a 4k ROM by cat:ing together 32 copies of that file and put it on your SD card. This appears to be a known bug - see this thread on AA
added on the 2011-10-02 23:40:27 by Tjoppen Tjoppen
i don't really know what i'm doing but i thought this was cool:
t * ((t>>16|t>>12)&t>>8)
added on the 2011-10-02 23:43:54 by clone clone
This is a really simple one that is able to produce lots of weird patterns. Try varying the two constants, each one sounds pretty cool.
http://wurstcaptures.untergrund.net/music/?oneliner=t*(t%3E%3E7)%26(t%3E%3E1)&rate=8000
added on the 2011-10-03 00:12:32 by zdubs zdubs
Had to give this a shot too:
First attempt I have no clue what I'm doing, but it's fun as hell :-)
added on the 2011-10-03 00:56:31 by Punqtured Punqtured
generic 3/4 buildup t&0x256?t>>4:t>>10
added on the 2011-10-03 06:24:57 by yumeji yumeji
@216: That one kicks ass! Repost: t*(t^t+(t>>15|1)^(t-1280^t)>>10)

login

Go to top