Re: [PD] pdp from decken does not load

2018-09-05 Thread IOhannes m zmölnig
On 9/5/18 9:26 PM, Csaba Láng wrote: > perfect, good to know that decken is not the ultimate solution since 0.48.0 it's rather the other way round. apt has been the ultimate solution since Pd-0.32 but not everybody has apt. for those we have deken. also: getting packages into Debian is not as

Re: [PD] Setting Code::Blocks (MinGW64) to compile pd externals

2018-09-05 Thread alfonso santimone
I was just kind of joking. Better said "compiling on windows for pd and max is a moving target". Thanks for advices i should get my way to cmake really ;-) Il mer 5 set 2018, 16:25 alfonso santimone ha scritto: > Hi Christof, thanks. I'm trying to build a 64bit external for 64bit pd. > I tried

Re: [PD] pdp from decken does not load

2018-09-05 Thread Csaba Láng
perfect, good to know that decken is not the ultimate solution since 0.48.0 thank for the help On Wed, Sep 5, 2018 at 8:56 PM IOhannes m zmölnig wrote: > On 9/5/18 8:22 PM, Csaba Láng wrote: > > Dear list, > > > > I am trying to get pdp from decken, but objects are not created. > > Added

Re: [PD] pdp from decken does not load

2018-09-05 Thread IOhannes m zmölnig
On 9/5/18 8:22 PM, Csaba Láng wrote: > Dear list, > > I am trying to get pdp from decken, but objects are not created. > Added manually to path in the preferences, but no luck. > Please advice! > why don't you install the pd-pdp package from apt? pdp is one of the libraries that have quite a

[PD] pdp from decken does not load

2018-09-05 Thread Csaba Láng
Dear list, I am trying to get pdp from decken, but objects are not created. Added manually to path in the preferences, but no luck. Please advice! Popesz ___ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management ->

Re: [PD] Setting Code::Blocks (MinGW64) to compile pd externals

2018-09-05 Thread Christof Ressi
just to show you, how simple it is. this is how a complete makefile with pd-lib-builder might look like: --- # Makefile for mylib lib.name = mylib class.sources = myclass1.c myclass2.c datafiles = myclass1-help.pd myclass2-help.pd README.txt LICENSE.txt include Makefile.pdlibbuilder ---

Re: [PD] Setting Code::Blocks (MinGW64) to compile pd externals

2018-09-05 Thread IOhannes m zmoelnig
On 2018-09-05 16:25, alfonso santimone wrote: > I have no good knowledge of cmake. to repeat christophs advice: >> in your case I'd strongly suggest to use the pd-lib-builder makefile >> template: https://github.com/pure-data/pd-lib-builder > Coding for pd and max is always a moving target :-D

Re: [PD] Setting Code::Blocks (MinGW64) to compile pd externals

2018-09-05 Thread alfonso santimone
Hi Christof, thanks. I'm trying to build a 64bit external for 64bit pd. I tried to remove pd.lib and pd.a from the linker settings and substitute them with pd.dll but comiplation fail because pd.dll file format is not recognized. I have no good knowledge of cmake. But i guess i have to study it.

Re: [PD] Setting Code::Blocks (MinGW64) to compile pd externals

2018-09-05 Thread Christof Ressi
> 2. So i took pd.a form the src folder of my pd 32bit installation. > Maybe the mingw64 compiler isn't working for pd 64x on windows? are you trying to build a 64-bit external for a 64-bit Pd *or* a 32-bit external for a 32-bit Pd? I'm asking because you mention both 32bit and 64bit Pd. ---

Re: [PD] Setting Code::Blocks (MinGW64) to compile pd externals

2018-09-05 Thread Christof Ressi
when using MinGW, the only thing you need to build a plugin for Pd is m_pd.h and pd.dll (this is because gcc can directly link against DLLs, with MSVC you would also need the pd.lib import library). in your case I'd strongly suggest to use the pd-lib-builder makefile template:

[PD] Setting Code::Blocks (MinGW64) to compile pd externals

2018-09-05 Thread alfonso santimone
Hi all, i'm trying to get in my way to compile some external for pd on Win64. I followed a Code::Blocks configuration tutorial here (which is about win32 tho). https://www.youtube.com/watch?v=7hByIk-xXXw=11=PLn3ODBv0ka5g_zKRpmgc58-Tj-Qn-P5qz 1. It seems that the src folder for the last pd (

Re: [PD] Gem frame rate over 60fps

2018-09-05 Thread IOhannes m zmoelnig
On 2018-09-05 14:10, Csaba Láng wrote: > Iohannes, > > thanks for your advice. However I forgot to add that the 200fps I would > like to use is not for displaying, but mostly to analyse fast objects in > front of the camera. i think i covered this use-case in length. > Theoretically, it should

Re: [PD] Gem frame rate over 60fps

2018-09-05 Thread Csaba Láng
Iohannes, thanks for your advice. However I forgot to add that the 200fps I would like to use is not for displaying, but mostly to analyse fast objects in front of the camera. the chain would look like this: [0( and [metro 5( | [gemhead] | [pix_video] with videoPYLON plugin [pix_multiblob] no

Re: [PD] Gem frame rate over 60fps

2018-09-05 Thread IOhannes m zmoelnig
On 2018-09-05 12:26, Csaba Láng wrote: > Dear list, > I am using high speed cameras with 200fps. > Is there any hard coded limitation in Gem which determines maximum fps? no > or [frame 200( to [gemwin] is enough? no > I tried [metro 5] to [gemhead] too, but need a proof that it goes 200fps. >

[PD] Gem frame rate over 60fps

2018-09-05 Thread Csaba Láng
Dear list, I am using high speed cameras with 200fps. Is there any hard coded limitation in Gem which determines maximum fps? or [frame 200( to [gemwin] is enough? I tried [metro 5] to [gemhead] too, but need a proof that it goes 200fps. Does any of you have a patch which could measure the fps in

Re: [PD] table reverse lookup

2018-09-05 Thread Roman Haefeli
Hi William On Tue, 2018-09-04 at 19:51 -0400, William Brent wrote: > The "equals" method of [tabletool] returns the indices of a value > you're searching for, as well as the number of occurrences. Thanks. That's quite a cool external and definitely covers what I need. I'm still curious,

Re: [PD] feature request: [array search]

2018-09-05 Thread Roman Haefeli
On Tue, 2018-09-04 at 17:29 -0400, Martin Peach wrote: > On Tue, Sep 4, 2018 at 5:22 PM Roman Haefeli > wrote: > > Hi again > > > > While we are at it: Wouldn't an [array search] be an immensely > > useful > > object? > > > > There is [tabfind] in mrpeach. Does that work for you? Yes,