@woland Ok interesting, thanks. I have to think about the logic a little differently. I can make that work. The example scene was very helpful.
Take a look at the first and second Scenes in this file.
@chameau132 said:
A second replacing the path by "extandida" : but it read "caidadata" array !
Did you trigger the 'read' input on the Data Array actor after changing the file path so that it reads in the new file?
Hi,
Here's roughly what I'm trying to do: use a Router actor (in conjunction with a pulse and a counter, not shown) to pass a color sequentially on to some Text/ure actors. But, until I wiggle one of the RGB values in the Color Maker actor, nothing is transmitted to (and hence through) the router. I've tried putting a Trigger Value actor between but other than being janky, it has the same issue.

Feels like one of those cases where I'm missing a fundamental concept.
Thanks!
@jfg Wow O_O look so stupid =)
Thanks for help
I think it is because you connected an output with limited value to the input of the transmit actor. If you take a new instance of the actor you will see something like that:

it is unlimited. If the output is limited it will change to the limitation of the connected output.

Best regards,
Jean-François
@chameau132 Edit : i try with chataigne osc, value @1000 is my fader @full :)
Hi !
I link isadora to a infinity chimp100 light console to control master fader via OSC.
It work nice...but =)
the limit scale of the float value transmitter is 100...wish correspond to 10% off my master fader. So i can't dim my master up to 10% :D Is it a way to unlock the transmitter max value so i can send higher Value ?
Thanks for advises ! (unfortunatly, there is no option to multiply OSC value in the chimp100 OSC setup page )
Cheers =)
@woland Ah thanks both - range makes sense! Constraining the output range on the Program Change Watcher fixes it, as does your suggestion of an Absolute Value actor in between.
Thank you! Bug in my head, in this case :)