hello folks,
apparently [routeOSC] behaves differently between 42.5 and 43.1 releases (I'm aware mrpeach has been updated in between).
I have sliders sending out messages as
[list /bla/1/blabli 0.437(
with Pd-extended 0.42.5 and the related "older" mrpeach lib, I used to route these messages with
[routeOSC /bla]
I gave it a try with the 0.43.1 and the "new" mrpeach lib, but now I need to do
[route list]
|
[routeOSC /bla]
If the [route list] is omitted, [routeOSC] won't output anything, and it does not complain.
it's really a minor fix for the patch, but I'm a bit confused:
- was I doing something wrong before?
- is this a new feature?
- should [routeOSC] tell me something if it can't parse the message?
thanks in advance,