Skip to content

Instantly share code, notes, and snippets.

@atleastimtrying
Created April 15, 2015 14:02
Show Gist options
  • Save atleastimtrying/42c12c79bb70bef4df6a to your computer and use it in GitHub Desktop.
Save atleastimtrying/42c12c79bb70bef4df6a to your computer and use it in GitHub Desktop.
A stupid ascii representation of the ascii art
0 = start of track, | = end of track, .=unplayed bit of track, := played bit of track
use websockets/ajax to communicate track choice and start time.
server (not delayed)
0::::::::::|
machine 1 (delayed by 1)
0.:::::::::|
machine 2 (delayed by 3)
0...:::::::|
machine 3 (delayed by 2)
0..::::::::|0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment