4 votes

Trio of ByteBeat Tracks - Arranged by me to be played by my tiny 140 character javascript player

1 comment

  1. KilledByAPixel
    Link
    Lately I've been interested in learning as much as possible about bytebeat music. Never hear of it? Me neither until recently. It's a type of music where a full length song is described by a...

    Lately I've been interested in learning as much as possible about bytebeat music. Never hear of it? Me neither until recently. It's a type of music where a full length song is described by a single tiny equation. For example the first song in this video is... (t*((t>>12|t>>8)&633&t>>4))

    My goal has been to write the smallest possible javascript code to play bytebeat music. It is no small task because there is some verbose code required to create the audio context, build the buffer, and play the music. In recent days I have made great strides and managed to fit a player in a tweet, minus the code for the music itself.

    Last night I toiled for hours scrounging for bytes and managed to create what I think is the first full length song and player to fit in 140 characters of javascript. I made a video for those you can watch here...

    https://www.youtube.com/watch?v=JX5QORFAAIA

    You can experiment with it my bytebeat music player...

    https://www.dwitter.net/d/13579

    1 vote