From 04afb61d914263f459d49c868d58e5a54ea3c0e4 Mon Sep 17 00:00:00 2001 From: louisafriederike Date: Wed, 13 Sep 2023 17:34:02 +0200 Subject: [PATCH] trash ip --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 });