Re: [PD] Building Externals

2008-10-11 Thread Roman Haefeli
On Sat, 2008-10-11 at 18:57 -0400, carmen r wrote: > and it _still_ doesnt find ALSA by default on launch pd -alsa > and the configure script _still_ cant find jack.h ../configure --enable-jack roman ___ Telefonate oh

Re: [PD] Building Externals

2008-10-11 Thread carmen r
> 'externals' cannot be self-sufficient since it will always depend on the > headers in 'pd'. the existing scripts were smart enough to find m_pd.h (and the other headers) alonside externals/, or its parent directory see miXed/ it still works that way the issue is you introduced dependencies

Re: [PD] warmest reverb?

2008-10-11 Thread chris clepper
noisevault.com has a lot to choose from, but a really nice room sound is the organ room impulse from the Altiverb demo set. It has to be converted from .sd2 to WAV. On Sat, Oct 11, 2008 at 3:57 PM, Hans-Christoph Steiner <[EMAIL PROTECTED]>wrote: > > Anyone have a good room impulse response fil

[PD] pix_preview and pd

2008-10-11 Thread Daniel Almeida
Continuing my quest to compile pix_preview, I've created a XCode project. The source compiles ok but needs PD and GEM libraries. I'm on the process of compiling pd 0.41.4 and I get the following error when I run make: ld: library not found for -lcrt1.10.5.o collect2: ld returned 1 exit status ld

[PD] Interrupting a message loop?

2008-10-11 Thread Bill Gribble
Is there a way to stop an non-terminating message loop? The only way I know is to Ctrl-C Pd (under Linux), which is not very satisfactory. Thanks, Bill Gribble ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.pur

Re: [PD] Building Externals

2008-10-11 Thread Hans-Christoph Steiner
On Oct 11, 2008, at 1:33 PM, carmen r wrote: > On Sat Oct 11, 2008 at 07:15:59PM +0200, Frank Barknecht wrote: >> Hallo, >> Alex hat gesagt: // Alex wrote: >> >>> Can someone tell me how to build the new svn externals? >>> I downloaded from the svn: >>> https://pure-data.svn.sourceforge.net/svnro

Re: [PD] warmest reverb?

2008-10-11 Thread Hans-Christoph Steiner
Anyone have a good room impulse response file for partconv~? CPU usage isn't really a concern since these files will be rendered out and played as .wavs .hc On Oct 11, 2008, at 4:13 PM, chris clepper wrote: partconv~ with a medium sized room or EMT 140 IR. On Sat, Oct 11, 2008 at 12:15

Re: [PD] Building Externals

2008-10-11 Thread Hans-Christoph Steiner
On Oct 11, 2008, at 1:43 PM, carmen r wrote: > btw why is additionally depending on ../packages/ and ../build/ > and ../scripts/ good? > > this change bugged me ever since it occured but i refrained from > mentioning, since at least someone was motivated to work on > maintenance > > imo /ex

Re: [PD] pix on patch

2008-10-11 Thread Hans-Christoph Steiner
On Oct 11, 2008, at 1:05 PM, Martin Peach wrote: > Daniel Almeida wrote: >> Hello Hans. >> >> I've tried pix_preview on Leopard and I get the following error >> when I run "make": >> >> g++ -DPD -O2 -funroll-loops -fomit-frame-pointer -ffast-math - >> Wall -W -Wno-unused -Wno-parentheses -Wno

Re: [PD] externals scrubar inversion of control

2008-10-11 Thread Hans-Christoph Steiner
That's nothing new, it's been like that a long time. I don't think anyone thinks its a great solution, but it works. It was more born out of politics than any technical concern, but I think those politics have mostly subsided. If you can do it better, I invite you to make a better system.

Re: [PD] warmest reverb?

2008-10-11 Thread Luigi Rensinghoff
partconv is great but eats a lot of cpu and vst ?? cheers luigi On Oct 11, 2008, at 7:15 PM, Hans-Christoph Steiner wrote: > > Hey all, > > I am currently working furiously on a sound design project. I used > freeverb since it is quick and easy. But now I want to replace it > with th

Re: [PD] warmest reverb?

2008-10-11 Thread chris clepper
partconv~ with a medium sized room or EMT 140 IR. On Sat, Oct 11, 2008 at 12:15 PM, Hans-Christoph Steiner <[EMAIL PROTECTED]>wrote: > > Hey all, > > I am currently working furiously on a sound design project. I used > freeverb since it is quick and easy. But now I want to replace it > with th

[PD] warmest reverb?

2008-10-11 Thread Hans-Christoph Steiner
Hey all, I am currently working furiously on a sound design project. I used freeverb since it is quick and easy. But now I want to replace it with the warmest reverb Pd can offer. Any suggestions? .hc "It is

Re: [PD] Building Externals

2008-10-11 Thread carmen r
btw why is additionally depending on ../packages/ and ../build/ and ../scripts/ good? this change bugged me ever since it occured but i refrained from mentioning, since at least someone was motivated to work on maintenance imo /externals should be self-sufficient, like it always was you can no

Re: [PD] Building Externals

2008-10-11 Thread carmen r
On Sat Oct 11, 2008 at 07:15:59PM +0200, Frank Barknecht wrote: > Hallo, > Alex hat gesagt: // Alex wrote: > > > Can someone tell me how to build the new svn externals? > > I downloaded from the svn: > > https://pure-data.svn.sourceforge.net/svnroot/pure-data/trunk/externals > > > > I run make mr

Re: [PD] Building Externals

2008-10-11 Thread Frank Barknecht
Hallo, Alex hat gesagt: // Alex wrote: > Can someone tell me how to build the new svn externals? > I downloaded from the svn: > https://pure-data.svn.sourceforge.net/svnroot/pure-data/trunk/externals > > I run make mrpeach [I'm only worried about this external at this time] > and I get: > > 09:2

Re: [PD] pix on patch

2008-10-11 Thread Martin Peach
Daniel Almeida wrote: > Hello Hans. > > I've tried pix_preview on Leopard and I get the following error when I run > "make": > > g++ -DPD -O2 -funroll-loops -fomit-frame-pointer -ffast-math -Wall -W > -Wno-unused -Wno-parentheses -Wno-switch -DGEM2PNM_VERSION=\"0.6\" -g > -I../pd-0.41-4//src

[PD] Building Externals

2008-10-11 Thread Alex
Can someone tell me how to build the new svn externals? I downloaded from the svn: https://pure-data.svn.sourceforge.net/svnroot/pure-data/trunk/externals I run make mrpeach [I'm only worried about this external at this time] and I get: 09:20:13 $ make mrpeach Makefile:27: /packages/Makefile.buil

[PD] externals scrubar inversion of control

2008-10-11 Thread carmen r
someone f'd up the externals/ dir on SVN big time theres 118K (!!!) makefile at toplevel, with instructions for (all? most?) subdirectories subdirectory makefiles do weird sed/regex hell just to essentialyl cd .. and send their directory name to the megascript WTF??? ___

Re: [PD] pix on patch

2008-10-11 Thread Daniel Almeida
Hello Hans. I've tried pix_preview on Leopard and I get the following error when I run "make": g++ -DPD -O2 -funroll-loops -fomit-frame-pointer -ffast-math -Wall -W -Wno-unused -Wno-parentheses -Wno-switch -DGEM2PNM_VERSION=\"0.6\" -g -I../pd-0.41-4//src -I. -I../gem-0.91.1//src -I../pd-0.41