Re: [PD] Possible to unselect radio buttons?

2008-12-19 Thread Steffen Leve Poulsen
fixed the fire and made some explanation on how to use this concept attached bang-matrix.pd vh/slp Phil Stone skrev: Steffen, Auto-generated matrix and everything! By the way, [fire64] wouldn't instantiate, but it apparently had done its work before you saved the abstraction, so the

[PD] Possible to unselect radio buttons?

2008-12-18 Thread Phil Stone
Is there any way to make there be *no* selection displayed in a radio button control? If not, this would be a very useful feature in that it would allow multiple banks of radio buttons to be tied together programatically. I.e., imagine a set of four hradio controls, stacked on top of each

Re: [PD] Possible to unselect radio buttons?

2008-12-18 Thread Luke Iannini
Hi Phil! I've hacked this in before by using a bunch of [moses] objects and sending [color 1 1 1( etc. messages to the radio objects that are supposedly not selected (which makes the radio indicator the same color as the background so it looks like there's nothing there). I'd be happy to dig up a

Re: [PD] Possible to unselect radio buttons?

2008-12-18 Thread Luke Iannini
And sorry if that didn't quite get across the whole story - the idea is if you have two hradios of length 8 each, you add [+ 8] to the second hradio to now have a range of 0-15 between the two, and then use the [moses]s to figure out which of the two hradios a value is coming from and loop back

Re: [PD] Possible to unselect radio buttons?

2008-12-18 Thread Phil Stone
That's a pretty brilliant hack, Luke. Thanks for the idea. Phil Luke Iannini wrote: Hi Phil! I've hacked this in before by using a bunch of [moses] objects and sending [color 1 1 1( etc. messages to the radio objects that are supposedly not selected (which makes the radio indicator the

Re: [PD] Possible to unselect radio buttons?

2008-12-18 Thread Steffen Leve Poulsen
Hi Phil here's one attached bang-matrix.pd mvh/steffen leve poulsen Phil Stone skrev: That's a pretty brilliant hack, Luke. Thanks for the idea. Phil Luke Iannini wrote: Hi Phil! I've hacked this in before by using a bunch of [moses] objects and sending [color 1 1 1( etc. messages to

Re: [PD] Possible to unselect radio buttons?

2008-12-18 Thread Phil Stone
Steffen, Auto-generated matrix and everything! By the way, [fire64] wouldn't instantiate, but it apparently had done its work before you saved the abstraction, so the matrix worked fine. Very, very cool. Phil Steffen Leve Poulsen wrote: Hi Phil here's one attached bang-matrix.pd

Re: [PD] Possible to unselect radio buttons?

2008-12-18 Thread Frank Barknecht
Hallo, Phil Stone hat gesagt: // Phil Stone wrote: Is there any way to make there be *no* selection displayed in a radio button control? What I did in rrad.pattseq.pd in SVN was to hide the first box in a radio button behind a [cnv] object. That way you could still click there to deactivate