bitfocus / companion-module-generic-osc

Companion Module
MIT License
3 stars 14 forks source link

Ability to use variable inside of "OSC. Path" field #18

Closed wcfrostick closed 2 years ago

wcfrostick commented 2 years ago

Is this a feature relevant to companion itself, and not a module?

Is there an existing issue for this?

Describe the feature

I would like to be able to pass a variable inside the path to my OSC command

Ex.

OSC Patch /config/userrout/in/$(internal:channel)

Value 33

First page will select the channel i would like to change which would set the "channel" variable, then it will bring you to a page that will select the input source.

Usecases

source and then destination instead of destination then source.

wcfrostick commented 2 years ago

@Julusian I see there is a pull request for this. Could you please accept it?