ossia / score

ossia score, an interactive sequencer for the intermedia arts
https://ossia.io
Other
1.5k stars 104 forks source link

i-score doesn't allow to create two Minuit devices with the same UDP port for i-score #88

Closed reno- closed 3 years ago

reno- commented 8 years ago

With minuit protocole, we should be able to have several devices talking to i-score on the same udp port (default 13579). And maybe the udp port could be hardcoded… as it is for art-net for exemple (6454).

theod commented 8 years ago

totally agree ! this feature is part of the major rewrite of the device management part of the API.

jcelerier commented 8 years ago

I think that the better way would to be make it so that the device does not need to know the i-score port. UDP can be used in full-duplex : i-score initiates the connection to the device knowing only its port, and then the device can just reuse the socket to write to i-score.

bltzr commented 7 years ago

what about this ? is there anything we can do with the current state of affairs ? or should we consider this is a intrinsic flow of Minuit (and encourage people to use OSCquery instead ?) (I'd say yes...)

jcelerier commented 3 years ago

I agree