diff --git a/app.js b/app.js index 94b1e0e..5a79e48 100644 --- a/app.js +++ b/app.js @@ -25,7 +25,7 @@ var trashcan = new osc.UDPPort({ localPort: 57122, // This is where sclang is listening for OSC messages. - remoteAddress: "192.168.2.15", //this is the hamsters ip + remoteAddress: "192.168.2.12", //this is the hamsters ip remotePort: 8888, //this is the hamsters port :*s metadata: true });