Re: [PD] Good sounding PD reverb patches - anyone?

2007-10-29 Thread Thomas Jeppesen
Thanks a lot Steffen (and Andy :) )!

It looks very interesting!

Cheers,
Thomas


Steffen Juul wrote:

 On 13/10/2007, at 21.19, Thomas Jeppesen wrote:

 So are there anyone out there experimenting with reverb-algorithms in
 pd? And are you willing to share your patches?

 Hey Thomas. See also Andy's fibonacci reverb:
 http://www.obiwannabe.co.uk/html/toys/fiboverb/fiboverb.html





___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Good sounding PD reverb patches - anyone?

2007-10-25 Thread Steffen Juul

On 13/10/2007, at 21.19, Thomas Jeppesen wrote:

 So are there anyone out there experimenting with reverb-algorithms in
 pd? And are you willing to share your patches?

Hey Thomas. See also Andy's fibonacci reverb:
http://www.obiwannabe.co.uk/html/toys/fiboverb/fiboverb.html

___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Good sounding PD reverb patches - anyone?

2007-10-14 Thread hard off
did you try freeverb~  ?

___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Good sounding PD reverb patches - anyone?

2007-10-14 Thread Thomas Jeppesen
Yes several times, but it's difficult to figure out, and I've never 
succeded in making it work 100%, so after trying for hours, I gave up on it.

hard off wrote:
 did you try freeverb~  ?


   



___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Good sounding PD reverb patches - anyone?

2007-10-14 Thread Patrice Colet
Thomas Jeppesen a écrit :
 Yes several times, but it's difficult to figure out, and I've never 
 succeded in making it work 100%, so after trying for hours, I gave up on it.
 
 hard off wrote:
 did you try freeverb~  ?

Hi
Look into your spams, I've built the partconv~.dll, and sent you but it 
has been banned by your mail client

___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Good sounding PD reverb patches - anyone?

2007-10-14 Thread Peter Plessas
Hi,

have a look at Thomas Musil's excellent Room Reverberation Simulation
too:

http://pure-data.cvs.sourceforge.net/pure-data/externals/iem/iem_roomsim/

Ah, i am not sure how to find binaries for windows though...

rgrds, PP

___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


[PD] Good sounding PD reverb patches - anyone?

2007-10-13 Thread Thomas Jeppesen
Hi all,

I'm looking for good sounding reverb patches. Hopefully some that are 
more complex and better sounding than the one distributed with PD.
So are there anyone out there experimenting with reverb-algorithms in 
pd? And are you willing to share your patches?

Cheers!
Thomas :)


___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Good sounding PD reverb patches - anyone?

2007-10-13 Thread chris clepper
partconv~ is a convolution reverb like Altiverb.  Load any soundfile
Impulses in .wav format and enjoy.  It is a little CPU heavy but I did tweak
it for G4 and G5 CPUs if you have one of those.

On 10/13/07, Thomas Jeppesen [EMAIL PROTECTED] wrote:

 Hi all,

 I'm looking for good sounding reverb patches. Hopefully some that are
 more complex and better sounding than the one distributed with PD.
 So are there anyone out there experimenting with reverb-algorithms in
 pd? And are you willing to share your patches?

 Cheers!
 Thomas :)


 ___
 PD-list@iem.at mailing list
 UNSUBSCRIBE and account-management -
 http://lists.puredata.info/listinfo/pd-list

___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Good sounding PD reverb patches - anyone?

2007-10-13 Thread Thomas Jeppesen
That sounds very interesting!

I'm on windows and the only version I can find is a version 0.1 which 
seems to be an uncompiled linux version or something. Is there a 
windows-version out there?

Cheers!
Thomas :)

chris clepper wrote:
 partconv~ is a convolution reverb like Altiverb.  Load any soundfile 
 Impulses in .wav format and enjoy.  It is a little CPU heavy but I did 
 tweak it for G4 and G5 CPUs if you have one of those.

 On 10/13/07, *Thomas Jeppesen* [EMAIL PROTECTED] 
 mailto:[EMAIL PROTECTED] wrote:

 Hi all,

 I'm looking for good sounding reverb patches. Hopefully some that are
 more complex and better sounding than the one distributed with PD.
 So are there anyone out there experimenting with reverb-algorithms in
 pd? And are you willing to share your patches?

 Cheers!
 Thomas :)


 ___
 PD-list@iem.at mailto:PD-list@iem.at mailing list
 UNSUBSCRIBE and account-management -
 http://lists.puredata.info/listinfo/pd-list





___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Good sounding PD reverb patches - anyone?

2007-10-13 Thread Patrice Colet

Hello,

Thomas Jeppesen a écrit :

That sounds very interesting!

I'm on windows and the only version I can find is a version 0.1 which 
seems to be an uncompiled linux version or something. Is there a 
windows-version out there?


Cheers!
Thomas :)

chris clepper wrote:
partconv~ is a convolution reverb like Altiverb.  Load any soundfile 
Impulses in .wav format and enjoy.  It is a little CPU heavy but I did 
tweak it for G4 and G5 CPUs if you have one of those.




 it's possible to compile on windows, attached is a dll made with mingw 
after fftw has been compiled and installed.
PDPATH = /home/pat/pd


clean: ; rm -f *.pd_* *.o *.dll



# --- MINGW---


pd_msys: partconv~.dll

.SUFFIXES: .dll



WININCLUDE =  -I.. -I../include -I$(PDPATH)/src
 
WINCFLAGS = -Wall -W -Wshadow -Wstrict-prototypes -DPD -DNT -W3 -WX -Werror 
-Wno-unused -mms-bitfields -Wno-parentheses -Wno-switch -O6 -funroll-loops 
-fomit-frame-pointer

LDFLAGS = -shared

.c.dll:
gcc -mms-bitfields $(WINCFLAGS) $(WININCLUDE) -o $*.o -c $*.c
gcc $(LDFLAGS) -o $*.dll $*.o $(PDPATH)/bin/pd.dll -l fftw3f
strip --strip-unneeded $*.dll
rm -f $*.o




partconv~.dll
Description: application/msdownload
___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list