-
Jelte
Hello,
I have a problem, and I'm pretty new to Pure Data so I thought I'd ask it here.
I have absolute numbers that change by moving the mouse (x and y). This works OK.
But I need to output the relative speed at which this number changes, so +12 or -30 and not the absolute pixel position.Is there an easy way to achieve this?
Kind regards,
Jelte -
Jelte
Sorry to double post!
I have a solution to this already.
I used [trigger float float] cross-connected to a minus object, that got me the first difference.
Actually I have another problem now. The mouse is limited to the boundaries of the screen, and unfortunately I need the numbers to go on "forever", and not stop at the end of my screen.
I thought of using the mouse wheel (that keeps giving data/had no end), but I can't catch that with the [cursor] object...Does anybody know a solution to that one?
Thanks!
Jelte