Check incoming OSC arguments using Condition

I'm using the OSC Module to receive Trigger Input that are OSC messages with arguments. If an incoming argument matches a certain value, it then trigger the Action(s).

I can not find (or wrap my head around) any built-in Conditions that allow me to do this.

I attempted scripting and used get_trigger_value(1) to access said argument, but how do I then tell it to "perform" the Actions that are attach to this Trigger?

Parents
  • Could you share the string you're trying to send?

    One way to do this would be to change your Trigger to ethernet input and configure it for UDP. Since OSC uses UDP for transport. You can structure your input string to contain a <d> or an <s> to capture the value in your message as a variable and then use scripting to check that value.

Reply
  • Could you share the string you're trying to send?

    One way to do this would be to change your Trigger to ethernet input and configure it for UDP. Since OSC uses UDP for transport. You can structure your input string to contain a <d> or an <s> to capture the value in your message as a variable and then use scripting to check that value.

Children
No Data
Related