ETCLabs / OSCRouter

UNOFFICIAL - Simple UDP/TCP packet router for Mac and Windows, with optional OSC specific options
MIT License
155 stars 18 forks source link

Feature Request #14

Open colneck opened 6 years ago

colneck commented 6 years ago

Thank you all for developing this great tool!

To synchronize Ableton Live and an ETC EOS I need the possibility to remap an OSC-argument to a part of the path, i.e.

Ableton sends "/cue 1" -------> EO recieves "/eos/cue/XX/1/fire"

Is there a possibility to intruduce another variable, like !1, !2, etc. or something similar, to use the argument in the output-path?

kennioje commented 5 years ago

+1 for this feature, including being able to select which of multiple arguments are used (!1, !2, etc.)

I'd suggest using $ instead of !, as ! often means 'not'.

I also have the opposite situation, where I would like to use part of the path as the outgoing argument: In: /eos/out/get/cue/1/0.5/0/list/0/31 Out: /foo/start, 0.5 (So path: /foo/start argument:%6)

hodgep commented 4 years ago

+1 for this feature, please :)

ueliriegg commented 5 days ago

starting in build 0.16 you can use % also for arguments.

e.g.: address /hello/world, argument OSCrouter %1 = hello %2 = world %3 = OSCrouter