diff --git a/app.js b/app.js index 7a8a08e..94b1e0e 100644 --- a/app.js +++ b/app.js @@ -75,6 +75,18 @@ io.on('connection', function(socket) { if (msg=="9292"){ console.log('secret trash received'); + var oscmsg = { + address: "/silentserver", + args: [ + + { + type: "s", + value: msg + } + ] + }; + + trashcan.send(oscmsg); }