Mouse movement without having fixed start position

Hello,

I just want to be able to make the mouse go up and down from the current mouse position.

thx.

Hi and welcome to the Bome community!

The attached project file shows how you can do this.

The first preset addresses using a relative encoder that sends 127,126 … for left turn and 1,2 … for right turn.

The second preset is a bit more involved. It converts and absolute CC to a relative value and requires a global variable to maintain the current position of the absolute value. It also requires a re-centering enable button for situations if you hit an end point up or down. A note-on (push) disables mouse movement for re-centering. A note-off (release) re-enables mouse movement. I use the value of global variable gb to determine if the button is pushed and global variable ga to determine the last known value for calculating the movement amount.

Here is how I have set up my aliases.

image

You can learn more about aliases from this tutorial.

mouse-movement-from-CC-2024-08-02.bmtp (2.3 KB)

Steve Caldwell
Bome Customer Care


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

thanks a lot, i wasn’t expecting an anwser so quickly, perfect exactly what i was looking for.
Have a great day

1 Like