Mercurial > hg > nodescore
comparison 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 |
comparison
equal
deleted
inserted
replaced
48:eee1afe759d7 | 49:ddb09f0a67fd |
---|---|
6 // Sequencer Controls | 6 // Sequencer Controls |
7 | 7 |
8 function startSeq() { socket.emit("startSeq") } | 8 function startSeq() { socket.emit("startSeq") } |
9 function stopSeq() { socket.emit("stopSeq") } | 9 function stopSeq() { socket.emit("stopSeq") } |
10 function resetSeq() { socket.emit("resetSeq") } | 10 function resetSeq() { socket.emit("resetSeq") } |
11 | |
12 | |
13 ////////////////////////////////////////////// | |
14 // Chron Controls | |
15 | |
16 function stopWatch(value) { socket.emit("stopWatch", value) } | |
11 | 17 |
12 ////////////////////////////////////////////// | 18 ////////////////////////////////////////////// |
13 // Metronome Controls | 19 // Metronome Controls |
14 | 20 |
15 //socket.on("metroPulse", metronomeTick); | 21 //socket.on("metroPulse", metronomeTick); |