We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d8c342 commit e907328Copy full SHA for e907328
server.js
@@ -75,7 +75,6 @@ io.on('connection', function (socket){
75
76
socket.on('playSequence', function (msg) {
77
var p = msg;
78
- console.log(p);
79
80
arpeggiatorProcess.send({
81
pattern: p,
0 commit comments