Mercurial > hg > nodescore
diff www/m/js/controlseq.js @ 49:ddb09f0a67fd
begining of attempt at modularisation
author | tzara <rc-web@kiben.net> |
---|---|
date | Sat, 13 Oct 2012 00:17:52 +0000 |
parents | 3ba24da53406 |
children | 474c1ad1e811 |
line wrap: on
line diff
--- a/www/m/js/controlseq.js Wed Sep 12 09:50:37 2012 +0100 +++ b/www/m/js/controlseq.js Sat Oct 13 00:17:52 2012 +0000 @@ -9,6 +9,12 @@ function stopSeq() { socket.emit("stopSeq") } function resetSeq() { socket.emit("resetSeq") } + +////////////////////////////////////////////// +// Chron Controls + +function stopWatch(value) { socket.emit("stopWatch", value) } + ////////////////////////////////////////////// // Metronome Controls