Re: [PD] PeRColate quick fix

2020-02-01 Thread Alexandre Torres Porres
oh, and help files should end with "-help.pd", that's much better practice Em sáb., 1 de fev. de 2020 às 23:04, Alexandre Torres Porres < por...@gmail.com> escreveu: > btw, you can remove the 'pd' folder with its source code, it's not needed > with pd-lib-builder > > Em sáb., 1 de fev. de 2020 às

Re: [PD] PeRColate quick fix

2020-02-01 Thread Alexandre Torres Porres
btw, you can remove the 'pd' folder with its source code, it's not needed with pd-lib-builder Em sáb., 1 de fev. de 2020 às 22:41, Alexandre Torres Porres < por...@gmail.com> escreveu: > hi, I was able to build for mac, but it doesn't work. I do get many > warnings from pdlibbuilder, but it seems

Re: [PD] PeRColate quick fix

2020-02-01 Thread Alexandre Torres Porres
hi, I was able to build for mac, but it doesn't work. I do get many warnings from pdlibbuilder, but it seems the main issue is that I can't use [declare -lib percolate] to load the library cause it says: decalre -lib percolate ... couldn't create load_object: Symbol "percolate_setup" not found I'

Re: [PD] object opposite of change

2020-02-01 Thread Charles Z Henry
Hi Popesz, At least on kinect, there's always a bit of noise in the tracking. The change from frame-to-frame will never be exactly 0, so you need something that acts more like a threshold. One place to start would be collecting some data on the amplitude of the noise when you're doing what you'd

Re: [PD] object opposite of change

2020-02-01 Thread Csaba Láng
And with float, quite good option. Thanks On Sat, 1 Feb 2020 at 22:02, IOhannes m zmölnig wrote: > On 2/1/20 9:48 PM, Csaba Láng wrote: > > Dearest list, > > > > is there any object which only gives me a value from a constantly > changing > > random numbers when it stops for a while, let's say f

Re: [PD] object opposite of change

2020-02-01 Thread IOhannes m zmölnig
On 2/1/20 9:48 PM, Csaba Láng wrote: > Dearest list, > > is there any object which only gives me a value from a constantly changing > random numbers when it stops for a while, let's say for one second or so? > I am looking for the parameters of tracking hands from Kinect like motion > detector whe

[PD] object opposite of change

2020-02-01 Thread Csaba Láng
Dearest list, is there any object which only gives me a value from a constantly changing random numbers when it stops for a while, let's say for one second or so? I am looking for the parameters of tracking hands from Kinect like motion detector when the hands stops on an object for a while. Best

Re: [PD] PD Vanilia / Gem / Deken

2020-02-01 Thread IOhannes m zmölnig
On 2/1/20 9:03 PM, Maurin Donneaud wrote: > Hi Everyone > > I'm traying to install Gem for PD Vanilia 0.5.2 with the Deken > I cant see the last paquet : gem (1:0.94-1) > https://packages.debian.org/buster/gem > Can someone give me a brief explanation of how I can fix this issue? > which issue?

[PD] PD Vanilia / Gem / Deken

2020-02-01 Thread Maurin Donneaud
Hi Everyone I'm traying to install Gem for PD Vanilia 0.5.2 with the Deken I cant see the last paquet : gem (1:0.94-1) https://packages.debian.org/buster/gem Can someone give me a brief explanation of how I can fix this issue? I'm runing linux     Distributor ID:    Debian     Description:   

[PD] PeRColate quick fix

2020-02-01 Thread Julien Ottavi
Hi Everyone We fixed PeRColate code in order to be compiled for the latest PD vanilla and Purr-Data. Mainly because we like this libraries and it a shame it disappear in the land of not maintained ;-) I haven't seen the visual (image) part of the libraries and I didn't really used myself, to

Re: [PD] compiling hidio for Windows

2020-02-01 Thread Dan Wilcox
There is also my own HID -> OSC daemon, joyosc: https://github.com/danomatika/joyosc Since it's sending OSC, you can stream from one computer to another, regardless of OS, so it's useful for rapid prototyping. I haven't personally built it on Windows, but

Re: [PD] help with ofelia in ubuntu

2020-02-01 Thread Max
Hi Zack, Can you fix the other issue too? The Deken ofelia version depends on libglew 2.0 while current ubuntu comes with libglew 2.1 (Workaround is to compile it yourself.) thx! On 31.01.20 21:56, Zack Lee wrote: Hi Andrew, I'm sorry you are having trouble running Ofelia on Ubuntu. I will

Re: [PD] shmem and bigger buffer size

2020-02-01 Thread cyrille henry
yes, I did write that. But Miller implemented a binary transfer from pd to pd~ so the native solution must be lot's more efficient now. I did not test if shmem is still faster. Yes, using shmem_send~ and shmem_receive~ will add 1 more block latency on top of pd~ latency. cheers Le 01/02/202

Re: [PD] shmem and bigger buffer size

2020-02-01 Thread iftah gabbai
@chris, thank you for that, very good piece of info! On Fri 31. Jan 2020 at 20:03, cyrille henry wrote: > > > Le 31/01/2020 à 18:30, iftah gabbai a écrit : > > so it is confirmed to work on linux? if so than great :) > it's working on my computer! > c > > > > > > On Fri 31. Jan 2020 at 13:58, cy

Re: [PD] shmem and bigger buffer size

2020-02-01 Thread iftah gabbai
@cyrille, i have another question if i may, i saw somewhere in the list that you write that streaming audio from pd to a subprocess with shmem is much more efficient in terms of cpu usage, is it still the case? also if i understand correctly from the docs i will then have latency of one block size