|
|
@ -25,7 +25,7 @@ var trashcan = new osc.UDPPort({
|
|
|
|
localPort: 57122,
|
|
|
|
localPort: 57122,
|
|
|
|
|
|
|
|
|
|
|
|
// This is where sclang is listening for OSC messages.
|
|
|
|
// 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
|
|
|
|
remotePort: 8888, //this is the hamsters port :*s
|
|
|
|
metadata: true
|
|
|
|
metadata: true
|
|
|
|
});
|
|
|
|
});
|
|
|
|