[PD] where to find $ args

2011-01-23 Thread Rich E
Hi list, If I were to make an external that has access to $ arguments, does anyone know where I can find the necessary methods for retrieving this information? Or is it only available at instantiation? Most importantly, I am looking for a way to get the $0 value of a patch from C. Cheers, Rich

Re: [PD] where to find $ args

2011-01-23 Thread Mathieu Bouchard
On Sun, 23 Jan 2011, Rich E wrote: If I were to make an external that has access to $ arguments, does anyone know where I can find the necessary methods for retrieving this information?  Or is it only available at instantiation? Most importantly, I am looking for a way to get the $0 value of

Re: [PD] Pd-extended and Firefox

2011-01-23 Thread Pedro Lopes
Okay, but why doesn't it recognize the BR nor MoinMoin itemize? best regards, Pedro On Sat, Jan 22, 2011 at 8:43 PM, Hans-Christoph Steiner h...@eds.orgwrote: Excellent! sounds like a good plan. a couple comments: - pages in the /docs/ section should all use moinmoin syntax. - drop the

Re: [PD] Pd-extended and Firefox

2011-01-23 Thread Marco Donnarumma
nice one! Yep, I agree with .hc perhaps it would be more visible omitting PdAnd and AndMore. M On Sat, Jan 22, 2011 at 8:43 PM, Hans-Christoph Steiner h...@eds.orgwrote: Excellent! sounds like a good plan. a couple comments: - pages in the /docs/ section should all use moinmoin syntax.

Re: [PD] where to find $ args

2011-01-23 Thread Hans-Christoph Steiner
On Jan 23, 2011, at 6:49 AM, Rich E wrote: Hi list, If I were to make an external that has access to $ arguments, does anyone know where I can find the necessary methods for retrieving this information? Or is it only available at instantiation? Most importantly, I am looking for a way

Re: [PD] Pd-extended and Firefox

2011-01-23 Thread Pedro Lopes
I get an error when I try to rename the page... The following item(s) could not be renamed: /pd/pd/docs/PDAndJackRoutingMultichannelBrowserAudioAndMore Is this known? On Sun, Jan 23, 2011 at 6:29 PM, Hans-Christoph Steiner h...@eds.orgwrote: moinmoin is a little fussy with the spaces, plus

Re: [PD] Pd-extended and Firefox

2011-01-23 Thread Hans-Christoph Steiner
Renamed: http://puredata.info/docs/JackRoutingMultichannelBrowserAudio/ I find that renaming from the contents tab works better than just editing the title of the page. .hc On Jan 23, 2011, at 1:58 PM, Pedro Lopes wrote: I get an error when I try to rename the page... The following

Re: [PD] XmiX

2011-01-23 Thread Hans-Christoph Steiner
Looks interesting, but I didn't get it running. I recommend using [declare] to set the paths rather than a shell script, that way it'll work on all platforms, and it will work when someone just opens the patch via Pd rather than running a shell script. You could have something like

Re: [PD] Pd-extended and Firefox

2011-01-23 Thread Pedro Lopes
Thanks Hans. Besides this, is there an FTP or preferred location to store the images for the how-to's? Best regards, Pedro On Sun, Jan 23, 2011 at 7:15 PM, Hans-Christoph Steiner h...@eds.orgwrote: Renamed: http://puredata.info/docs/JackRoutingMultichannelBrowserAudio/ I find that renaming

Re: [PD] Pd-extended and Firefox

2011-01-23 Thread Hans-Christoph Steiner
Upload them directly to puredata.info. Use the add to folder pulldown menu in the upper right of the website. .hc On Sun, 2011-01-23 at 19:20 +, Pedro Lopes wrote: Thanks Hans. Besides this, is there an FTP or preferred location to store the images for the how-to's? Best regards,

Re: [PD] dissonance_curves_mod.pd

2011-01-23 Thread Charles Henry
Yeah, I wrote that one. It can be used to approximate the graphs for dissonance between two complex tones having up to 5 components. Chuck On Sat, Jan 22, 2011 at 6:33 AM, richard duckworth richduckwo...@yahoo.comwrote: Hi all, does anyone know who authored this patch

Re: [PD] Pd-extended and Firefox

2011-01-23 Thread Pedro Lopes
Done, some tyding up is still needed (like rescale the screenshots a bit). But I'm getting the hang of the semi-MoinMoin wiki. best regards, Pedro On Sun, Jan 23, 2011 at 9:30 PM, Hans-Christoph Steiner h...@at.or.atwrote: Upload them directly to puredata.info. Use the add to folder pulldown

Re: [PD] dissonance_curves_mod.pd

2011-01-23 Thread Alexandre Porres
Hey Chuck, nice to meet more people that work with this. I had a fast glimpse at it, is it done over Parncutt's implementation of Hutchinson and Knoppof's model? cheers Alex Date: Sun, 23 Jan 2011 15:33:55 -0600 From: Charles Henry czhe...@gmail.com Subject: Re: [PD] dissonance_curves_mod.pd To:

[PD] recreate a sound

2011-01-23 Thread adam sanches
Hi everybody, i was wondering which synthesis method or approach do you recommend for recreate this sound? any hint? http://www.zshare.net/audio/856316085afc7910/ A. ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -

Re: [PD] dissonance_curves_mod.pd

2011-01-23 Thread Charles Henry
On Sun, Jan 23, 2011 at 4:54 PM, Alexandre Porres por...@gmail.com wrote: Hey Chuck, nice to meet more people that work with this. I had a fast glimpse at it, is it done over Parncutt's implementation of Hutchinson and Knoppof's model? cheers Alex No, it's not a technically accurate

Re: [PD] XmiX

2011-01-23 Thread Hans-Christoph Steiner
Worked like a charm, now I can just open the -gui.pd patch and it just worked! I like the sliders, the whole look is quite cool. .hc On Mon, 2011-01-24 at 01:32 +0100, Gabbroral Complex wrote: hi, I put the paths declarations out of the shell script and added them in patches with

[PD] HPGL tools for drawing pd patches and more

2011-01-23 Thread Mathieu Bouchard
Btw I'm currently developing several other pieces in my HPGL (plotter) chain tool : [hpgl_to_lines], converter from hpgl to line segments [hpgl_objectbox], to draw an objectbox as hpgl (one inlet, one outlet) [hpgl_messagebox], to draw a messagebox as hpgl (one inlet, one outlet)