Re: [PD] vstplugin~ v0.1.0 - NOTE for Windows users

2019-03-15 Thread Lucas Cordiviola
Thanks! Confirmed, Deken versions dated "2019-03-15" are working Ok : vstplugin~[v0.1.0](Windows-i386-32).dek     Uploaded by spacechild1 @ 2019-03-15 14:04:09 vstplugin~[v0.1.0](Windows-amd64-32).dek     Uploaded by spacechild1 @ 2019-03-15 14:03:10 :) Mensaje telepatico asistido por

Re: [PD] added libs on deken

2019-03-15 Thread Lucas Cordiviola
Cool, They are up on Deken. :) Mensaje telepatico asistido por maquinas. On 3/15/2019 5:34 AM, cyrille henry wrote: > hello Lucas, > > thanks for the commpilation, > yes, please, you can put then on deken. > > cheers > > > Le 14/03/2019 à 21:37, Lucas Cordiviola a écrit : >> Hi Cyrille, >> >>

[PD] PdParty and externals like Cyclone

2019-03-15 Thread Alexandre Torres Porres
Em sex, 22 de fev de 2019 às 07:03, Dan Wilcox escreveu: > Congrats! > > Cyclone is an important library and it's great to see its continuation. > This has been a learning experience for all but it is now success story of > the post-extended "deken model." If/when I'm teaching Pd in the future,

[PD] [PD-announce] jmmmp library Version 0.52

2019-03-15 Thread João Pais
Hello everyone, The jmmmp library of abstractions has been updated. A small bug in Granulator, a Pure Data port of Robert Henke's Granulator, has been fixed. (Also some aesthetic details in the mat~ object collection) You can download it soon through deken, or follow the link below. For more

Re: [PD] vstplugin~ v0.1.0 - NOTE for Windows users

2019-03-15 Thread Christof Ressi
in the end, I just had to modify the build system. since there are no changes in the actual source code, I just uploaded the new binaries to Deken (will be available tomorrow). I've tested with Lucas, who reported the problem, and the problem is resolved. I won't touch v0.1.0 from now on.

Re: [PD] In 2019 is there a way to detect mouse down/up?

2019-03-15 Thread Dan Wilcox
I would use #mouse to match the internal send names like #notein, etc. :) Actually, you can receive messages to [notein] using [r #notein] so I could imagine a similar set of mouse objects which work in the same manner ala [mouseup], [mousedown], [mousemove], & possibly [mousedrag]. We can look

Re: [PD] In 2019 is there a way to detect mouse down/up?

2019-03-15 Thread Christof Ressi
It's the pointer value printed as hex, so it will change (most likely :-) > Gesendet: Freitag, 15. März 2019 um 10:49 Uhr > Von: "Peter P." > An: pd-list@lists.iem.at > Betreff: Re: [PD] In 2019 is there a way to detect mouse down/up? > > * Liam Goodacre [2019-03-15 10:45]: > > You can receive

Re: [PD] In 2019 is there a way to detect mouse down/up?

2019-03-15 Thread Jean-Yves Gratius
Not sure it can be considered as a vanilla solution, but you should edit tcl/pdtk_canvas.tcl file and add one line in the proc pdtk_canvas_mouseup (line 216) : proc pdtk_canvas_mouseup {tkcanvas x y b} {     set mytoplevel [winfo toplevel $tkcanvas]     pdsend "$mytoplevel mouseup [$tkcanvas

Re: [PD] In 2019 is there a way to detect mouse down/up?

2019-03-15 Thread Peter P.
* Liam Goodacre [2019-03-15 10:45]: > You can receive mouse and mouseup information in Vanilla by using [receive > .x55dca8289140], where ".x55dca8289140" is a hexadecimal ID unique to the > given canvas. However, the only way I know of retrieving that ID is using > [hcs/canvasname], which is

Re: [PD] In 2019 is there a way to detect mouse down/up?

2019-03-15 Thread Liam Goodacre
You can receive mouse and mouseup information in Vanilla by using [receive .x55dca8289140], where ".x55dca8289140" is a hexadecimal ID unique to the given canvas. However, the only way I know of retrieving that ID is using [hcs/canvasname], which is back to using externals. If you accept

Re: [PD] added libs on deken

2019-03-15 Thread cyrille henry
hello Lucas, thanks for the commpilation, yes, please, you can put then on deken. cheers Le 14/03/2019 à 21:37, Lucas Cordiviola a écrit : Hi Cyrille, Thanks for the libs! I have compiled them for Windows-64-bits. It was very straight-forward using pd-lib-builder + msys2 + MinGW64. Here's