Re: [PD] (netpd)U(Pd-extended), Pd-ext bug-tracker (was Re: elitism, software and academia)

2007-06-15 Thread Enrique Erne
On Jun 14, 2007, at 3:08 PM, Patco wrote: does getdir work without [import]? Why wouldn't it work without [import]? I've got it working so fine without the help of any ohter stuff than vanilla. Pk ah i am not sure about pd-extended's flatspace. when to use [ggee/getdir], [import ggee],

Re: [PD] abstraction helppath

2007-06-15 Thread Frank Barknecht
Hallo, Peter Plessas hat gesagt: // Peter Plessas wrote: i wrote an abstraction and put it into a subfolder (named 'pp') inside my 'abs' folder. Pd's path points to that 'abs' folder. Loading the abstraction with [pp/absname] works great, but pd searches for the helpfile in:

Re: [PD] port of puredata (PDa) for the gumstix

2007-06-15 Thread Chris McCormick
On Tue, Jun 12, 2007 at 01:10:40PM +0200, alejo d wrote: -crossed compiled post- -- Forwarded message -- Date: Jun 12, 2007 12:08 PM Subject: Re: port of puredata (PDa) for the gumstix new version of PDa for the gumstix. Please help me test this new version that

Re: [PD] (netpd)U(Pd-extended), Pd-ext bug-tracker (was Re: elitism, software and academia)

2007-06-15 Thread Georg Holzmann
Hallo! ah i am not sure about pd-extended's flatspace. when to use [ggee/getdir], [import ggee], -lib ggee, or just [getdir] If getdir is in ggee, then you can use [ggee/getdir] or [import ggee] and [getdir] or -lib ggee and [getdir] LG Georg ___

Re: [PD] (netpd)U(Pd-extended), Pd-ext bug-tracker (was Re: elitism, software and academia)

2007-06-15 Thread Chris McCormick
On Thu, Jun 14, 2007 at 11:17:57AM +0200, Roman Haefeli wrote: the question is: how should they be included? should they be included as they are now, with the gui and their dependency on the netpd-framework? or would it make more sense to strip everything off to get a working subset of

Re: [PD] probles with 0.39.2-extended-rc2 on windows

2007-06-15 Thread Steffen
On 14/06/2007, at 21.23, martin brinkmann wrote: Hans-Christoph Steiner wrote: -the crashes when closing complex patches seem to happen more often compared to the linux version. If you can narrow this down, please post a bug report, hopefully with a example patch, to the bug tracker:

Re: [PD] abstraction helppath

2007-06-15 Thread Peter Plessas
Hi Claude, Alexandre Claude Heiland-Allen wrote: What happens if you set the helppath to just 'abs' ? Yes, that did it! Strange, how could i have overlooked something so obvious? regards, Peter ___ PD-list@iem.at mailing list UNSUBSCRIBE and

Re: [PD] probles with 0.39.2-extended-rc2 on windows

2007-06-15 Thread martin brinkmann
Steffen wrote: Isn't this much like what you/we talked about late november last year wrt. your groovbox patch? This rings a bell that's why, please check if it's related to this bug report, which, i think, boils your problem from last year down to a simple example:

Re: [PD] (netpd)U(Pd-extended), Pd-ext bug-tracker (was Re: elitism, software and academia)

2007-06-15 Thread Frank Barknecht
Hallo, Chris McCormick hat gesagt: // Chris McCormick wrote: One thing that would be cool for us to come up with is some way to abstract the core, and gui of abstractions separately in such a way that they could be used in multiple different state saving/communication paradigms. For

Re: [PD] [pd] stereo effects

2007-06-15 Thread Derek Holzer
A slight delay between channels will do time-domain panning. My fav stereo effect for years was this: http://www.sinusweb.de/ml.html Basically a set of 4 panned bandpass filters (left, left center, right center, right), each with its own LFO for frequency and bandwidth, as well as global

[PD] datastructures+gop naive sequencer approach

2007-06-15 Thread Max Neupert
hi list, while modyfying a sequencer from the list (i believe it was franks) i messed up the whole thing. 2 questions: a) why are the notes both in red now, i inteded to have each voice in a different color... b) how come they pop up somwhere else out of the canvas?

[PD] [pd] stereo effects

2007-06-15 Thread hard off
i made a really good pd synth. it's all in mono. i need as many ideas as i can get for the final stereo section. the best one i have had so far is boost high / cut low on the left, cut high / boost low on the right any ideas for mono- stereo effects.please let me know!

[PD] Tune

2007-06-15 Thread Chris McCormick
Hi, This tune was made in Pure Data. It's dedicated to the people of the country where I was born, Zimbabwe. http://sciencegirlrecords.com/chr15m/music/CD005/Chris%20McCormick%20-%20z1m848w3.mp3 Best, Chris. --- http://mccormick.cx

[PD] [GEM]: how to alpha blend gradually

2007-06-15 Thread Max Neupert
hi list, how do i make a pix_film with a linear gradiation transparent (from left to right?) thank you max ___ PD-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

Re: [PD] [GEM]: how to alpha blend gradually

2007-06-15 Thread chris clepper
WIth a pixel shader. On 6/15/07, Max Neupert [EMAIL PROTECTED] wrote: hi list, how do i make a pix_film with a linear gradiation transparent (from left to right?) thank you max ___ PD-list@iem.at mailing list UNSUBSCRIBE and

Re: [PD] (netpd)U(Pd-extended), Pd-ext bug-tracker (was Re: elitism, software and academia)

2007-06-15 Thread Patco
Hello, Frank Barknecht a écrit : All that would be necessary are a clean and documented interfaces for the DSP abstractions. Yes exactly. Things like state saving, GUIs or network control then could easily be built as wrapper abstractions. It might be necessary to have a bridge

[PD] stkdrone~/stksitar~ PD-Extended OSX

2007-06-15 Thread Derek Holzer
How does one get stkdrone~ and stksitar~ to work on Pd Extended OSX? The objects are included in the Extended distro, but I'm guessing they need the STK library to link against. I tried looking at the STK library itself, but I can't find out how to actually install it so that PD can use it.

[PD] DSP abstractions [was: netpd ...]

2007-06-15 Thread Frank Barknecht
Hallo, Patco hat gesagt: // Patco wrote: Hello, Frank Barknecht a écrit : All that would be necessary are a clean and documented interfaces for the DSP abstractions. Yes exactly. Things like state saving, GUIs or network control then could easily be built as wrapper abstractions.

Re: [PD] DSP abstractions [was: netpd ...]

2007-06-15 Thread Roman Haefeli
On Fri, 2007-06-15 at 18:40 +0200, Frank Barknecht wrote: Hallo, Patco hat gesagt: // Patco wrote: Hello, Frank Barknecht a écrit : All that would be necessary are a clean and documented interfaces for the DSP abstractions. Yes exactly. Things like state saving, GUIs or

[PD] net-pd binary server [was: DSP abstractions ...]

2007-06-15 Thread Patco
hello, Roman Haefeli a écrit : then: kyle wrote: 3) Find the best way to keep the files checked in to cvs. 4) Actually check it in. 5) Test it out. 6) Fix errors. what do you pd-people think? roman It's great! We will be able to test externals that are not included

[PD] any success with wiiremote for ppc os x PD 0.40.2??

2007-06-15 Thread ariel b
any success with wiiremote for ppc os x autobuild PD 0.40.2?? Ariel ___ PD-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

Re: [PD] net-pd binary server [was: DSP abstractions ...]

2007-06-15 Thread Roman Haefeli
On Fri, 2007-06-15 at 20:25 +0200, Patco wrote: I've modified the title of this topic because I've got a question or a proposition related with a networking problem that is occuring when big files are involved. What about having a static server where we could automatically

Re: [PD] DSP abstractions [was: netpd ...]

2007-06-15 Thread Frank Barknecht
Hallo, Roman Haefeli hat gesagt: // Roman Haefeli wrote: without designing to much, how this collection could look like, there are might some little conventions, that we could make up (these are meant as proposals): - finding a naming scheme, maybe using a prefix like dsp_ (similar to

Re: [PD] port of puredata (PDa) for the gumstix

2007-06-15 Thread alejo d
On 6/15/07, Chris McCormick [EMAIL PROTECTED] wrote: This is really cool. Now that pthreads are included in DSLinux I feel compelled to try and compile this for the NDS again. Will post about it if/when it's successful. hey chris, i just updated the tarball and now includes some test pd

Re: [PD] DSP abstractions [was: netpd ...]

2007-06-15 Thread Roman Haefeli
to make a start, i put these two abstractions together (with according helpfiles): [tr808-bd~] [tr808-cp~] (which are part of my try to rebuild all 808-instruments in plain pd, but unfortunately i lost most of the instrumenst during a harddisk backup, which made me so depressed, that i made this

Re: [PD] [GEM]: how to alpha blend gradually

2007-06-15 Thread Kyle Klipowicz
Could you please elaborate in greater detail? ~Kyle On 6/15/07, chris clepper [EMAIL PROTECTED] wrote: WIth a pixel shader. On 6/15/07, Max Neupert [EMAIL PROTECTED] wrote: hi list, how do i make a pix_film with a linear gradiation transparent (from left to right?) thank you

Re: [PD] [GEM]: how to alpha blend gradually

2007-06-15 Thread chris clepper
Write a pixel shader that ties the x,y pixel position to the transparency. This is easier to do left to right and top to bottom. On 6/15/07, Kyle Klipowicz [EMAIL PROTECTED] wrote: Could you please elaborate in greater detail? ~Kyle On 6/15/07, chris clepper [EMAIL PROTECTED] wrote: WIth

Re: [PD] DSP abstractions [was: netpd ...]

2007-06-15 Thread Roman Haefeli
i thought, the bandlimited oscillators would fit as well into dsplib : [blsaw~] [blsquare~] [bltriangle~] still on: http://www.romanhaefeli.net/software/pd/dsplib.tar.gz roman On Fri, 2007-06-15 at 22:20 +0200, Roman Haefeli wrote: to make a start, i put these two abstractions together

Re: [PD] DSP abstractions [was: netpd ...]

2007-06-15 Thread Steffen
On 15/06/2007, at 22.20, Roman Haefeli wrote: i still don't know, what is the best way to get them into cvs. will someone collect all the works and include them? i do actually not have writing access to cvs. If they are to be in _the_ cvs, it might be good to: - make a project out of it,

[PD] Pd-0.39.2-extended-rc3 released

2007-06-15 Thread Hans-Christoph Steiner
http://at.or.at/hans/pd/installers.html Bugs are being reported and fixed! Let's find the last of them and make a final release! It's looking quite stable, so please try it if you haven't already so we can find the last bugs: * pdp and pidip support quicktime/mjpeg/png * included

Re: [PD] DSP abstractions [was: netpd ...]

2007-06-15 Thread hard off
beautiful piece roman, so lush. thanks for the dsp objects too. ___ PD-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

[PD] [PD-announce] [Pdmtl] pdmtl#25 (annonce) (fwd)

2007-06-15 Thread Mathieu Bouchard
another user group meeting in Montréal! as seen on http://lists.artengine.ca/mailman/listinfo/pdmtl -- Forwarded message -- Date: Fri, 15 Jun 2007 13:44:31 -0400 (EDT) From: Mathieu Bouchard [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: [Pdmtl] pdmtl#25 (annonce) = PUREDATA

Re: [PD] PD-list Digest, Vol 27, Issue 78

2007-06-15 Thread Mathieu Bouchard
On Fri, 15 Jun 2007, Roman wrote: On Fri, 2007-06-15 at 20:25 +0200, Patco wrote: What about having a static server where we could automatically upload/download sounds and binary files? i didn't find a (good) way yet to transmit binary files within pd. do you know of any way? Binary files in

Re: [PD] PD-list Digest, Vol 27, Issue 78

2007-06-15 Thread Mathieu Bouchard
On Fri, 15 Jun 2007, patco wrote: On Fri, 2007-06-15 at 20:25 +0200, Patco wrote: i didn't find a (good) way yet to transmit binary files within pd. do you know of any way? The only way I know to reload a binary file is like eni said rebooting pd, I believe that this process would decrease