Several shortcuts with the same key

Hi Steve and sorry if these days I have become your worst nightmare by invading the forum …
thank you very much for the support you are giving me!

Last question:

how can i activate different shortcuts with the same key as my midi control?

I wish
pressing B0 32 7F
1 time result is Alt + H
Pressing the same key twice results in Alt + Shift + H
Pressing 3 Times - Shift H.
pressing four times resets the chain by returning to point 1

thank you

The following should do it

We use the global variable gg to control which step we are on.

Translator 0.0 only fires on step 1 (gg=0)
Translator 0.1 only fires on step 2 (gg=1)
Translator 0.2 only fires on step 3 (gg=2)
Translator 0.4 increments the step counter and sets it back to 0 if gg>2

Steps-Keystrokes.bmtp (1.4 KB)

Steve Caldwell
Bome Customer Care


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

it works, thanks! however, I cannot reduce your preset by removing the third point. how can I do?

If by reducing you mean only two values. Change the rule on translator 0.4 to

if gg>1 then gg=0

Then the third translator will never fire.

If this isn’t what you mean, please clarify.

Steve Caldwell
Bome Customer Care


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