Closed samaaron closed 7 years ago
Hi, @samaaron, thanks for the PR.
Just one question: do you want to have both the Port name and the ID as part of the OSC address? I thought you only wanted to have the id...
@llloret at the moment the port ID is required to differentiate between two similarly named ports. However, it would be nice to be able to drop the ID and append a -2
, -3
string to the end of the port name in the situation where multiple similarly named ports are connected. Would this be easy to add?
Thank you, @samaaron
Adhering to the OSC spec as described here: http://opensoundcontrol.org/spec-1_0
The following characters are not allowed in the names of OSC paths: ' ' space 32
number sign 35
We now replace these chars with underscores. Additionally the paths are converted to lower case.