Skip to content

Commit

Permalink
fix: allow multiple sisyfos devices
Browse files Browse the repository at this point in the history
  • Loading branch information
mint-dewit committed Jun 14, 2023
1 parent 36ff5e4 commit 3d47f82
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export class SisyfosApi extends EventEmitter {

this._oscClient = new osc.UDPPort({
localAddress: '0.0.0.0',
localPort: 5256, // To avoid not using the same port both ways on local installs, this port is one higher
localPort: 0,
remoteAddress: this.host,
remotePort: this.port,
metadata: true,
Expand Down

0 comments on commit 3d47f82

Please sign in to comment.