Re: [PD] Deken and Dependencies

2016-07-18 Thread Lucas Cordiviola
under unix system lib dep is managed by OS but on windows it's a growing pletora off dll everywhere tha sucks hard drive space for the sake of hardware vendors We are not talking about hardware and microsoft, we are taking about pd externals dlls. I have cheked all w32 deken pkgs and mainly the

Re: [PD] Deken and Dependencies

2016-07-18 Thread Lucas Cordiviola
under unix system lib dep is managed by OS but on windows it's a growing pletora off dll everywhere tha sucks hard drive space for the sake of hardware vendors We are not talking about hardware and microsoft, we are taking about pd externals dlls. I have cheked all w32 deken pkgs and mainly the

Re: [PD] Deken and Dependencies

2016-07-18 Thread patrice colet
Le 19/07/2016 à 00:48, Lucas Cordiviola a écrit : /on linux: use apt (or yum/emerge/pacman) instead to install any pd/ /externals. this is *way* better and much more secure than shipping 3rd/ /party libraries./ Instead of Deken? Where does the dep lib goes, to the same folde

Re: [PD] Deken and Dependencies

2016-07-18 Thread Lucas Cordiviola
on linux: use apt (or yum/emerge/pacman) instead to install any pdexternals. this is *way* better and much more secure than shipping 3rdparty libraries. What do you mean by “more secure”?, Deken packages have checksum. Mensaje telepatico asistido por maquinas.

Re: [PD] Deken and Dependencies

2016-07-18 Thread Thomas Mayer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi, On 18.07.2016 16:00, IOhannes m zmölnig wrote: > On 07/18/2016 03:13 PM, Thomas Mayer wrote: >> - For Linux (and Mac OS X?) do not package the shared libraries > > for OSX *do* package the shared libraries after making them > "local", following

Re: [PD] Deken and Dependencies

2016-07-18 Thread Lucas Cordiviola
on linux: use apt (or yum/emerge/pacman) instead to install any pdexternals. this is *way* better and much more secure than shipping 3rdparty libraries. Instead of Deken? Where does the dep lib goes, to the same folder as the external? Or to an Os system folder <--- this is what is not useful for

Re: [PD] Deken and Dependencies

2016-07-18 Thread IOhannes m zmölnig
On 07/18/2016 11:36 PM, Lucas Cordiviola wrote: > How hard is to use the Windows method(1) for Linux and OSX? for OSX: simple, just follow the advice that i have repeated about 4 times in the last days on this list. on linux: use apt (or yum/emerge/pacman) instead to install any pd externals. thi

Re: [PD] Deken and Dependencies

2016-07-18 Thread Lucas Cordiviola
How hard is to use the Windows method(1) for Linux and OSX? If pd finds the dependency in the same dir as the external isn`t it more “easy and robust” than depending on an Internet connection?. Especially for the cases than one have to run a patch in a machine somewhere depending only on a pendri

Re: [PD] w32 Deken package issues.

2016-07-18 Thread Lucas Cordiviola
> Here is the commit that fixed that for Windows:> > https://github.com/pure-data/pure-data/commit/5dadaf43c9206823b434d11c6cc6c6e6be020dc3> > > As you can see, that was fixed with 0.43-2, but not with older versions. > As there is no> harm to keep the old statically linked version, I still keep

Re: [PD] puredata preferences ? ...

2016-07-18 Thread oliver
On 2016-07-18 17:55, Miller Puckette wrote: It's in the "registry", under "Software\\Pd", in the "local machine" area. cheers Miller right. now i double and triple checked the registry ---> here's where i found it: HKEY_USERS\S-1-5-21-321511053-4116537890-2948523399-1001_Classes\VirtualSt

Re: [PD] spectral peaks

2016-07-18 Thread Jaime Oliver
sigmund~ does that. > On Jul 18, 2016, at 9:48 AM, Jeppi Jeppi wrote: > > Hi all, > could anyone point me to a patch to extract spectral peaks from a [rfft~] > based analysis? I should need to isolate mostly a single prominent peak from > a noisy signal only with vanila objects...[fiddle~] cou

Re: [PD] puredata preferences ? ...

2016-07-18 Thread Miller Puckette
It's in the "registry", under "Software\\Pd", in the "local machine" area. cheers Miller On Mon, Jul 18, 2016 at 03:49:27PM +0200, oliver wrote: > hi, > > can anybody tell me where PD's preferences are stored on a w32 system ? > > "puredata.info" says: >

[PD] spectral peaks

2016-07-18 Thread Jeppi Jeppi
Hi all,could anyone point me to a patch to extract spectral peaks from a [rfft~] based analysis? I should need to isolate mostly a single prominent peak from a noisy signal only with vanila objects...[fiddle~] could do that, but it would increase the computational cost of my patch a bit too much

Re: [PD] Deken and Dependencies

2016-07-18 Thread IOhannes m zmölnig
On 07/18/2016 03:13 PM, Thomas Mayer wrote: > - For Linux (and Mac OS X?) do not package the shared libraries for OSX *do* package the shared libraries after making them "local", following something along the lines of [1] i know for a fact that the proposed solution does work. why do you want to

[PD] puredata preferences ? ...

2016-07-18 Thread oliver
hi, can anybody tell me where PD's preferences are stored on a w32 system ? "puredata.info" says: ___ When you hit the Save all settings button, your modification will be stored to your system. The pdse

[PD] Deken and Dependencies

2016-07-18 Thread Thomas Mayer
Hi, to sum up the discussion about shared libraries: - For Windows just pack your dll in the deken package - For Linux (and Mac OS X?) do not package the shared libraries Should we establish a standard to mention the required libraries for Linux and Mac users, ideally with instructions for users?

Re: [PD] w32 Deken package issues.

2016-07-18 Thread Thomas Mayer
Hi, Lucas Cordiviola schrieb am 15.07.2016 15:33: > There was a bug in earlier versions of Pd (up to 0.43 I think), thatPd did not > look in the same folder for a dependency. > > Not sure what you mean. > If you make an external that needs another .dll, for example an mp3 player > ext, > and yo