Hi,
i'm probably doing something silly here.
Scenario, i want to capture an osc address to reset a user interface once lightjams has finished loading after a reboot.
i've used if(grid.onactivated, osc.send(8, 100),0) as the formula on the delay fader.
This works when i activate the grid, but only once. every other subsequent activation/deactivation doesn't appear to send anything. If i change the value or any other part of the formula it will then send the osc again, but only once.
what am i doing wrong?
Thanks