[PD] openCV and PD

2023-08-04 Thread michael strohmann
Hi! Is anyone using openCV or anything similar regarding image analysis in pd-0.54 right now ? I cannot get the pix_openCV externals from Antoine Villeret to work and pix_video crashes pd… Just wanted to know if anyone got this to work ? (I run osx 10.13) Thanks!

Re: [PD] version compile-time checks, was: Building ELSE for Pd Vanilla (here RPi OS 11 32-bit)

2023-08-04 Thread Alexandre Torres Porres
Yeah it's possible to have code that works for both. And I do agree it makes good sense in some cases like the single vstplugin~ external. But not in ELSE though and I guess you weren't asking this so I shouldn't say anything, but here it goes anyway just in case. I'm not happy with the idea of

Re: [PD] version compile-time checks, was: Building ELSE for Pd Vanilla (here RPi OS 11 32-bit)

2023-08-04 Thread Christof Ressi
Actually, I think we could streamline this process with a new API function: https://github.com/pure-data/pure-data/issues/2075 On 04.08.2023 23:16, Christof Ressi wrote: To avoid bleeding-edge red, is the following not possible with externals? This would work in a way that you could compile

Re: [PD] version compile-time checks, was: Building ELSE for Pd Vanilla (here RPi OS 11 32-bit)

2023-08-04 Thread Christof Ressi
To avoid bleeding-edge red, is the following not possible with externals? This would work in a way that you could compile ELSE for older Pd versions. But then you would essentially need to ship two different versions: one for Pd 0.54> and another one for Pd 0.54<=. Ideally, there should be

[PD] version compile-time checks, was: Building ELSE for Pd Vanilla (here RPi OS 11 32-bit)

2023-08-04 Thread Dan Wilcox
To avoid bleeding-edge red, is the following not possible with externals? #ifdef PD_MAJOR_VERSION >= 0 and PD_MINOR_VERSION >= 54 // multichannel code #else // non-multichannel code #endif Depending upon the code layout, you could also probably use some macros for lots of redundant stuff. > On

[PD] [PD-announce] Emille 2023 - call for papers

2023-08-04 Thread dudas
2023 Call for Papers The Korea Electro-Acoustic Music Society (KEAMS) announces a call for papers for the journal Emille. Emille is an open-access and peer-reviewed journal, and was formed to promote active research and to share the results on computer music. Submitted papers are selected

Re: [PD] Building ELSE for Pd Vanilla (here RPi OS 11 32-bit)

2023-08-04 Thread Alexandre Torres Porres
Em qui., 3 de ago. de 2023 às 19:51, Linux Rouen Normandie < linux.ro...@free.fr> > *As my compilation finished with no warning and after the binary > installation Pd is working well, I think it found the headers (by the way, > which ones).* > it did find headers, as you were able to build a

Re: [PD] Building ELSE for Pd Vanilla (here RPi OS 11 32-bit)

2023-08-04 Thread IOhannes m zmölnig
Am 4. August 2023 00:49:16 MESZ schrieb Linux Rouen Normandie : >> Pd-0.54 has been released after Debian/bookworm, so you cannot use the Pd >> bundled with your Raspbian/bookworm. >/Not really understanding 'bookworm'.// It's the codename of the latest Debian release (aka "Debian 12"). Your

Re: [PD] Building ELSE for Pd Vanilla (here RPi OS 11 32-bit)

2023-08-04 Thread Alexandre Torres Porres
Em qui., 3 de ago. de 2023 às 16:46, IOhannes m zmölnig escreveu: > Personally I think this is a bug in ELSE, and would file a bug that it > ought to be buildable against older versions of Pd (even if that means > that some functionality is missing). > I'm creating new objects for multichannel