Re: [PD] customizing the new Pd GUI, some examples

2009-09-02 Thread dmotd
yup, iemguts covers this, see the objects [propertybang] + [canvasargs]. Jonathan Wilkes wrote: > Hm, so would the new GUI magick also make it possible for the dialogue > menus to actually be Pd patches? I guess its not a lot of gain for the > work in terms of existing iem-gui objects, but it

Re: [PD] spigot~ info please

2009-09-02 Thread hard off
once again, here is my abstraction that does everything exactly as the [spigot~] object does. if someone would like to include this in the 'extra' folder for pd-extended, it may be helpful to a few people. spigot%7E.pd Description: application/extension-pd ___

[PD] New -batch command line option in version 0.42

2009-09-02 Thread Lorenzo
I've read in Miller Puckette's paper http://puredata.info/community/projects/convention09/puckette.pdf/at_download/file: "As of Pd 0.42, the “-batch” flag is available in Pd to allow a single Pd process to run without audio input or output. This can be useful for writing shell-based scripts that

Re: [PD] New -batch command line option in version 0.42

2009-09-02 Thread dmotd
Lorenzo wrote: > This seems indeed very interesting, and opening new unexpected > perspectives for pd. Is there any further > documentation/discussion/example? I only found a brief description in > x5.htm in the documentarion. there is a small example within the internal documentation, chec

Re: [PD] New -batch command line option in version 0.42

2009-09-02 Thread dmotd
oh i'm sorry, i read the intitial message too quickly, i take what i said back, afaik there is no further documentation then what you have cited. cheers, dmotd Lorenzo wrote: > I've read in Miller Puckette's paper > http://puredata.info/community/projects/convention09/puckette.pdf/at_download/

Re: [PD] Pd META: Author/Help Patch Authors

2009-09-02 Thread Mathieu Bouchard
On Fri, 28 Aug 2009, Jonathan Wilkes wrote: (BTW, it's quite easy to parse commas in Pd.) It's not like anyone has an actual choice in having commas parsed... If I write a comment about some hardware hack like «you can get such a kit for 7,50$ at Omer DeSerres» then Pd thinks «you must mean:

Re: [PD] New -batch command line option in version 0.42

2009-09-02 Thread Hans-Christoph Steiner
There is always the source code :) .hc On Sep 2, 2009, at 5:08 AM, dmotd wrote: oh i'm sorry, i read the intitial message too quickly, i take what i said back, afaik there is no further documentation then what you have cited. cheers, dmotd Lorenzo wrote: I've read in Miller Puckette's pape

Re: [PD] Pd META: Author/Help Patch Authors

2009-09-02 Thread Hans-Christoph Steiner
On Sep 1, 2009, at 5:37 PM, Jonathan Wilkes wrote: --- On Tue, 9/1/09, Hans-Christoph Steiner wrote: From: Hans-Christoph Steiner Subject: Re: [PD] Pd META: Author/Help Patch Authors To: "Jonathan Wilkes" Cc: pd-list@iem.at Date: Tuesday, September 1, 2009, 9:21 PM On Sep 1, 2009, at 2:

Re: [PD] Pduino 0.5/Firmata 2.1 third beta release

2009-09-02 Thread olsen
hi hans i just tested the analog inputs on this version & strangely enough the 0-5V i get from the circuit with the potential divider immediately breaks down asa i connect it to the analogPin from the arduino - using arduino analogInput i get regular values from the sensor. this is happening j

Re: [PD] gemwindow and gemcontrol

2009-09-02 Thread xose ventosela
All included in the 0.41.4-extended.X11 required for the pdip library 2009/9/1 Frank Barknecht > Hallo, > > (please cc the list) > > Andres Ferrari hat gesagt: // Andres Ferrari wrote: > > here: > > > > http://puredata.info/dev/gemwiki/Gemcontrol > > Ah, okay. These are objects for the multiple

Re: [PD] Pd META: Author/Help Patch Authors

2009-09-02 Thread Jonathan Wilkes
--- On Wed, 9/2/09, Mathieu Bouchard wrote: > From: Mathieu Bouchard > Subject: Re: [PD] Pd META: Author/Help Patch Authors > To: "Jonathan Wilkes" > Cc: pd-list@iem.at > Date: Wednesday, September 2, 2009, 5:05 PM > On Fri, 28 Aug 2009, Jonathan Wilkes > wrote: > > > (BTW, it's quite easy t

Re: [PD] Pd META: Author/Help Patch Authors

2009-09-02 Thread Frank Barknecht
Hallo, Hans-Christoph Steiner hat gesagt: // Hans-Christoph Steiner wrote: > > On Sep 1, 2009, at 5:37 PM, Jonathan Wilkes wrote: >> >> >> --- On Tue, 9/1/09, Hans-Christoph Steiner wrote: >> >>> From: Hans-Christoph Steiner >>> Subject: Re: [PD] Pd META: Author/Help Patch Authors >>> To: "Jonat

Re: [PD] Pd META: Author/Help Patch Authors

2009-09-02 Thread Mathieu Bouchard
On Wed, 2 Sep 2009, Jonathan Wilkes wrote: From: Mathieu Bouchard If I write a comment about some hardware hack like «you can get such a kit for 7,50$ at Omer DeSerres» then Pd thinks «you must mean: 7, 50$» which looks more than weird That's not half as bad as writing sentences that end with

Re: [PD] Pd META: Author/Help Patch Authors

2009-09-02 Thread Mathieu Bouchard
On Mon, 31 Aug 2009, Hans-Christoph Steiner wrote: It is Pd, so I think we should at least make an effort to make things easy to parse in Pd. I tried your parser using data that is probably closer to what we might use, and it didn't work at all. If someone can get a Pd parser working that ca

Re: [PD] Pd META: Author/Help Patch Authors

2009-09-02 Thread Mathieu Bouchard
On Tue, 1 Sep 2009, Hans-Christoph Steiner wrote: If we use commas as the delimiter for individual tags, then just removing the commas means you don't know if you have multi-word tags or just single word tags. So if you have: tags - frequency modulation, synth and its parsed as:

Re: [PD] customizing the new Pd GUI, some examples

2009-09-02 Thread Mathieu Bouchard
On Tue, 1 Sep 2009, Hans-Christoph Steiner wrote: First try throwing extra ints in the #X connect messages in a .pd file, and see if that works. Then try getting those ints in Pd. this is the signature for the connect messages: g_editor.c:gensym("connect"), A_FLOAT, A_FLOAT, A_FLOAT

Re: [PD] spigot~ info please

2009-09-02 Thread Richard Bowers
Many thanks for your help, guys. --Richard hard off wrote: once again, here is my abstraction that does everything exactly as the [spigot~] object does. if someone would like to include this in the 'extra' folder for pd-extended, it may be helpful to a few people. ---

Re: [PD] Pd META: Author/Help Patch Authors

2009-09-02 Thread João Pais
Is there any place where it's explained what are the meta patches, and what should be in each patch? I never understood the meaning of them, and therefore, have never made any. On Sep 1, 2009, at 5:37 PM, Jonathan Wilkes wrote: --- On Tue, 9/1/09, Hans-Christoph Steiner wrote: From

[PD] dynamic subpatch creation

2009-09-02 Thread Phil Stone
Hello all, I'm playing with dynamic object creation, and so far have figured out how to dynamically instantiate objects inside a subpatch and connect them up. Now I'm trying to dynamically create subpatches inside of that subpatch, and I thought I could do this by sending "canvas"/ "rest

Re: [PD] Pd META: Author/Help Patch Authors

2009-09-02 Thread Jonathan Wilkes
--- On Wed, 9/2/09, Mathieu Bouchard wrote: > From: Mathieu Bouchard > Subject: Re: [PD] Pd META: Author/Help Patch Authors > To: "Hans-Christoph Steiner" > Cc: "Jonathan Wilkes" , pd-list@iem.at > Date: Wednesday, September 2, 2009, 7:55 PM > On Tue, 1 Sep 2009, Hans-Christoph > Steiner wrote:

Re: [PD] dynamic subpatch creation

2009-09-02 Thread Jonathan Wilkes
If you dynamically created a subpatch named "my_subpatch", then to dynamically create a subpatch within that use: [obj 0 0 pd nested_subpatch( | [s pd-my_subpatch] -Jonathan --- On Thu, 9/3/09, Phil Stone wrote: > From: Phil Stone > Subject: [PD] dynamic subpatch creation > To: "PD list" >

[PD] "riff machine" - Navalha [nvl] object project

2009-09-02 Thread glerm soares
Hiya, I am sharing and documenting an abstraction that I am working since some months ago, that is based in an old project I had with pd - to do a beatslicer for "plunderphonics" , a kind of a "riff machine"... project: http://navalha.devolts.org/en file: http://estudiolivre.org/repo/7378/navalh

Re: [PD] Pd at a livecoding event on the BBC

2009-09-02 Thread Greg Pond
don't know if any of you have read Ostertag's " Why Computer Music Sucks" but here is the link http://bobostertag.com/writings-articles-computer-music-sucks.htm (this link does not necessarily represent the views or opinions of the sender) best, Greg On Mon, Aug 31, 2009 at 4:18 PM, Mathieu B

Re: [PD] Pd at a livecoding event on the BBC

2009-09-02 Thread ydego...@gmail.com
b.o. knows about it, at least about sampling to me, a type of music dies when it's getting an endless self.referencing repetition of itself sounding like a caricature.. and computer music came to that point. Greg Pond wrote: don't know if any of you have read Ostertag's " Why Computer Music Su

[PD] pd-gui-rewrite news: undo, cut/copy/paste, and windows!

2009-09-02 Thread Hans-Christoph Steiner
http://puredata.info/dev/PdGuiRewrite Just a status update on the pd-gui-rewrite. There is now undo again, and cut/copy/paste inside of object and message boxes should work on all platforms Also, things build on Windows, both in Cygwin and MinGW. Cygwin is the easiest way if you are st

Re: [PD] dynamic subpatch creation

2009-09-02 Thread Phil Stone
Thanks, Jonathan. That's just what I needed. Phil Jonathan Wilkes wrote: If you dynamically created a subpatch named "my_subpatch", then to dynamically create a subpatch within that use: [obj 0 0 pd nested_subpatch( | [s pd-my_subpatch] -Jonathan --- On Thu, 9/3/09, Phil Stone wrote:

Re: [PD] Pd at a livecoding event on the BBC

2009-09-02 Thread Jonathan Wilkes
--- On Thu, 9/3/09, Greg Pond wrote: > From: Greg Pond > Subject: Re: [PD] Pd at a livecoding event on the BBC > To: "Mathieu Bouchard" > Cc: "PD List" > Date: Thursday, September 3, 2009, 5:59 AM > don't know if any of you have read > Ostertag's " Why Computer Music > Sucks" but here is the

[PD] another dynamic patching question

2009-09-02 Thread Phil Stone
Hi again, I'm happily creating subpatches and filling them with dynamic subpatches (thanks again, Jonathan), but now I'm stuck on something more subtle. I'm doing something like this: [b] | [symbol G] | [; pd-exp-$1 msg 20 235 /analysis/level/$1; ( to dynamically add a [/analysis/level/