See [touch] in droidparty abstractions which is built using data structures.. I've been working with it for a while.
https://github.com/chr15m/PdDroidParty/tree/master/droidparty-abstractions https://github.com/chr15m/PdDroidParty/tree/master/droidparty-abstractions
On Dec 14, 2018, at 9:36 AM, pd-list-request@lists.iem.at wrote:
Date: Fri, 14 Dec 2018 15:34:29 +0100 From: Max <abonnements@revolwear.com mailto:abonnements@revolwear.com> To: "pd-list@lists.iem.at mailto:pd-list@lists.iem.at" <pd-list@lists.iem.at mailto:pd-list@lists.iem.at> Subject: [PD] Grid, x y control Message-ID: <3dec1357-cfcd-5d82-7364-eb52dcdd3127@revolwear.com mailto:3dec1357-cfcd-5d82-7364-eb52dcdd3127@revolwear.com> Content-Type: text/plain; charset=utf-8; format=flowed
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
Dan Wilcox @danomatika http://twitter.com/danomatika danomatika.com http://danomatika.com/ robotcowboy.com http://robotcowboy.com/
a small trick I learned the last days - if you use coords instead of
donecanvasdialog, it won't trigger the edit mode issue in vanilla. For the
parameters you use, it should work.
I could leave a couple of theoretical suggestions:
drag it from one of its corners. A click in a blank space won't have any
effect. This might be circumvented using [mousestate] or a similar
external, but it won't be vanilla code anymore.
assigned to variables. It's still not possible to reduce the size of the
canvas but have different boundaries for the square. I guess a
dynamically-created template would be an idea, but I didn't try with it
yet.
Best,
Joao
See [touch] in droidparty abstractions which is built using data
structures.. I've been working with it for a while.https://github.com/chr15m/PdDroidParty/tree/master/droidparty-abstractions
On Dec 14, 2018, at 9:36 AM, pd-list-request@lists.iem.at wrote:
Date: Fri, 14 Dec 2018 15:34:29 +0100 From: Max abonnements@revolwear.com To: "pd-list@lists.iem.at" pd-list@lists.iem.at Subject: [PD] Grid, x y control Message-ID: 3dec1357-cfcd-5d82-7364-eb52dcdd3127@revolwear.com Content-Type: text/plain; charset=utf-8; format=flowed
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
Dan Wilcox @danomatika danomatika.com robotcowboy.com
Take a look into: https://forum.pdpatchrepo.info/topic/10854/xy-abstraction-to-get-mouse-click...
Em sex, 21 de dez de 2018 às 07:46, João Pais jmmmpais@gmail.com escreveu:
a small trick I learned the last days - if you use coords instead of donecanvasdialog, it won't trigger the edit mode issue in vanilla. For the parameters you use, it should work.
I could leave a couple of theoretical suggestions:
- one disadvantage of data-s is that to move the marker, it's necessary to
drag it from one of its corners. A click in a blank space won't have any effect. This might be circumvented using [mousestate] or a similar external, but it won't be vanilla code anymore.
- it's a pity that the variable limits in a struct can't be themselves
assigned to variables. It's still not possible to reduce the size of the canvas but have different boundaries for the square. I guess a dynamically-created template would be an idea, but I didn't try with it yet.
Best,
Joao
See [touch] in droidparty abstractions which is built using data structures.. I've been working with it for a while.
https://github.com/chr15m/PdDroidParty/tree/master/droidparty-abstractions
On Dec 14, 2018, at 9:36 AM, pd-list-request@lists.iem.at wrote:
Date: Fri, 14 Dec 2018 15:34:29 +0100 From: Max abonnements@revolwear.com To: "pd-list@lists.iem.at" pd-list@lists.iem.at Subject: [PD] Grid, x y control Message-ID: 3dec1357-cfcd-5d82-7364-eb52dcdd3127@revolwear.com Content-Type: text/plain; charset=utf-8; format=flowed
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
Dan Wilcox @danomatika http://twitter.com/danomatika danomatika.com robotcowboy.com
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
my [else/slider2d] solves that in a vanilla way
Em sex, 21 de dez de 2018 às 09:57, Esteban Viveros emviveros@gmail.com escreveu:
Take a look into: https://forum.pdpatchrepo.info/topic/10854/xy-abstraction-to-get-mouse-click...
Em sex, 21 de dez de 2018 às 07:46, João Pais jmmmpais@gmail.com escreveu:
a small trick I learned the last days - if you use coords instead of donecanvasdialog, it won't trigger the edit mode issue in vanilla. For the parameters you use, it should work.
I could leave a couple of theoretical suggestions:
- one disadvantage of data-s is that to move the marker, it's necessary
to drag it from one of its corners. A click in a blank space won't have any effect. This might be circumvented using [mousestate] or a similar external, but it won't be vanilla code anymore.
- it's a pity that the variable limits in a struct can't be themselves
assigned to variables. It's still not possible to reduce the size of the canvas but have different boundaries for the square. I guess a dynamically-created template would be an idea, but I didn't try with it yet.
Best,
Joao
See [touch] in droidparty abstractions which is built using data structures.. I've been working with it for a while.
https://github.com/chr15m/PdDroidParty/tree/master/droidparty-abstractions
On Dec 14, 2018, at 9:36 AM, pd-list-request@lists.iem.at wrote:
Date: Fri, 14 Dec 2018 15:34:29 +0100 From: Max abonnements@revolwear.com To: "pd-list@lists.iem.at" pd-list@lists.iem.at Subject: [PD] Grid, x y control Message-ID: 3dec1357-cfcd-5d82-7364-eb52dcdd3127@revolwear.com Content-Type: text/plain; charset=utf-8; format=flowed
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
Dan Wilcox @danomatika http://twitter.com/danomatika danomatika.com robotcowboy.com
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
--
Esteban Viveros
www.estebanviveros.com
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
Dang! I want this thing in the Put menu! :)
On 21.12.18 14:22, Alexandre Torres Porres wrote:
my [else/slider2d] solves that in a vanilla way
Em sex, 21 de dez de 2018 às 09:57, Esteban Viveros <emviveros@gmail.com mailto:emviveros@gmail.com> escreveu:
Take a look into: https://forum.pdpatchrepo.info/topic/10854/xy-abstraction-to-get-mouse-click-and-drag-coordinates-vanilla Em sex, 21 de dez de 2018 às 07:46, João Pais <jmmmpais@gmail.com <mailto:jmmmpais@gmail.com>> escreveu: __ a small trick I learned the last days - if you use coords instead of donecanvasdialog, it won't trigger the edit mode issue in vanilla. For the parameters you use, it should work. I could leave a couple of theoretical suggestions: - one disadvantage of data-s is that to move the marker, it's necessary to drag it from one of its corners. A click in a blank space won't have any effect. This might be circumvented using [mousestate] or a similar external, but it won't be vanilla code anymore. - it's a pity that the variable limits in a struct can't be themselves assigned to variables. It's still not possible to reduce the size of the canvas but have different boundaries for the square. I guess a dynamically-created template would be an idea, but I didn't try with it yet. Best, Joao See [touch] in droidparty abstractions which is built using data structures.. I've been working with it for a while. https://github.com/chr15m/PdDroidParty/tree/master/droidparty-abstractions
On Dec 14, 2018, at 9:36 AM, pd-list-request@lists.iem.at <mailto:pd-list-request@lists.iem.at> wrote: Date: Fri, 14 Dec 2018 15:34:29 +0100 From: Max <abonnements@revolwear.com <mailto:abonnements@revolwear.com>> To: "pd-list@lists.iem.at <mailto:pd-list@lists.iem.at>" <pd-list@lists.iem.at <mailto:pd-list@lists.iem.at>> Subject: [PD] Grid, x y control Message-ID: <3dec1357-cfcd-5d82-7364-eb52dcdd3127@revolwear.com <mailto:3dec1357-cfcd-5d82-7364-eb52dcdd3127@revolwear.com>> Content-Type: text/plain; charset=utf-8; format=flowed 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
-------- Dan Wilcox @danomatika <http://twitter.com/danomatika> danomatika.com <http://danomatika.com> robotcowboy.com <http://robotcowboy.com> _______________________________________________ Pd-list@lists.iem.at <mailto:Pd-list@lists.iem.at> mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list -- Esteban Viveros www.estebanviveros.com <http://www.estebanviveros.com> _______________________________________________ Pd-list@lists.iem.at <mailto:Pd-list@lists.iem.at> mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
Thanks, the base for it was in the Pd patch repository somewhere, I forget.
again, it only depends in a few objects from ELSE but you can deal with it in another way if you want a full vanilla option.
Em sáb, 22 de dez de 2018 às 16:40, Max abonnements@revolwear.com escreveu:
Dang! I want this thing in the Put menu! :)
On 21.12.18 14:22, Alexandre Torres Porres wrote:
my [else/slider2d] solves that in a vanilla way
I believe it was based on my xy abstraction, which is completely vanilla ;)
https://forum.pdpatchrepo.info/topic/10854/xy-abstraction-to-get-mouse-click...
On 23.12.18 21:42, Alexandre Torres Porres wrote:
Thanks, the base for it was in the Pd patch repository somewhere, I forget.
again, it only depends in a few objects from ELSE but you can deal with it in another way if you want a full vanilla option.
Em sáb, 22 de dez de 2018 às 16:40, Max <abonnements@revolwear.com mailto:abonnements@revolwear.com> escreveu:
Dang! I want this thing in the Put menu! :) On 21.12.18 14:22, Alexandre Torres Porres wrote: > my [else/slider2d] solves that in a vanilla way
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
yep, and there's me in the bottom of the discussion :) thanks for bringing it up. I see I haven't done much of what I promised there to include in my object, haha
Em ter, 1 de jan de 2019 às 01:20, Ingo Stock mail@ingostock.de escreveu:
I believe it was based on my xy abstraction, which is completely vanilla ;)
https://forum.pdpatchrepo.info/topic/10854/xy-abstraction-to-get-mouse-click...
On 23.12.18 21:42, Alexandre Torres Porres wrote:
Thanks, the base for it was in the Pd patch repository somewhere, I
forget.
again, it only depends in a few objects from ELSE but you can deal with it in another way if you want a full vanilla option.
Em sáb, 22 de dez de 2018 às 16:40, Max <abonnements@revolwear.com mailto:abonnements@revolwear.com> escreveu:
Dang! I want this thing in the Put menu! :) On 21.12.18 14:22, Alexandre Torres Porres wrote: > my [else/slider2d] solves that in a vanilla way
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management ->
https://lists.puredata.info/listinfo/pd-list
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list