initial prototype

This commit is contained in:
sparks-alec
2023-01-25 23:01:14 -05:00
parent 4ac28ce19d
commit a023ad4ce5
5 changed files with 273 additions and 20 deletions
+1
View File
@@ -100,6 +100,7 @@ function initDeviceConnection(id) {
if (plugins[type].config.connectionType.includes('udp')) {
device.connection = new osc.UDPPort({
localAddress: '0.0.0.0',
localPort: 8001, // added this line
remoteAddress: device.addresses[0],
remotePort: device.port,
});