ETCLabs/OSCRouter

Feature Request

colneck opened this issue · 3 comments

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?

+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)

+1 for this feature, please :)