Outgoing message: Mouseclick then Down Arrow then Enter

Hi,

Is it possible to combine an incoming cc to mouse+shortcut combined message?
I need to send a right click first, then down down down down enter.

Hi, for sending a sequence of events, you would have multiple translators with the same incoming trigger and a different outgoing action. Each outgoing action would be delayed differently to align with the outgoing sequence of event you want. If you are turning a knob, you might need to set a global variable to ignore
after the initial knob movement.

For instance

incoming = CC 1 on MIDI CH 1 any value

Rules:
if ga==1 then exit rules, skip outgoing action
ga=1

Then in the last translator a rule to set ga back to 0 to re-enable the knob input after the sequence is complete.

Steve Caldwell
Bome Customer Care


Also available for paid consulting services: bome@sniz.biz

Great! Thank you.