Hi list,
what's the current recommendation for a simple x-y Pd GUI controller type of thing? Like a slider but horizontal and vertical. There are probably a few externals providing this, which one is the best/most compatible/future proof? In vanilla this can be emulated with an object reporting its position on a canvas, but to use it one must change to the edit mode which is kind of counter-intuitive.
Anything I'm missing?
m
i am sure it's a bit overkill, but i once used roomsim2d from iemgui to do that.
there is grid in unauthorized.
i would prefer an abstration with similar behaviour, to keep as much vanilla as possible.
and i found it :
check pdmtl/ input.grid
https://github.com/aalex/pdmtl
have a nice day
Py
Le ven. 14 déc. 2018 à 15:35, Max abonnements@revolwear.com a écrit :
Hi list,
what's the current recommendation for a simple x-y Pd GUI controller type of thing? Like a slider but horizontal and vertical. There are probably a few externals providing this, which one is the best/most compatible/future proof? In vanilla this can be emulated with an object reporting its position on a canvas, but to use it one must change to the edit mode which is kind of counter-intuitive.
Anything I'm missing?
m
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
On 14.12.18 16:28, Py Fave wrote:
i am sure it's a bit overkill, but i once used roomsim2d from iemgui to do that.
there is grid in unauthorized.
i would prefer an abstraction with similar behaviour, to keep as much vanilla as possible.
and i found it :
check pdmtl/ input.grid
cool thanks, it's not quite vanilla though because it is unsing [MouseState] from cyclone inside, if I add a dependency anyway then I might as well just use [room_sim_2d] from iemgui which is the killer.
and here's another one, but also not pure vanilla (i don't think it's possible, please prove me wrong ...), it needs IEMGUTS and ZEXY.
also has a "properties" and remotename function (help file included)
best
oliver
this is impressive work, the properties dialog window, wow.
On 14.12.18 17:08, oliver wrote:
and here's another one, but also not pure vanilla (i don't think it's possible, please prove me wrong ...), it needs IEMGUTS and ZEXY.
also has a "properties" and remotename function (help file included)
best
oliver
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
I have an vanilla object that does that and doesn't require going into editing mode.
Check [pdPad] from "Guilla". It's not on Deken yet but i can put it if you want to. The library is in an early stage but [pdPad] should be ready for work despite not being customizable yet (GOP size etc etc)
https://github.com/HenriAugusto/guilla
Cheers, Henri.
De: Pd-list pd-list-bounces@lists.iem.at em nome de Max abonnements@revolwear.com Enviado: sexta-feira, 14 de dezembro de 2018 12:34 Para: pd-list@lists.iem.at Assunto: [PD] Grid, x y control
Hi list,
what's the current recommendation for a simple x-y Pd GUI controller type of thing? Like a slider but horizontal and vertical. There are probably a few externals providing this, which one is the best/most compatible/future proof? In vanilla this can be emulated with an object reporting its position on a canvas, but to use it one must change to the edit mode which is kind of counter-intuitive.
Anything I'm missing?
m
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
I forgot about data structures! this is a clean vanilla solution, Thanks!
On 14.12.18 17:00, Henri Augusto Bisognini wrote:
I have an vanilla object that does that and doesn't require going into editing mode.
Check [pdPad] from "Guilla". It's not on Deken yet but i can put it if you want to. The library is in an early stage but [pdPad] should be ready for work despite not being customizable yet (GOP size etc etc)
https://github.com/HenriAugusto/guilla
Cheers, Henri.
*De:* Pd-list pd-list-bounces@lists.iem.at em nome de Max abonnements@revolwear.com *Enviado:* sexta-feira, 14 de dezembro de 2018 12:34 *Para:* pd-list@lists.iem.at *Assunto:* [PD] Grid, x y control Hi list,
what's the current recommendation for a simple x-y Pd GUI controller type of thing? Like a slider but horizontal and vertical. There are probably a few externals providing this, which one is the best/most compatible/future proof? In vanilla this can be emulated with an object reporting its position on a canvas, but to use it one must change to the edit mode which is kind of counter-intuitive.
Anything I'm missing?
m
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
if it has to be controlled by the mouse, it should be possible to program something in vanilla using data structures - I don't have any prototypes ready, except maybe the control points in [jmmmp/bezier]. It's dependent on tcl/tk, so not suited for very fast changes.
Am Fr., 14. Dez. 2018 um 15:35 Uhr schrieb Max abonnements@revolwear.com:
Hi list,
what's the current recommendation for a simple x-y Pd GUI controller type of thing? Like a slider but horizontal and vertical. There are probably a few externals providing this, which one is the best/most compatible/future proof? In vanilla this can be emulated with an object reporting its position on a canvas, but to use it one must change to the edit mode which is kind of counter-intuitive.
Anything I'm missing?
m
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
in my collection i found a vanilla patch, named “doll” + helpfile, which implements a nice x-y grid based on datastructures. (and don´t forget to switch on audio, if you try out the helpfiles funny fm-thingy) unfortunately i don´t have any note who was its author.
maybe thats what you are looking for?
best hans
Am 15.12.2018 um 12:10 schrieb João Pais jmmmpais@gmail.com:
if it has to be controlled by the mouse, it should be possible to program something in vanilla using data structures - I don't have any prototypes ready, except maybe the control points in [jmmmp/bezier]. It's dependent on tcl/tk, so not suited for very fast changes.
Am Fr., 14. Dez. 2018 um 15:35 Uhr schrieb Max abonnements@revolwear.com: Hi list,
what's the current recommendation for a simple x-y Pd GUI controller type of thing? Like a slider but horizontal and vertical. There are probably a few externals providing this, which one is the best/most compatible/future proof? In vanilla this can be emulated with an object reporting its position on a canvas, but to use it one must change to the edit mode which is kind of counter-intuitive.
Anything I'm missing?
m
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
-- Manteuffelstr. 19 10997 Berlin (Deutschland) Tel +49 30 74921288 | Mob +49 162 6843570 Studio +49 30 69509190 jmmmpais@gmail.com | skype: jmmmpjmmmp https://www.facebook.com/jmmmpais _______________________________________________ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
nice,
unfortunately, when you drag the point outside the blue area and let the mouse button go, the point is no longer dragable. (but the point can be moved inside the blue area again with the fm thingy…
On 15 Dec 2018, at 20:17, hans w. koch hansw.koch@gmail.com wrote:
<doll.pd>
or hit reinit…:-)
also it should not be that hard to force it to stay within the blue square.
On 15 Dec 2018, at 22:59, Simon Iten itensimon@gmail.com wrote:
nice,
unfortunately, when you drag the point outside the blue area and let the mouse button go, the point is no longer dragable. (but the point can be moved inside the blue area again with the fm thingy…
On 15 Dec 2018, at 20:17, hans w. koch hansw.koch@gmail.com wrote:
<doll.pd>