Mercurial > hg > nodescore
diff www/m/js/controlseq.js @ 8:83dfd5f7186a
transport control mods
author | tzara <rc-web@kiben.net> |
---|---|
date | Thu, 05 Jul 2012 17:38:59 +0100 |
parents | 9070b2a7ca65 |
children | 0e5543ccb8fb |
line wrap: on
line diff
--- a/www/m/js/controlseq.js Wed Jul 04 22:08:35 2012 +0000 +++ b/www/m/js/controlseq.js Thu Jul 05 17:38:59 2012 +0100 @@ -7,6 +7,7 @@ function startSeq() { socket.emit("startSeq") } function stopSeq() { socket.emit("stopSeq") } +function resetSeq() { socket.emit("resetSeq") } ////////////////////////////////////////////// // Metronome Controls @@ -52,7 +53,7 @@ turnmeoff = "#"+group+"magicsquare"+off $(seqnow).css('background-color', 'white'); $(turnmeoff).css('background-color', 'blue') - //console.log("#"+group+"magicsquare"+seq +" time: " +time + " %:" + off) + console.log("#"+group+"magicsquare"+seq +" time: " +time + " %:" + off) } ////////////////////////////////////////////// // CLient Popup window code