Re: [PD] Problem with this (involved) abstraction for XY

2023-08-21 Thread Pierre Alexandre Tremblay
This is a great object but you need to click on the box for it to work. The 
other is literally a pad (so you can click anywhere in the box and get 
coordinates)

I’ll investigate more and will come back with the change in all cases

> On 21 Aug 2023, at 13:03, Dan Wilcox  wrote:
> 
> There is an xy pad called "touch" in the droidparty abstractions which works 
> on vanilla. I just tested on 0.54. It could be used or possibly checked as to 
> why it doesn't break as compared to your abstraction.
> 
> https://github.com/chr15m/PdDroidParty/tree/master/droidparty-abstractions 
> 
> 
> There isn't a help patch but the creation args are: width height sendname
> 
>> On Aug 21, 2023, at 11:01 AM, pd-list-requ...@lists.iem.at wrote:
>> 
>> Message: 1
>> Date: Sun, 20 Aug 2023 16:07:18 +0100
>> From: Pierre Alexandre Tremblay > >
>> To: Pd-List mailto:pd-list@lists.iem.at>>
>> Subject: [PD] Problem with this (involved) abstraction for XY
>> Message-ID: <167ef89d-6618-4456-a5b1-98946db41...@gmail.com 
>> >
>> Content-Type: text/plain;charset=utf-8
>> 
>> Dear all
>> 
>> As I wanted to keep FluCoMa depending only on Vanilla, I took the lazy 
>> shortcut to use a x-y abstraction for the fluid.plotter (I know I need to 
>> code it in c+tcl)
>> 
>> https://forum.pdpatchrepo.info/topic/10854/xy-abstraction-to-get-mouse-click-and-drag-coordinates-vanilla
>>  
>> 
>> 
>> Now, in the last Pd, it breaks on all OSes. I thought it waste do with 
>> donecanvasdialog changes, but it doesn?t seem to be the case.
>> 
>> I?m asking here because I?m time-short at the moment, if nobody has found 
>> the same problem and fixed it. Otherwise I?ll respond to self when I have 
>> found time to fix it - I hope it isn?t a breaking change or at least not a 
>> problem that will need 2 versions of the abstraction depending on the Pd 
>> version?
>> 
>> p
> 
> 
> Dan Wilcox
> @danomatika 
> danomatika.com 
> robotcowboy.com 
> 
> 
> 

___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] Problem with this (involved) abstraction for XY

2023-08-21 Thread Dan Wilcox
There is an xy pad called "touch" in the droidparty abstractions which works on 
vanilla. I just tested on 0.54. It could be used or possibly checked as to why 
it doesn't break as compared to your abstraction.

https://github.com/chr15m/PdDroidParty/tree/master/droidparty-abstractions

There isn't a help patch but the creation args are: width height sendname

> On Aug 21, 2023, at 11:01 AM, pd-list-requ...@lists.iem.at wrote:
> 
> Message: 1
> Date: Sun, 20 Aug 2023 16:07:18 +0100
> From: Pierre Alexandre Tremblay  >
> To: Pd-List mailto:pd-list@lists.iem.at>>
> Subject: [PD] Problem with this (involved) abstraction for XY
> Message-ID: <167ef89d-6618-4456-a5b1-98946db41...@gmail.com 
> >
> Content-Type: text/plain; charset=utf-8
> 
> Dear all
> 
> As I wanted to keep FluCoMa depending only on Vanilla, I took the lazy 
> shortcut to use a x-y abstraction for the fluid.plotter (I know I need to 
> code it in c+tcl)
> 
> https://forum.pdpatchrepo.info/topic/10854/xy-abstraction-to-get-mouse-click-and-drag-coordinates-vanilla
> 
> Now, in the last Pd, it breaks on all OSes. I thought it waste do with 
> donecanvasdialog changes, but it doesn?t seem to be the case.
> 
> I?m asking here because I?m time-short at the moment, if nobody has found the 
> same problem and fixed it. Otherwise I?ll respond to self when I have found 
> time to fix it - I hope it isn?t a breaking change or at least not a problem 
> that will need 2 versions of the abstraction depending on the Pd version?
> 
> p


Dan Wilcox
@danomatika 
danomatika.com 
robotcowboy.com 



___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] Problem with this (involved) abstraction for XY

2023-08-21 Thread Roman Haefeli
> On 21 Aug 2023, at 06:40, Alexandre Torres Porres
> >  wrote:
> >
> > you can get/use/steal my mouse pad external GUI [else/pad] 
-

On Mon, 2023-08-21 at 08:26 +0100, Pierre Alexandre Tremblay wrote:
> 
> Thanks for the kind offer but I would never dare :)
  

This kind of speak makes me slightly uncomfortable as it implies a
notion of ownership that is contrary to the license used for that
software. Of course, I simply (re-)use software for my own purposes
without notification if it is licensed accordingly. 

I'm not accusing you of being serious here, but the tongue-in-cheek is
only understood in relation to a deeply ingrained capitalistic sense of
property. Why is this is notion even apparent on a ML about FLOSS
software?

Roman




signature.asc
Description: This is a digitally signed message part
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] Problem with this (involved) abstraction for XY

2023-08-21 Thread Pierre Alexandre Tremblay
Dear Alexandre

Thanks for the kind offer but I would never dare :) moreover, this bug is 
tantalising… and one day I’ll most probably steal with source reference some of 
your x-y c code, but the hard job will be to plot all those points in an 
efficient manner. Some Max users have devised an open GL replacement of our JS 
for datasets higher than 100k items (yes…) so I will have to be clever there…

In the meantime the performance of this hack is mediocre but I need a few days 
of continuous dev time to make it native (famous last words, I know I,ll need 
more than a few days…)

p

> On 21 Aug 2023, at 06:40, Alexandre Torres Porres  wrote:
> 
> 
> 
> Em dom., 20 de ago. de 2023 às 12:09, Pierre Alexandre Tremblay 
> mailto:tremb...@gmail.com>> escreveu:
> Dear all
> 
> As I wanted to keep FluCoMa depending only on Vanilla, I took the lazy 
> shortcut to use a x-y abstraction for the fluid.plotter (I know I need to 
> code it in c+tcl)
> 
> you can get/use/steal my mouse pad external GUI [else/pad] 

___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list