So first Viznut and friends did some experiments and put it in a YouTube-clip. Then there were threads at Pouet and chipmusic.org, and eventually it even popped up in places like Motherboard. Then there was another video:
This is all about tiny pieces of C code that generates 8-bit music. Mega complicated haXXor stuff. But you don’t have to understand it to like it. In fact, you can even make it yourself. Just copy stuff here, paste it here and then change some numbers. Don’t forget to copyright it!
This seems less hardware-dependent than minidata things usually are. So perhaps it could be some new kind of sonic Twitter art, like I tweeted little-scale’s Arduino music (mp3). Good luck everybody! Waiting for the first compilation…
October 1, 2011 at 7:27 pm |
sin(t * .00025) * 24000 + sin(t * .001) * 5000 + cos(t * .0005)^2 * 50 + cos(t^2 * .001) * 30
October 2, 2011 at 8:18 am |
almost as good as dubstep!
October 1, 2011 at 10:45 pm |
Seven examples with audio and code: http://little-scale.blogspot.com/2011/10/tweetable-one-loop-one-function-simple.html
October 2, 2011 at 8:26 am |
great. #3 still my favourite!
October 2, 2011 at 3:00 pm |
Viznut’s blog post: http://countercomplex.blogspot.com/2011/10/algorithmic-symphonies-from-one-line-of.html
October 3, 2011 at 5:09 am |
Wow this could be great for live coding! Live oneliner battlez
October 3, 2011 at 2:07 pm |
+ @mclduk (who also did that zx spectrum beatbox thing) made twitter-music two years ago, using supercollider. http://www.wired.com/epicenter/2009/11/listen-to-140-character-songs-geeks-are-trading-on-twitter/
October 3, 2011 at 2:37 pm |
Duet for Two Modems ‘>_>:
t * ((t>>5|t>>11)*25+sin(t)&6&t>>9)|(t>>9)
October 3, 2011 at 2:53 pm |
More bizarre stuff
t * ((t>>5) |(t>>11)*25+sin(t%3000)&6&t>>9)|(t<>10^3) |(t/45) |cos(50^4) |cos(t<>17) +(t>>3)
October 10, 2011 at 9:13 am
Brilliant, thanks!