Re: [PD] Pd on Tiny Core Linux on Raspberry Pi

2018-02-06 Thread Chris McCormick
Hi Dan, On 03/02/18 21:15, Dan Wilcox wrote: > Out of curiosity, does the autotools build work as well? I got this when I tried: tc@box:~/pure-data$ autoconf configure.ac:9: error: possibly undefined macro: AM_INIT_AUTOMAKE If this token and others are legitimate, please use

Re: [PD] Gem somewhat more adaptive background subtraction?

2018-02-06 Thread Jack
Hello Peter, It is possible to use shaders for this purpose if you don't have to use only pix_ objects. For exemple, get the result of a dot product between the normalized background color and the normalized texels colors. Then use a threshold to determine if a pixel need to be transparent or not

[PD] Gem somewhat more adaptive background subtraction?

2018-02-06 Thread Peter P.
Hi list, just wondering if anyone has looked into a way to subtract a background in Gem pixes using a hybrid approach between frame difference [pix_movement] and difference to a static snapshot [pix_background]. I want to be able to detect object in front of a background also during slow light

Re: [PD] slider appearance change somewhere between 0.47 and 0.48

2018-02-06 Thread Dan Wilcox
Well, I changed it. The least I can do is fix it. > On Feb 6, 2018, at 10:53 AM, Roman Haefeli wrote: > > Hey > > On Fre, 2018-02-02 at 15:10 +0100, Dan Wilcox wrote: >> And fixed: https://github.com/pure-data/pure-data/pull/301 >> >> Please build and test. > > Sorry, I

[PD] sr04 with arduino standardfirmata

2018-02-06 Thread ray Y
Hello Alex I have been able to use the sr04 with comport but not with standardfirmata the problem is that i need to sacrifice and entire controller and a bluetooth connection in order to handle the sr04 instructions all by themselves and this is not elegant. it could be nice to have a

Re: [PD] sources for externals

2018-02-06 Thread IOhannes m zmoelnig
On 2018-02-06 14:27, ro...@dds.nl wrote: > shouldn't we advocate a policy for deken uploads to include this by > default? good idea. i've opened a ticket at https://github.com/pure-data/deken/issues/88 dfmasdr IOhannes PS: hmm weird, somebody already closed it. signature.asc Description:

Re: [PD] sources for externals

2018-02-06 Thread Roman Haefeli
On Die, 2018-02-06 at 14:27 +0100, ro...@dds.nl wrote: > houldn't we advocate a policy for deken uploads to include this by  > default? Definitely. I'd say it is already being advocated since recent versions of the Deken upload tool nag you to prepare a source package. I assume many packages have

[PD] sources for externals

2018-02-06 Thread rolfm
hi, triggered by the announcement that OSX is going to exclude 32-bits progs i was looking for the sources of externals i use. since Pd is an open-source project i expected that the externals i download with deken include the source code. however, only 1 out of the 10 i (gratefully) use

Re: [PD] slider appearance change somewhere between 0.47 and 0.48

2018-02-06 Thread Roman Haefeli
Hey On Fre, 2018-02-02 at 15:10 +0100, Dan Wilcox wrote: > And fixed: https://github.com/pure-data/pure-data/pull/301 > > Please build and test. Sorry, I only noticed now that you already fixed it. Looks good to me. Many thanks! Roman signature.asc Description: This is a digitally signed

Re: [PD] sr04 with arduino standardfirmata?

2018-02-06 Thread Alexandros
The SR04 works by sending a trigger signal and waiting for the echo signal. It then calculates the time between the two signals and translates this to distance. All this happens in the pulseIn() function used with this sensor. In order to make it work with Firmata you must send a signal out