Re: [PD] Grid, x y control

2018-12-19 Thread Dan Wilcox
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

Re: [PD] Pd Vanilla donecanvasdialog GOP starts edit mode

2018-12-19 Thread Dan Wilcox
I'm too lazy to look it up and I don't remember the exact details, but I believe you can change the 4th argument to 3 and it will not set edit mode, ala: pd-$1data-marker donecanvasdialog 1 1 3 0 0 110 110 $2 $3 0 0 1 1 1; 3 is the key. If this is a different issue, sorry for the noise. > On D

Re: [PD] Status of PD double precision

2018-12-19 Thread Jonathan Wilkes via Pd-list
> Though Pd 0.49 compiled as above shows those small and large numbers, it can't show all significant decimals in the GUI. This of course limits the usefulness of double precision and also complicates the interpretation of other tests. Hi Katja, Have you taken a look at Purr Data? AFAICT the numbe

Re: [PD] Status of PD double precision

2018-12-19 Thread katja
On 12/17/18, Thomas Grill wrote: > No time to check deeper now, but to my surprise > CFLAGS "-D PD_FLOATSIZE=64" ./configure && make > does indeed compile from the vanilla git repo (but doesn't link with > portmidi and portaudio for other reasons). > The definitions in m_pd.h suggest that t_float