Re: [PD] Proposing a cyclone update / another Pre Alpha release (milestone 2)

2016-10-03 Thread Matt Barber
I don't think we need a copy of it. We just need to include an existing one, preferably from current vanilla. On Mon, Oct 3, 2016 at 10:03 PM, Jonathan Wilkes wrote: > > I think we can do without m_imp.h, maybe. > > > > While we're at it-- why do you need a copy of m_pd.h? >

Re: [PD] Proposing a cyclone update / another Pre Alpha release (milestone 2)

2016-10-03 Thread Jonathan Wilkes via Pd-list
> I think we can do without m_imp.h, maybe. While we're at it-- why do you need a copy of m_pd.h? -Jonathan ___ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list

Re: [PD] Fw: knob (again)

2016-10-03 Thread Lucas Cordiviola
Just in case: Of course without all the "http://puredata.info/Members/chr15m/; just freeverb~(Windows-i386-32)-externals.zip Mensaje telepatico asistido por maquinas. From: Pd-list on behalf of Lucas Cordiviola

Re: [PD] Fw: knob (again)

2016-10-03 Thread Lucas Cordiviola
Some examples for naming the ZIP: http://puredata.info/Members/chr15m/freeverb~(Windows-i386-32)-externals.zip http://puredata.info/Members/chr15m/pdlua(Windows-i386-32)-externals.zip http://puredata.info/Members/chr15m/plugin~(Windows-i386-32)-externals.zip

Re: [PD] Proposing a cyclone update / another Pre Alpha release (milestone 2)

2016-10-03 Thread Matt Barber
I think we can do without m_imp.h, maybe. It had been included for the full definition of the _class struct, and a couple of other functions that have since moved. On Mon, Oct 3, 2016 at 5:24 PM, Jonathan Wilkes via Pd-list < pd-list@lists.iem.at> wrote: > >> Only for m_pd.h ? or also pd.dll? >

Re: [PD] Fw: knob (again)

2016-10-03 Thread Lucas Cordiviola
Hi Christof, Thanx for the new [knob], Can anyone tell me how to manually upload a deken package to puredata.info? I can't get the deken commandline tool to work on Windows (msys2)... I did it on march on something that I deleted, I can`t remember exactly but it was just uploading the ZIP

Re: [PD] Proposing a cyclone update / another Pre Alpha release (milestone 2)

2016-10-03 Thread Lucas Cordiviola
I renamed 'm_pd.h' to 'zzm_pd.h' in all 3 occurrences on extended. Deleted previous "pd-cyclone-master" folder. Unzip a new "pd-cyclone-master". Did "make pdincludepath=C:/Users/Lucarda/Downloads/pd/src 2> logV2.txt" Same results: Attached "logV2.txt" Mensaje telepatico asistido por

Re: [PD] Proposing a cyclone update / another Pre Alpha release (milestone 2)

2016-10-03 Thread Lucas Cordiviola
Before overwriting extended sources I will rename them wrongly to check if they are used by make. Mensaje telepatico asistido por maquinas. From: Pd-list on behalf of Lucas Cordiviola Sent: Monday,

Re: [PD] Proposing a cyclone update / another Pre Alpha release (milestone 2)

2016-10-03 Thread Lucas Cordiviola
Using pdincludepath: make pdincludepath=C:/Users/Lucarda/Downloads/pd 2> log.txt ls: C:/Users/Lucarda/Downloads/pd/m_pd.h: No such file or directory pd-lib- builder/Makefile.pdlibbuilder:690: Where is Pd API m_pd.h? Do 'make help' for info. binaries_src/control/mean.c:5:18: fatal

Re: [PD] Proposing a cyclone update / another Pre Alpha release (milestone 2)

2016-10-03 Thread Dan Wilcox
Note: the multiple includes were a bug in the autotools distribution mechanism. This this been fixed in the autotools_udpates branch for the future. Dan Wilcox @danomatika danomatika.com robotcowboy.com

Re: [PD] Proposing a cyclone update / another Pre Alpha release (milestone 2)

2016-10-03 Thread Alexandre Torres Porres
> Feel free to ask me to uninstall “extended” and see what happens (also for > the experiment), I`m not using it anymore and I have a ZIP version around. > that'd be the easiest, but you can try replacing them all or using the argument, thanks ___

Re: [PD] Proposing a cyclone update / another Pre Alpha release (milestone 2)

2016-10-03 Thread Alexandre Torres Porres
this is the eror i get */Applications/Pd-extended.app/Contents/Resources/include/pdextended/m_imp.h:28:39: **error: * * unknown type name 't_blob'* typedef void (*t_blobmethod)(t_pd *x, t_blob *st); /* MP20061226 blob type */ 2016-10-03 18:24 GMT-03:00 Jonathan Wilkes

Re: [PD] Proposing a cyclone update / another Pre Alpha release (milestone 2)

2016-10-03 Thread Jonathan Wilkes via Pd-list
>> Only for m_pd.h ? or also pd.dll? > actually replace these 2 files... > m_pd.h > m_imp.h Why is m_imp.h required? -Jonathan ___ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list

Re: [PD] Proposing a cyclone update / another Pre Alpha release (milestone 2)

2016-10-03 Thread Alexandre Torres Porres
> Only for m_pd.h ? or also pd.dll? actually replace these 2 files... *m_pd.h* *m_imp.h* 2016-10-03 17:54 GMT-03:00 Lucas Cordiviola : > *>What I did as a quick solution was replacing the one in extended with > the one in the new vanilla, but we'll work it out in

Re: [PD] Proposing a cyclone update / another Pre Alpha release (milestone 2)

2016-10-03 Thread katja
There's two better things you can do than editing Makefile.pdlibbuilder: 1. build with make argument 'pdincludepath=' 2. open an issue on https://github.com/pure-data/pd-lib-builder to discuss the search order Makefile.pdlibbuilder is a community-maintained versioned helper makefile. It is

Re: [PD] Proposing a cyclone update / another Pre Alpha release (milestone 2)

2016-10-03 Thread Matt Barber
A lot of them just drop the relevant m_pd.h into the project itself, which is certainly doable. On Mon, Oct 3, 2016 at 3:47 PM, Alexandre Torres Porres wrote: > i mean, fix in the makefile, apparently there's a way to specify a > subfolder with the pd source into our project >

Re: [PD] Proposing a cyclone update / another Pre Alpha release (milestone 2)

2016-10-03 Thread Alexandre Torres Porres
yeah, we gotta fix that in pd-lib-builder ourselves, and provide the pd source from vanilla for it to check in a subfolder, that's the safest thing to do, so lets jump to that ;) thanks 2016-10-03 16:26 GMT-03:00 Matt Barber : > ​Thanks, Lucas. There are some useful things

Re: [PD] Proposing a cyclone update / another Pre Alpha release (milestone 2)

2016-10-03 Thread Matt Barber
​Thanks, Lucas. There are some useful things here, and I see a few things to fix, especially with implicit casting. One thing that's confusing in compiling is which m_pd.h to use. It looks like your pd-lib-builder found m_pd.h from Pd extended​, which may break things in cases where we're using

Re: [PD] Fw: knob (again)

2016-10-03 Thread Christof Ressi
No problem! I'll have a look at the dll stuff myself. maybe I can figure it out when I have some spare time. since I'm on a windows machine, testing is easy. Can anyone tell me how to manually upload a deken package to puredata.info? I can't get the deken commandline tool to work on Windows

Re: [PD] Threading in Pd/libpd

2016-10-03 Thread Giulio Moro via Pd-list
Just the opposite, the idea is actually to avoid revising all existing objects, that's why I'd rather want to create variations on [block~] / [switch~] that support threading for all of the objects in the subpatch. Giulio From: Jonathan Wilkes To: Giulio Moro

Re: [PD] Threading in Pd/libpd

2016-10-03 Thread Jonathan Wilkes via Pd-list
> Subpatches with the same or smaller block size as the parent patch should not > be threaded. > Subpatches with larger blocksize should be threaded, but it's left up to the > user to enable that. Do you have to revise every single signal object in order for this to work? -Jonathan

Re: [PD] iemguts outdated on Deken

2016-10-03 Thread IOhannes m zmoelnig
On 2016-10-02 10:55, IOhannes zmölnig wrote: > I'll do an upload when i find the time... OK, i just uploaded iemguts-v0.2.1, compiled for w32. fgmasdr IOhannes signature.asc Description: OpenPGP digital signature ___ Pd-list@lists.iem.at mailing

Re: [PD] Fw: knob (again)

2016-10-03 Thread Antoine Rousseau
Thanks Christof ! I think you can upload your bin to deken, specifying Pd >= 0.47. I think check_compat could work for windows if we managed to include the right files ; anyway having a version working only for latest Pd should be enough for now. sorry I have really poor availability these