Re: [PD] 2D radio buttons object or abstraction?

2024-01-21 Thread João Pais
Or see [jmmmp/matrixctrl] Before reinventing the wheel: does anyone know of a library that would contain something akin to radio buttons but in 2D? Thanks! - martin ___ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management ->

Re: [PD] 2D radio buttons object or abstraction?

2023-12-14 Thread Roman Haefeli
On Thu, 2023-12-14 at 13:31 -0300, Alexandre Torres Porres wrote: > > Virtually all of GUI objects in ELSE should ideally be compiled > objects and I didn't do it yet cause tcl/tk is a nightmare and I > havent figured it out quite well... a couple of things I'd like is to > have a nice properties

Re: [PD] 2D radio buttons object or abstraction?

2023-12-14 Thread Alexandre Torres Porres
Em qui., 14 de dez. de 2023 às 12:39, Roman Haefeli escreveu: > Hi Alex > > On Thu, 2023-12-14 at 12:14 -0300, Alexandre Torres Porres wrote: > > It will happen eventually, as a full compiled object. > > [mtx.ctl] is a pretty neat abstraction. Why do you want it to rewrite > as a (from a user

Re: [PD] 2D radio buttons object or abstraction?

2023-12-14 Thread Roman Haefeli
Hi Alex On Thu, 2023-12-14 at 12:14 -0300, Alexandre Torres Porres wrote: > It will happen eventually, as a full compiled object. [mtx.ctl] is a pretty neat abstraction. Why do you want it to rewrite as a (from a user perspective) immutable object? I can modify and adapt an abstraction and see

Re: [PD] 2D radio buttons object or abstraction?

2023-12-14 Thread Alexandre Torres Porres
but it's not a actually a 2d radio, as you gotta turn it on and off... it's been on my list to build an actual 2d radio button for a good while now. It will happen eventually, as a full compiled object. While at it I will also make mtx.ctl a compiled object. But I could change my plans and just

Re: [PD] 2D radio buttons object or abstraction?

2023-12-14 Thread Martin Dupras
Thanks everyone, that was very useful. In the end, for my purposes, the mtx.ctl in the ELSE library was closest to what I was after. Thanks everyone! - martin On Tue, 12 Dec 2023 at 11:30, Martin Dupras wrote: > Before reinventing the wheel: does anyone know of a library that would >

Re: [PD] 2D radio buttons object or abstraction?

2023-12-12 Thread Albert Rafetseder
Before reinventing the wheel: does anyone know of a library that would contain something akin to radio buttons but in 2D? I don't, though I'd be interested too. If you can make do without a visible grid of buttons, and deduce button presses from coordinates on a plane instead, the available

Re: [PD] 2D radio buttons object or abstraction?

2023-12-12 Thread Roman Haefeli
On Tue, 2023-12-12 at 11:30 +, Martin Dupras wrote: > Before reinventing the wheel: does anyone know of a library that > would contain something akin to radio buttons but in 2D?  Check out [carlito-grid] from: https://github.com/reduzent/netpd-instruments (in the abs folder). It also has a

[PD] 2D radio buttons object or abstraction?

2023-12-12 Thread Martin Dupras
Before reinventing the wheel: does anyone know of a library that would contain something akin to radio buttons but in 2D? Thanks! - martin ___ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management ->