atom feed63 messages in at.iem.pd-listRe: [PD] how to capture window-relate...
FromSent OnAttachments
katjaNov 2, 2011 7:24 am 
Mathieu BouchardNov 2, 2011 7:38 am 
IOhannes m zmoelnigNov 2, 2011 7:49 am 
Hans-Christoph SteinerNov 2, 2011 7:59 am 
Hans-Christoph SteinerNov 2, 2011 8:06 am 
Jonathan WilkesNov 2, 2011 8:18 am 
Jonathan WilkesNov 2, 2011 8:27 am 
João PaisNov 2, 2011 9:43 am 
Jonathan WilkesNov 2, 2011 10:23 am 
João PaisNov 2, 2011 10:40 am 
katjaNov 2, 2011 10:44 am.zip
IOhannes m zmoelnigNov 2, 2011 10:54 am 
katjaNov 2, 2011 1:14 pm 
Hans-Christoph SteinerNov 2, 2011 2:04 pm 
katjaNov 2, 2011 2:24 pm 
Jonathan WilkesNov 2, 2011 3:07 pm.pd
katjaNov 2, 2011 4:57 pm 
Jonathan WilkesNov 2, 2011 5:29 pm 
katjaNov 3, 2011 3:10 am 
Jonathan WilkesNov 3, 2011 7:16 am 
João PaisNov 3, 2011 7:30 am 
Hans-Christoph SteinerNov 3, 2011 8:07 am 
Jonathan WilkesNov 3, 2011 10:00 am 
Ivica Ico BukvicNov 3, 2011 11:44 am 
Hans-Christoph SteinerNov 3, 2011 11:46 am 
Ivica Ico BukvicNov 3, 2011 3:23 pm 
Jonathan WilkesNov 3, 2011 7:46 pm 
João PaisNov 4, 2011 2:20 am 
katjaNov 4, 2011 2:23 am 
Jonathan WilkesNov 4, 2011 7:37 am 
Mathieu BouchardNov 4, 2011 10:18 am 
Jonathan WilkesNov 4, 2011 10:37 am 
Mathieu BouchardNov 4, 2011 10:53 am 
Hans-Christoph SteinerNov 4, 2011 3:25 pm 
Ivica Ico BukvicNov 4, 2011 8:35 pm 
Hans-Christoph SteinerNov 4, 2011 9:49 pm 
Mathieu BouchardNov 5, 2011 7:41 am 
Mathieu BouchardNov 5, 2011 8:00 am 
Jonathan WilkesNov 5, 2011 8:19 am 
Ivica Ico BukvicNov 5, 2011 8:53 am 
Mathieu BouchardNov 5, 2011 9:10 am 
Mathieu BouchardNov 5, 2011 9:46 am 
Jonathan WilkesNov 5, 2011 9:50 am 
Hans-Christoph SteinerNov 5, 2011 7:32 pm 
Mathieu BouchardNov 6, 2011 6:58 am 
Hans-Christoph SteinerNov 7, 2011 8:20 am 
Jonathan WilkesNov 9, 2011 9:33 am 
Hans-Christoph SteinerNov 9, 2011 9:39 am 
Mathieu BouchardNov 9, 2011 9:53 am 
Mathieu BouchardNov 9, 2011 9:59 am 
Hans-Christoph SteinerNov 9, 2011 11:01 am 
Jonathan WilkesNov 9, 2011 11:10 am 
Mathieu BouchardNov 9, 2011 11:44 am 
Mathieu BouchardNov 9, 2011 11:45 am 
Jonathan WilkesNov 9, 2011 12:40 pm 
katjaNov 9, 2011 12:57 pm 
Mathieu BouchardNov 9, 2011 2:30 pm 
Jonathan WilkesNov 9, 2011 3:39 pm 
Mathieu BouchardNov 9, 2011 3:55 pm 
Mathieu BouchardNov 9, 2011 4:13 pm 
Hans-Christoph SteinerNov 9, 2011 5:53 pm 
Mathieu BouchardNov 10, 2011 8:29 am 
Mathieu BouchardNov 10, 2011 8:43 am 
Subject:Re: [PD] how to capture window-related mouse-events when toxy is discontinued?
From:Jonathan Wilkes (janc@yahoo.com)
Date:Nov 2, 2011 10:23:05 am
List:at.iem.pd-list

----- Original Message -----

From: João Pais <jmmm@googlemail.com> To: katja <katj@gmail.com>; "pd-l@iem.at" <pd-l@iem.at>; Jonathan
Wilkes <janc@yahoo.com> Cc: Sent: Wednesday, November 2, 2011 12:44 PM Subject: Re: [PD] how to capture window-related mouse-events when toxy is
discontinued?

The toxy lib is discontinued in Pd-extended 0.43. Tried to find an alternative, asked on the Pd forum. No solution so far. I explored gem for GUI purposes, but this introduces even more dependencies. Data-structures seem an option at first sight, but can not provide large reactive area's (only the center pixel of an object is reactive).

Are you in edit mode in that video?  If so, data structures will react accordingly.

In run mode there is a way to make the entire polygon reactive (instead of just a little 5x5 pixel "hot spot"), but it's hacky.

It can happen that data structures (tcl/tk) can be a bit heavy to manipulate, and will cause dropouts.

If it's in edit mode, the "whole polygon" will create trouble when clicking it to position an object, no?

Well, instead of "whole polygon" I should say "all the visualizations associated
with a scalar".  In edit mode you'll get a bounding box around the scalar and you can
drag it just as any pd object.  The [struct] outlet will notify you with a "displace"
msg when you do this, and you can use the pointer element from that message to get the
current x and y for that scalar.

unless that's not a data structure, but a canvas with a small selection square.