chriss
2009-03-12 12:13:51
hi all....
is it possible to send control change values to mouse pos??
thx and greetz
chriss
florian
2009-03-12 15:31:23
Hi,
yes, you can move the mouse with MIDI control changes (or any other MIDI message).
Do it like that:
INCOMING: MIDI <CC message, use MIDI capture for that>
OUTGOING: mouse movement
Just try it...
Thanks,
Florian
chriss
2009-03-12 22:13:55
hi florian,
but i want to set the mouse to the value of the control change so i need to put the incoming cc (to channels for x&y) into a variable and than set the mouse pos to that variable......ist this possible??
thx and greetz
chriss
florian
2009-03-15 17:57:56
indeed, currently, it's not possible to set the values of the mouse fields to a variable. That's a bug, we'll fix it for the version after 1.7.
Sorry!
Florian
florian
2009-03-15 17:59:30
PS: one way to work around this is to create a timer that executes "ga" times (where ga is an arbitrary variable derived from the controller value). In the "On Timer" translator, move the mouse by a small fixed amount.