Re: [PD] bug in freeverb???

2009-07-01 Thread Julius Smith
Hmmm, this sounds like underflow traps (denormals). You should also be able to add a small constant to the input signal. I notice gcc has the option -fno-trapping-math which may make the problem disappear if my theory is correct. (I hope the FPU simply sets underflows quietly to zero when

[PD] Obscure pd externals in search path shadow .pd files in current working directory

2007-07-27 Thread Julius Smith
Hi All, In figuring out why seqdemo.pd did not work (in the cool faust/tools/faust2pd/examples distribution), I discovered that the local file ./seq.pd was being shadowed by /usr/lib/pd/extra/cyclone/seq.pd_linux. It appears that, due to search order, all externals, wherever they may reside in