Experimental music from very short C programs
category: code [glöplog]
I (and some other guys) already tried to talk about it to the Altparty orgas (several times) but they were too tired to get interested about it. It's a pity, it would've been great to have such a compo when the thing was still new and groundbreaking.
Hmm. I'm getting rather tempted to make an @party compo inspired by this.
: D
: D
Doesn't sound very interesting, but looks even nicer. :)
t * (t>>12 & 253) * (t >> 8 & 63) * (t >> 4 & 14)
t * (t>>12 & 253) * (t >> 8 & 63) * (t >> 4 & 14)
So this is how they made this year's evoke logo ;-)
Cheap techno stuff: t*~(sin((t>>10)/8*Math.PI+0.1)*4)&127^(t>>16&&sqrt(t%4096)<<7)
Cheap techno stuff, working link this time: t*~(sin((t>>10)/8*Math.PI+0.1)*4)&127^(t>>16&&Math.sqrt(t%4096)<<7)
Quote:
So this is how they made this year's evoke logo ;-)
That was exactly my thought, too! :D
@mu6k
Your "(only first 11 seconds for fast loading time)" really reminds me of the tune from Nucleophile by Portal Process and TBC.
Your "(only first 11 seconds for fast loading time)" really reminds me of the tune from Nucleophile by Portal Process and TBC.
By the way, it's called BYTEBEAT now!
I like that name! It's close to breakbeat.
Now, breakbeat bytebeat, that would be ubernice.
Now, breakbeat bytebeat, that would be ubernice.
Hmm, I noticed Saga Musix's not interesting sound and interesting looks.
So I converted it to both interesting looks and interesting sound:
L: (z=(t>>(1+(t>>13&1))) * (t>>15 & 0xfd) * (t >> 11 & 0xdf) * (t >> 7 & 0xcc))*0+((t<<1))&z | R: ((t<<2))&z
All I did is to lower the frequency, filter out some bits (+variations and stereo)
The structure is basically the same. You can see that it's kinda zoomed in version of Saga's oneliner.
So I converted it to both interesting looks and interesting sound:
L: (z=(t>>(1+(t>>13&1))) * (t>>15 & 0xfd) * (t >> 11 & 0xdf) * (t >> 7 & 0xcc))*0+((t<<1))&z | R: ((t<<2))&z
All I did is to lower the frequency, filter out some bits (+variations and stereo)
The structure is basically the same. You can see that it's kinda zoomed in version of Saga's oneliner.
nice one :)
I should go and fix that visualization...
awesome! :)
Good one, mu6k! =)
mu6k, nice vocoder :P
a bit more advanced:
8*t*t*(t>>(t>>10)%3+15)/(3+(t>>10&(t>>15&3|4)))|t/16
8*t*t*(t>>(t>>10)%3+15)/(3+(t>>10&(t>>15&3|4)))|t/16
Wow yehar, that second one is ridiculously good!
Thought I'd check out this post to see how this tech is coming along. Was not dissapointed!
yehar: That second one is amazing!
By the way, I made an Arduino program that plays these. Just adding a few more songs from this thread in and then I'll make a video.
By the way, I made an Arduino program that plays these. Just adding a few more songs from this thread in and then I'll make a video.