Re: [PD] PD NO JACK OUTPUT

2010-08-02 Thread Bernardo Barros
(yes, when I start pd jack is already running :-) 2010/8/3 Bernardo Barros : > I don't know if this is a problem with PD or with JACK but... > > I have jack 1.9.5 (package from planet-ccrma fedora 13/64bit) and PD > compiled from source (miller puckette website). > > I compiled PD with > ./configu

[PD] PD NO JACK OUTPUT

2010-08-02 Thread Bernardo Barros
I don't know if this is a problem with PD or with JACK but... I have jack 1.9.5 (package from planet-ccrma fedora 13/64bit) and PD compiled from source (miller puckette website). I compiled PD with ./configure --enable-jack=yes --enable-alsa=yes When I start JACK and then PD with pd -jack I get

Re: [PD] abstraction setting its own arguments

2010-08-02 Thread Jonathan Wilkes
--- On Mon, 8/2/10, Mathieu Bouchard wrote: > From: Mathieu Bouchard > Subject: Re: [PD] abstraction setting its own arguments > To: "Jonathan Wilkes" > Cc: pd-list@iem.at > Date: Monday, August 2, 2010, 6:09 PM > On Mon, 2 Aug 2010, Jonathan Wilkes > wrote: > > >> « error: [args hello (worl

Re: [PD] abstraction setting its own arguments

2010-08-02 Thread Mathieu Bouchard
On Mon, 2 Aug 2010, Jonathan Wilkes wrote: « error: [args hello (world a 42) *] inlet 0 method loadbang: can't send init-messages, because object has no [inlet] » No, it just crashes. I suppose you can also find other situations in which GF crashes instead of reporting an error message ?

Re: [PD] CPU saving strategies

2010-08-02 Thread Mathieu Bouchard
On Mon, 2 Aug 2010, Malte Steiner wrote: updating some numberboxes shouldnt cause audio interrupts, this is really the downside of PD. Is there any hope to rectify this situation to make it behave better in low latency conditions? I know it basically mean a rewrite of the whole thing but are t

Re: [PD] howto get "pool"

2010-08-02 Thread Stefan Jensen
Hi,... Am Mittwoch, den 28.07.2010, 13:36 -0400 schrieb Hans-Christoph Steiner: > own Pd-extended. It would be great if you could document how you did it > on the pure-data wiki. You could create a new page off of this one: Done. I can expand it with setting up JACK together with Pulseaudio o

Re: [PD] GEM 0.92 font support ubuntu jaunty

2010-08-02 Thread Marco Donnarumma
Thanks IOhannes, apt-get build-dep GEM solved the problem. Just for collective info apt-get build-dep GEM prompted for the removal of Pd-extended in order to install updates. I recompiled and re-installed, everything works, although on creation of [text2d] Pd complains: [text2d]: cannot find font

Re: [PD] CPU saving strategies

2010-08-02 Thread Malte Steiner
updating some numberboxes shouldnt cause audio interrupts, this is really the downside of PD. Is there any hope to rectify this situation to make it behave better in low latency conditions? I know it basically mean a rewrite of the whole thing but are there any initiatives? Cheers, Malte --

Re: [PD] GEM 0.92 font support ubuntu jaunty

2010-08-02 Thread IOhannes zmölnig
On 08/02/2010 01:38 PM, Marco Donnarumma wrote: > Thanks, Hans. > I went back to that page and tried to install again all packages, but I do > already have all of them, except libavcodec-dev because it has a couple of > unsatisfied dependencies. > > mmm, anybody has an hint? for font support you

Re: [PD] GEM 0.92 font support ubuntu jaunty

2010-08-02 Thread Marco Donnarumma
Thanks, Hans. I went back to that page and tried to install again all packages, but I do already have all of them, except libavcodec-dev because it has a couple of unsatisfied dependencies. mmm, anybody has an hint? cheers, M On Tue, Jul 27, 2010 at 11:35 PM, Hans-Christoph Steiner wrote: > >

Re: [PD] CPU saving strategies

2010-08-02 Thread David Schaffer
Thanks for your advices Franck, these are the kind of programming tips I was looking for. David http://www.flickr.com/photos/schafferdavid/ http://audioblog.arteradio.com/David_Schaffer/ > Date: Mon, 2 Aug 2010 13:02:00 +0200 > From: f...@footils.org > To: pd-list@iem.at > Subject: R

Re: [PD] CPU saving strategies

2010-08-02 Thread Frank Barknecht
Hi, On Sun, Aug 01, 2010 at 12:35:41PM +0200, David Schaffer wrote: >I recently built a midi CC sequencer abs. It helps me add some >timeline-based control to my patches. But I came across a problem I never >had to deal with before: CPU consumption. I realized I could'nt use more >

Re: [PD] abstraction setting its own arguments

2010-08-02 Thread Jonathan Wilkes
--- On Sun, 8/1/10, Mathieu Bouchard wrote: > From: Mathieu Bouchard > Subject: Re: [PD] abstraction setting its own arguments > To: "Jonathan Wilkes" > Cc: pd-list@iem.at > Date: Sunday, August 1, 2010, 7:40 PM > On Sat, 31 Jul 2010, Jonathan Wilkes > wrote: > > > * the magical [inlet] mess