Ed Kelly via Pd-list wrote:
Hi all,
Does anyone have, or know of a replacement for tot. I specifically want to access the arrow keys, and the mouse position. I need it for my tracker seqauencers...
for the arrow keys you can also use vanilla's [keyname]
for mouse motion: either
[MouseState] from CYCLONE or [receivecanvas] from the IEMGUTS library
(available via deken)
as for [receivecanvas]:
check the helpfile, it already outputs keys and motion info.
the tricky part is to use it inside a GOP, though
write back to me if you want to go that route
best
oliver