Last active
March 30, 2021 19:42
-
-
Save jarmitage/491470c3a681a166c8bec257605b891b to your computer and use it in GitHub Desktop.
Live Coding YouTube at ICLC 2017
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
// livecodingyoutube.github.io | |
// iclc.livecodenetwork.org/2017/ | |
// search("andrew sorensen")// click a video | |
// search("koyaanisqatsi part 7") | |
// search("inception building") | |
// search("godzilla original") | |
// note: shift+enter to run, highlight blocks to run multiple lines at once | |
create(2,2,"yY1FSsUV-8c") // youtube id is pasted when you click a thumbnail | |
cue(1,"RSINqSvSVyM") | |
cue(2,"dG22TcpjRnY") | |
cue(3,"VKrj1ymJzmo") | |
mute(">0", true) | |
mute(0,false) | |
play(0) | |
unloop(0) | |
seek(0,0) | |
seek(0,90) | |
loopAt(0,112,2) | |
unloop() | |
seek(0,140) | |
seek(0,160) | |
seek(0,200) | |
mute(0,true) | |
play(2) | |
mute(2,false) | |
loopAt(2,10,8) | |
mute(0,false) | |
mute(2,true) | |
loopAt(0,232,8) | |
mute([1,3], true) | |
play([1,3]) | |
loopAt(2,55,32) | |
loopAt(1,180,32) | |
loopAt(3,60,16) | |
loopAt(0,234,0.75) | |
pause(all) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment