Re: [PD] List header (Was: Re: [PD-announce] Proof Me! PD FLOSS Manual)

2008-05-13 Thread Steffen Juul
On 12/05/2008, at 23.40, Frank Barknecht wrote: Maybe you want to change that as well while you're at it Good idea. - with an advance warning so I can adapt my filter in time. Alternatively you could make your filter look for list-id in 'List- ID: [phrase] list-id ' instead of (part of)

Re: [PD] [GEM] compiling error

2008-05-13 Thread IOhannes m zmoelnig
Jaime Oliver wrote: Ok, So that is in Fedora, in OSX i get the following, which seems ok, but it indeed it seems fine. behaves erratically. could you please specify what you mean by this? Hello all, I am compiling a GEM external and get this error message, but

Re: [PD] call for testing on the nightly builds!

2008-05-13 Thread IOhannes m zmoelnig
Rich E wrote: Not good results; pd terminates immediately as fallows: hmm, does it work if you start it with pd -noprefs? i would suspect the problem to be in the libdir loader. mfgafrt IOhannes ___ PD-list@iem.at mailing list UNSUBSCRIBE and

[PD] Processing ported to browser canvas

2008-05-13 Thread Chris McCormick
Big news! http://ejohn.org/blog/processingjs/ Best, Chris. --- http://mccormick.cx ___ PD-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

Re: [PD] [GEM] compiling error

2008-05-13 Thread Jaime Oliver
So that is in Fedora, in OSX i get the following, which seems ok, but it indeed it seems fine. behaves erratically. could you please specify what you mean by this? Well in this particular object I have two for loops in the RGB process: int i, n; for ( i=0; i3; i++) {

Re: [PD] [GEM] compiling error

2008-05-13 Thread IOhannes m zmoelnig
Jaime Oliver wrote: Well in this particular object I have two for loops in the RGB process: int i, n; for ( i=0; i3; i++) { post(i=%d, i); for (n=0; n3; n++) { post(n=%d, n); // other things } } when compiled in osx it sometimes

Re: [PD] call for testing on the nightly builds!

2008-05-13 Thread Rich E
hmm, does it work if you start it with pd -noprefs? i would suspect the problem to be in the libdir loader. Pd will start this way, but if I do just about anything, it will show similar errors. For instance, I got this error message when I rightclicked-help on the number box (and might I add,

Re: [PD] call for testing on the nightly builds!

2008-05-13 Thread Enrique Erne
Hans-Christoph Steiner wrote: Hey all, I've been fixing quite a lot of bugs in preparation of making the Pd- extended 0.40.3 release. It's getting pretty much ready, so please test it heavily so we can find any outstanding bugs! Jack just pointed out that pdp on Mac OS X/PowerPC is

[PD] linux sound architecture

2008-05-13 Thread Joseph Barrows
hi, this is not strictly PD; can someone inform me how sound works in linux ? i am very confused about alsa, jack, pulse, oss, hardware device name, I dont use audio a lot, but would love audio to work on my machine. today PD cant connect to any audio (in or out) yesterday the mic input was

Re: [PD] call for testing on the nightly builds!

2008-05-13 Thread Hans-Christoph Steiner
Let's keep this on the list, since it's a generally useful discussion. I think it's something like this with Debian packages: mkdir /tmp/pd dpkg -x /path/to/Pd-extended.deb /tmp/pd cd /tmp/pd/usr/bin/ ./pd Or since they are regular packages, you can easily install the new one, test it, then

Re: [PD] call for testing on the nightly builds!

2008-05-13 Thread Hans-Christoph Steiner
Just my luck, I made an announcement and break things at the same time :D. I was only testing builds on my own machine. I did some testing, this build seems to work for me, and I'll work on fixing this crash now: http://autobuild.puredata.info/auto-build/2008-05-09/ .hc On May 13,

Re: [PD] call for testing on the nightly builds!

2008-05-13 Thread Hans-Christoph Steiner
On May 13, 2008, at 10:06 AM, Enrique Erne wrote: Hans-Christoph Steiner wrote: Hey all, I've been fixing quite a lot of bugs in preparation of making the Pd- extended 0.40.3 release. It's getting pretty much ready, so please test it heavily so we can find any outstanding bugs! Jack

Re: [PD] linux sound architecture

2008-05-13 Thread Frank Barknecht
Hallo, Joseph Barrows hat gesagt: // Joseph Barrows wrote: this is not strictly PD; can someone inform me how sound works in linux ? i am very confused about alsa, jack, pulse, oss, hardware device name, OSS is a name of the old soundcard drivers in the Linux kernel. With these, soundcards

Re: [PD] call for testing on the nightly builds!

2008-05-13 Thread Steffen Juul
On 13/05/2008, at 20.09, Hans-Christoph Steiner wrote: On May 13, 2008, at 10:06 AM, Enrique Erne wrote: 1) at the moment if one modifies the preferences of i.e. vanilla pd the pd-extended looses all path and startup preferences (this is on osx i don't know about win or linux). i would

Re: [PD] UI developer volunteering to help

2008-05-13 Thread David Golightly
This is all great feedback, guys - keep it coming. Keep in mind I'm still learning Tcl/Tk, so some of these ideas, while excellent, are a little beyond my technical grasp at this point and may be improvements that we make incrementally over time. Also, I have a limited amount of my time to

Re: [PD] [PD-ot] mailing-list header

2008-05-13 Thread Steffen Juul
On 13/05/2008, at 21.06, IOhannes m zmölnig wrote: Steffen Juul wrote: On 13/05/2008, at 18.46, Steffen Juul wrote: Or.. it's there in the email i sent before this one, but not in the one by you/IOhannes. well, i sent my reply to pd-ot, and directly to frank and you. you probably have

Re: [PD] UI developer volunteering to help

2008-05-13 Thread marius schebella
David Golightly wrote: Keep in mind I'm still learning Tcl/Tk, so some of these ideas, while excellent, are a little beyond my technical grasp at this point and may be improvements that we make incrementally over time. Also, I have a limited amount of my time to budget for this kind of

Re: [PD] UI developer volunteering to help

2008-05-13 Thread Hans-Christoph Steiner
I think we can do this incrementally. I'll try including what you have in Pd-extended when you are ready. As for help, I find that #tcl on freenode IRC is quite helpful. Some of the devs hang out there and often help out. .hc On May 13, 2008, at 9:44 PM, David Golightly wrote: This

Re: [PD] UI developer volunteering to help

2008-05-13 Thread Joseph Barrows
Hi, I have a suggestion for interface design changes, probably not simple to impliment though; I would like a debug mode where there was realtime visual feedback in the patching window of where signal and data are flowing (rather than having to attach numbers, toggles and bangs to outputs to see