Hi,
What do most people do when they need a simple 2D slider, or 'xy pad'?
I've tried encapsulating a data structure in a GOP abstraction, but I find it terribly unreliable.
robert.
Le 24 oct. 07 à 15:35, Robert Scott a écrit :
Hi,
What do most people do when they need a simple 2D slider, or 'xy pad'?
Hello, They use [gcanvas] or [grid]. Is it ok ?
Jack
I've tried encapsulating a data structure in a GOP abstraction, but
I find it terribly unreliable.robert.
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/ listinfo/pd-list
Hallo, Robert Scott hat gesagt: // Robert Scott wrote:
I've tried encapsulating a data structure in a GOP abstraction, but I find it terribly unreliable.
Hm, what's unreliable there? I've posted an abstraction here some time ago (2005?) in an archive controller.tgz, that uses DS and should work out of the box. I can dig up the newer version if you like, which works without metros, but may not work with the old version of Pd that's in pd-extended.
Frank Barknecht _ ______footils.org__
Hallo, Frank Barknecht hat gesagt: // Frank Barknecht wrote:
Hm, what's unreliable there? I've posted an abstraction here some time ago (2005?) in an archive controller.tgz, that uses DS and should work out of the box. I can dig up the newer version if you like, which works without metros, but may not work with the old version of Pd that's in pd-extended.
Dug it up, attached.
Frank Barknecht _ ______footils.org__
Hallo, Robert Scott hat gesagt: // Robert Scott wrote:
On Wednesday 24 October 2007 21:40, Frank Barknecht wrote:
Dug it up, attached.
Ciao
Thanks - I'll have a look at this. My ds abstractions can never properly decide their painting order and often cause segfaults.
If your patch is patched correctly, it may be an issue with a too old version of Pd. For DS I'd recommend to use the latest and greatest, as in every new version some bugs have been fixed.
Frank Barknecht _ ______footils.org__
ha, gorgeous! exactly this is what i needed several days ago, that made me go through your datastructures tutorial again. however, my crappy patch was only half satisfying... i am excited to see, how this one works internally.
thanks for sharing..
roman
On Wed, 2007-10-24 at 22:40 +0200, Frank Barknecht wrote:
Hallo, Frank Barknecht hat gesagt: // Frank Barknecht wrote:
Hm, what's unreliable there? I've posted an abstraction here some time ago (2005?) in an archive controller.tgz, that uses DS and should work out of the box. I can dig up the newer version if you like, which works without metros, but may not work with the old version of Pd that's in pd-extended.
Dug it up, attached.
Ciao _______________________________________________ PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
___________________________________________________________ Der frühe Vogel fängt den Wurm. Hier gelangen Sie zum neuen Yahoo! Mail: http://mail.yahoo.de
On Wed, Oct 24, 2007 at 02:35:56PM +0100, Robert Scott wrote:
What do most people do when they need a simple 2D slider, or 'xy pad'?
I've tried encapsulating a data structure in a GOP abstraction, but I find it terribly unreliable.
There's also one in s-abstractions: http://mccormick.cx/viewcvs/*checkout*/s-abstractions/s-controlsurface.pd?root=svn http://mccormick.cx/viewcvs/*checkout*/s-abstractions/s-controlsurface-help.pd?root=svn (I just added the help file a second ago)
This is probably almost exactly the same as Frank's since we made it together if I recall correctly (or maybe I just stole his patch and changed the colors :) )
Best,
Chris.