Created
April 15, 2015 14:02
-
-
Save atleastimtrying/42c12c79bb70bef4df6a to your computer and use it in GitHub Desktop.
A stupid ascii representation of the ascii art
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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