antonhornquist / SerialOSCClient-sc

SerialOSC device (monome grid, arc) support for SuperCollider
8 stars 1 forks source link

Consider routing on a device id based prefix instead of device port #2

Open antonhornquist opened 6 years ago

antonhornquist commented 6 years ago

The Ruby version has no way of routing on device port due to OSC-Ruby not reporting port of sender of an OSC message. Instead the device prefix is set to a device's id when a device is connected. Consider aligning SuperCollider version to this way of routing too.