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 Reply
  • I replaced "value" with 1 (the argument received is an integer). Put it in the quick script, and the log said:

    17 Sep 10:35:00 Trigger 2000 rejected - conditions were not satisfied
    17 Sep 10:35:00 CONDITION Script: script returned false
    17 Sep 10:35:00 CONDITION Script: Quick Script executed successfully in 100 microseconds (mem in use = 58KB)
    17 Sep 10:35:00 Trigger 2000 (IO Module): Matched
    17 Sep 10:35:00 OSC /trigger args: 1

    Any idea why it doesn't match?

Children
Related