CLOSE
// press shift+enter to run selected code (or each line if not selected) // press alt+enter to go to the documentation. // here is some example code, run line by line and see what happens. // See the performance video here: https://youtu.be/abvZVOEq67I search("interview")// click a video create(2,2,"Mh4f9AYRCZY") // youtube id is pasted when you click a thumbnail play(0) play(all) pause() play([0,3]) pause(all) seek(all,0) play(">0") loopAt(1,3,2) // loop video 1 from 3 second for 2 seconds loopAt(2,19,4) loop([1,2],1,4) // loop video 2 and video 1 from 1 second ago for 4 seconds search("hot dog dance")// click a video cue([0,3],"uNKs_uUs8FI") play([0,3]) phase([0,3],0.5) search("daft punk around the world")// click a video add(1,1,"7exajMfNiFQ") play() fadeOut(all) // to find out more about the api // visit https://livecodingyoutube.github.io/doc/index.html to go to the documentation. // Developed by Sang Won Lee (snaglee@umich.edu), Jungho Bang(bjungho@umich.edu), Georg Essl (essl@uwm.edu)-->
Go Back