HI
need to run generic OSC-commands from a application.
What would be the commands for execute presets and to execute triggers?
Osc assigning does not work. The commands are registered in AX but not executed when try to run.
HI
need to run generic OSC-commands from a application.
What would be the commands for execute presets and to execute triggers?
Osc assigning does not work. The commands are registered in AX but not executed when try to run.
Hi Markus,
If you write your own controller software, in order to operate a button you have to send a value 1 then after a short while a value 0. It corresponds to the concept of controller button push = 1, release = 0.
Also, between the two OSC messages (1 and 0), there has to be at least 1 elapsed frame in Aximmetry. So set the delay to about 50 milliseconds between the two messages or even higher if you work with a very low rendering frame rate in Aximmetry.
Warmest regards,