Hi Pfeil,
Thanks for your support, below is the code, that I've tried to make work, so in short, when I say "slower" I should go from 100 bpm in the dropdown menu to 90 bpm, and if I say "slower" from 90 bpm to 80 bpm, and so on and so forth (When I get this right I have to do the same for "faster") but it's not working at all, in this example the command goes directly to 80 bpm.
Press Left Ctrl+Left Shift+9 keys calls a macro recorder program that moves the mouse and keyboard to change values on the drop down menu.
Begin Integer Compare : [tempo] Equals 100
Press Left Ctrl+Left Shift+9 keys and hold for 0,1 seconds and release
End Condition
Set integer [tempo] value to 90
Begin Integer Compare : [tempo] Equals 90
Press Left Ctrl+Left Shift+8 keys and hold for 0,1 seconds and release
End Condition
Set integer [tempo] value to 80
Begin Integer Compare : [tempo] Equals 80
Press Left Ctrl+Left Shift+7 keys and hold for 0,1 seconds and release
End Condition
Set integer [tempo] value to 70
In a very similar example to this one It worked once, so I might be close I think
I have set some easy commands that if I say "eight" or "nine" will go straight to change the tempo to the desired one, but what I would like too is to have a couple of commands "slower" and "faster" to go from 50 bpm to 60 bpm etc, basically be able to go up and down the menu, but always the remembering the last bpm value (25%,50%,60%,70%,80%,90%,100%)