Re: [PD] GGEE [lowpass] error vs. purepd [lowpass]? was Re: basic resonant filters in Pd

2009-05-19 Thread IOhannes m zmoelnig
brandon zeeb wrote: Btw, this seems to be a feature of almost all of the GGEE biquad coefficient externals. Check line 67 on highpass.c, bandpass.c, equalizer.c, and so forth. I'm not sure how you would want to handle this, but keep in mind it's systemic. you would systematically use

Re: [PD] GGEE [lowpass] error vs. purepd [lowpass]? was Re: basic resonant filters in Pd

2009-05-19 Thread Claude Heiland-Allen
IOhannes m zmoelnig wrote: brandon zeeb wrote: Btw, this seems to be a feature of almost all of the GGEE biquad coefficient externals. Check line 67 on highpass.c, bandpass.c, equalizer.c, and so forth. I'm not sure how you would want to handle this, but keep in mind it's systemic. you

Re: [PD] GGEE [lowpass] error vs. purepd [lowpass]? was Re: basic resonant filters in Pd

2009-05-19 Thread IOhannes m zmoelnig
Claude Heiland-Allen wrote: IOhannes m zmoelnig wrote: brandon zeeb wrote: Btw, this seems to be a feature of almost all of the GGEE biquad coefficient externals. Check line 67 on highpass.c, bandpass.c, equalizer.c, and so forth. I'm not sure how you would want to handle this, but keep in

[PD] who wants to port [wacom] for windows?

2009-05-19 Thread João Pais
Hello again, Pd developers and programmers, [added comment] I am resending this message, as the latest version wasn't a success. I guess no one needs a unix version of [wacom], so I rephrase the question: who wants to port [wacom] for windows only? H-C, I noticed that you're putting in a

[PD] looking for a circular buffer for dsp blocks or similar.

2009-05-19 Thread Martin Schied
Hi! is there already something like a 'circular buffer' external or abstraction for dsp blocks? I want to detect onsets / attacks of 512 sample long signals using [fiddle~ 1024] and write them in arrays of 1024 samples. for now my patch looks like this: the signal is going to [fiddle~

[PD] PD + JACK = more than 2 blocks of latency?

2009-05-19 Thread Matthias Geier
Dear list. I found several threads regarding latency, but none of them answered my question: I did this: Play audio data from a JACK client (in my case Audacity), loop it through a pd-patch (which is just a short-circuit), and then record it again (also with Audacity). In all cases that I

Re: [PD] libmp3lame0 vs. liblame0

2009-05-19 Thread Martin Schied
Hans-Christoph Steiner wrote: Thanks for spotting that, I fixed it. sorry, if that's already done elsewhere, but both, rc2 (now official) and also (inofficial) rc3 still have a dependency to liblame0 here's what I get in my shell (sorry, german shell) /tmp $ sudo dpkg -i

Re: [PD] PD + JACK = more than 2 blocks of latency?

2009-05-19 Thread IOhannes m zmoelnig
Matthias Geier wrote: I know, that less than one block of delay is impossible, but is it possible to reduce pd's latency to one JACK block? with the current implementation of Pd's jack backend: no fgmasdr IOhannes smime.p7s Description: S/MIME Cryptographic Signature

[PD] MinGW/Windows in #dataflow starting now!

2009-05-19 Thread Hans-Christoph Steiner
Come and join us for the Windows fun! We are in #dataflow: irc://irc.freenode.net/dataflow .hc -- Hans-Christoph Steiner h...@at.or.at ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -

Re: [PD] compiling netsend~ in osx 10.5

2009-05-19 Thread Andres Ferrari
hello Hans, the objects was compiled in OSX 10.5.5 with terminal (xcode installed in the system) Do you have the objects compiled for leopard? Message: 7 Date: Mon, 18 May 2009 15:31:10 -0700 (PDT) From: Andres Ferrari an...@yahoo.com Subject: [PD] compiling netsend~ in osx 10.5 To:

Re: [PD] [PD-dev] who wants to port [wacom] for windows?

2009-05-19 Thread Thomas Grill
Hi all, i'd like to add that i would pass my existing source code on the anyone stepping in (permission from Wacom provided). In my view (and as far as i remember) what's missing for it to work under Windows is just some window handling code. gr~~~ Am 19.05.2009 um 13:25 schrieb João Pais:

[PD] [OT]Mailing-List-Info Extraction-Software

2009-05-19 Thread Luigi
Hi List, a question that is not PD-related: Since a few weeks i am thinking if there is some kind of software, that extracts messages from lists, be it mailing lists, yahoo, or google groups. I am following th pd-list for quite some time and the information here is extremely

Re: [PD] who wants to port [wacom] for windows?

2009-05-19 Thread patrick
Hi, I've been using a Wacom Graphire 2 with HID for a long time. But since i've upgraded to Ubuntu Jaunty that use HAL .fdi, it's not working anymore. I can see the device using [print] - [hid] but i cannot poll it (no output). wacdump is not working either. Anyone found a solution for this?

Re: [PD] who wants to port [wacom] for windows?

2009-05-19 Thread João Pais
[wacom] where can i try it? can i compile it for linux? talk to t grill. it's not open code, so you have to register with wacom to see their api. ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -

Re: [PD] MinGW/Windows in #dataflow starting now!

2009-05-19 Thread Hans-Christoph Steiner
So we got quite a few more libs and things added to the build script and sources svn, this should all now be very easy to build on any Windows box following these instructions (http://puredata.info/docs/developer/mingw ). Please try it on yours and report back! gettext 0.17.3 flite 1.3

Re: [PD] compiling netsend~ in osx 10.5

2009-05-19 Thread Hans-Christoph Steiner
It seems to be an Mac OS X/Intel 10.5 issue, I get the same: h...@palatschinken:netsend~ make pd_darwin cc -DPD -DUNIX -DMACOSX -O2 -Wall -W -Wno-unused -Wno-parentheses -Wno- switch -I../../../pd/src -o netsend~.o -c netsend~.c

Re: [PD] compiling netsend~ in osx 10.5

2009-05-19 Thread Jose Luis Santorcuato
Leopard... is like a windows vista... hehehe... i have problems with blender... live ableton... the graphics... i am trying conect net send and net receive... this week i think the patch be ok. Cheers from Chile José http://www.chilemigra.cl http://arselectronicachile.blogspot.com/

Re: [PD] compiling netsend~ in osx 10.5

2009-05-19 Thread Mario Mora
Andres There is an update for leopard (10.5.6 -- 10.5.7) maybe that can fix the thing... 2009/5/19 Jose Luis Santorcuato santorcuat...@gmail.com Leopard... is like a windows vista... hehehe... i have problems with blender... live ableton... the graphics... i am trying conect net send and