Re: [PD] Pd object quick reference sheet

2007-12-28 Thread errordeveloper
that's very good, but i think that is what pdpedia is aming for :_) On Thu, Dec 27, 2007 at 07:11:49PM +0100, Fred Jan Kraan wrote: Hi, My first post here. As should be expected for newbies, beside sweeping the floor, is doing something that could be useful. As I couldn't find a compact

Re: [PD] complex metronomes sequencing problem

2007-12-28 Thread Libero Mureddu
Thanks now it is clear! libero Date: Thu, 27 Dec 2007 23:30:44 + From: Andy Farnell [EMAIL PROTECTED] Subject: Re: [PD] complex metronomes sequencing problem To: Libero Mureddu [EMAIL PROTECTED] Cc: pd-list@iem.at Message-ID: [EMAIL PROTECTED] Content-Type: text/plain;

[PD] Holiday Demo Album made with PD

2007-12-28 Thread mark edward grimm
Well not really a holiday album, just a demo I was passing out to some friends this year as a present. Just thought I would share! All accomplished with Pd with much help from the netpd patches... 66mb zip mp3s HERE: http://mpc2059.com/audio/lps/machinic_demo/mpc2059_machinic_demo.zip

Re: [PD] Performance comparisons!

2007-12-28 Thread Mike McGonagle
Thanks for all the suggestions. It sounds like Linux might be the best. I have thought about getting an Intel Mac, but with the pricing compared to other Intel hardware, the bang for the buck may not really be worth Apple's prices. I still have some older hardware that is still very usable, and I

Re: [PD] Performance comparisons!

2007-12-28 Thread Hans-Christoph Steiner
One thing that stands out on the Mac OS X front is the fact that Pd is using the double precision math functions even though Pd uses single precision floats. You can see it here: http://pure-data.cvs.sourceforge.net/pure-data/pd/src/x_arithmetic.c? view=markup Here's a previous

Re: [PD] [PD-announce] Pd 0.41 test 10 released

2007-12-28 Thread Tim Blechmann
The only major new feature in 0.41 is callback scheduling; out of curiosity, i had a brief look at the code ... two comments ... - has the support for the system lock been dropped for the callback scheduler? - is it intended that the sys_idlehook is called from the main thread without any

Re: [PD] [PD-announce] Pd 0.41 test 10 released

2007-12-28 Thread Miller Puckette
I should have put the lock in and forgot... thanks for the reminder. I'm not at all sure how to handle idle in the callback case. One could just call the function forever, but that seems like burning the CPU for nothing. Alternatively, idle processing might want to take place in a different

Re: [PD] [PD-announce] Pd 0.41 test 10 released

2007-12-28 Thread Jerome Tuncer
Out of curiosity, whats is callback scheduling ? (: ++ Jé Tim Blechmann a écrit : The only major new feature in 0.41 is callback scheduling; out of curiosity, i had a brief look at the code ... two comments ... - has the support for the system lock been dropped for the callback

Re: [PD] [PD-announce] Pd 0.41 test 10 released

2007-12-28 Thread Thomas Grill
Am 28.12.2007 um 20:15 schrieb Jerome Tuncer: Out of curiosity, whats is callback scheduling ? (: It means that DSP processing is done directly in the audio driver callback without using a separate ringbuffer in PD. This allows for much lower audio latencies. gr~~~ smime.p7s

Re: [PD] [PD-announce] Pd 0.41 test 10 released

2007-12-28 Thread Thomas Grill
Am 28.12.2007 um 20:25 schrieb Miller Puckette: I should have put the lock in and forgot... thanks for the reminder. I'm not at all sure how to handle idle in the callback case. One could just call the function forever, but that seems like burning the CPU for nothing. You might have

Re: [PD] Holiday Demo Album made with PD

2007-12-28 Thread Andy Farnell
Some lovely beats programming in that colection Mark, thanks for sharing these, Andy On Fri, 28 Dec 2007 06:30:02 -0800 (PST) mark edward grimm [EMAIL PROTECTED] wrote: Well not really a holiday album, just a demo I was passing out to some friends this year as a present. Just thought I

Re: [PD] [PD-announce] Pd 0.41 test 10 released

2007-12-28 Thread Jerome Tuncer
Cool, Maybe pd's on its way to a lower latency audio-processing tool then ? I remember an old thread in which Tim used to say that, as it is, pd is by design not very a efficient real-time piece of software. IMHO, this is quite satisfying but if it could get better... wow. Thank you all for

Re: [PD] Pd + asterisk?

2007-12-28 Thread Russell Bryant
Chris wrote: Hi, app_jack doesn't compile... [CC] app_jack.c - app_jack.o app_jack.c: In function ‘handle_input’: app_jack.c:221: error: ‘FLT_MAX’ undeclared (first use in this function) app_jack.c:221: error: (Each undeclared identifier is reported only once app_jack.c:221:

Re: [PD] complex metronomes sequencing problem

2007-12-28 Thread Libero Mureddu
Hi Frank, I studied your patch and I substituted the [delay] with [pipe], but, honestly, I wasn't able to find anything wrong there! I also checked by comparing one of the delay-based metros and a proper [metro] of the same speed with timer and they run at the same speed. (see my attached patch).

Re: [PD] Holiday Demo Album made with PD

2007-12-28 Thread ilya .d
that's really great, but you seem to concentrate on drums too much with no much bass and just a bit of background bits of ambience .. On Fri, Dec 28, 2007 at 06:30:02AM -0800, mark edward grimm wrote: Well not really a holiday album, just a demo I was passing out to some friends this year

Re: [PD] Open .exe from pd.bat?

2007-12-28 Thread Nikola Jeremic
yes, you need just to edit a .bat file and it is very simple here is a good place to read http://en.wikipedia.org/wiki/Batch_file all the best nikola On Dec 29, 2007 12:44 AM, raul diaz [EMAIL PROTECTED] wrote: Hi Pd's! I have a little question for programers... Can I open an aplication

Re: [PD] complex metronomes sequencing problem

2007-12-28 Thread Frank Barknecht
Hallo, Libero Mureddu hat gesagt: // Libero Mureddu wrote: I studied your patch and I substituted the [delay] with [pipe], but, honestly, I wasn't able to find anything wrong there! I also checked by comparing one of the delay-based metros and a proper [metro] of the same speed with timer and