[PD] Replacement for tot

oliver oliver at klingt.org
Thu Jan 31 14:26:35 CET 2019


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





More information about the Pd-list mailing list