[PD] nonlocal message passing scope

2012-03-06 Thread Jonathan Wilkes
Hello, I was thinking about scope for receive/send names yesterday and thought of a way to implement something more flexible than (explicitly) using $0 to define the scope of send/receive pairs (and possibly other objects that register a symbol). My hack makes use of my "get" method for

Re: [PD] tooltips in pd-extended 0.43

2012-03-06 Thread Jonathan Wilkes
- Original Message - > From: Mathieu Bouchard > To: Jonathan Wilkes > Cc: Hans-Christoph Steiner ; pd-list List > Sent: Tuesday, March 6, 2012 5:26 PM > Subject: Re: [PD] tooltips in pd-extended 0.43 > > Le 2012-03-06 à 14:11:00, Jonathan Wilkes a écrit :

Re: [PD] tooltips in pd-extended 0.43

2012-03-06 Thread Jonathan Wilkes
extra widget (label I guess) running the full width of the window that is below the canvas, so it won't overlap the canvas but wouldn't leave after the tip goes away. -Jonathan - Original Message - > From: Mathieu Bouchard > To: Jonathan Wilkes > Cc: Hans-Christoph Ste

Re: [PD] nonlocal message passing scope

2012-03-06 Thread Jonathan Wilkes
to the toplevel.  That's what my canvas "get" method does, and that's why I'm suggesting some abstractions to ease defining the scope for nonlocal message passing. -Jonathan >____ > From: Billy Stiltner >To: Jonathan Wilkes

Re: [PD] tooltips in pd-extended 0.43

2012-03-06 Thread Jonathan Wilkes
- Original Message - > From: Hans-Christoph Steiner > To: Ivica Ico Bukvic > Cc: 'Jonathan Wilkes' ; 'pd-list List' > Sent: Wednesday, March 7, 2012 12:08 AM > Subject: Re: [PD] tooltips in pd-extended 0.43 > > > On Mar 6, 2012, at 9:04

Re: [PD] nonlocal message passing scope

2012-03-06 Thread Jonathan Wilkes
> > From: Billy Stiltner >To: Jonathan Wilkes >Cc: "pd-list@iem.at" >Sent: Wednesday, March 7, 2012 12:19 AM >Subject: Re: [PD] nonlocal message passing scope > > >I don't know if making it easier to do would be good

Re: [PD] [table] update notification

2012-03-07 Thread Jonathan Wilkes
Pd-l2ork has a feature where you can [r "arrayname_changed"] and you'll get a bang when the array is modified with the mouse.  If you want a notification when using tabwrite/etc., well, when those objects receive a message to update the array, just manually send a bang to "arrayname_changed"

Re: [PD] [table] update notification

2012-03-07 Thread Jonathan Wilkes
ise you'll drive a further wedge between data structures and "Put" menu arrays.  (The biggest wedge is that one cannot read/write a data structure array from [tabread~], etc.) -Jonathan - Original Message - > From: Hans-Christoph Steiner > To: Jonathan Wilkes > C

Re: [PD] nonlocal message passing scope

2012-03-07 Thread Jonathan Wilkes
Message - > From: Jonathan Wilkes > To: Billy Stiltner > Cc: "pd-list@iem.at" > Sent: Wednesday, March 7, 2012 1:10 AM > Subject: Re: [PD] nonlocal message passing scope > >> ________ >> From: Billy Stiltner >> To: Jonatha

Re: [PD] [table] update notification

2012-03-08 Thread Jonathan Wilkes
- Original Message - > From: Roman Haefeli > To: pd-list > Cc: > Sent: Thursday, March 8, 2012 8:30 AM > Subject: Re: [PD] [table] update notification > > > On Wed, 2012-03-07 at 09:15 -0800, Jonathan Wilkes wrote: >> Pd-l2ork has a feature where

Re: [PD] Some more float weirdness/fun

2012-03-08 Thread Jonathan Wilkes
- Original Message - > From: Roman Haefeli > To: pd-list@iem.at > Cc: > Sent: Thursday, March 8, 2012 1:52 PM > Subject: Re: [PD] Some more float weirdness/fun > > On Thu, 2012-03-08 at 16:23 +0100, Lorenzo Sutton wrote: >> Or, beware of trying to compare floats with [==] ... >> >> Lore

Re: [PD] nonlocal message passing scope

2012-03-08 Thread Jonathan Wilkes
-", and then a set of abstractions could easily replace/wrap most nonlocal objects. -Jonathan - Original Message - > From: Jonathan Wilkes > To: Billy Stiltner > Cc: "pd-list@iem.at" > Sent: Wednesday, March 7, 2012 1:10 AM > Subject: Re: [PD] nonlocal

Re: [PD] nonlocal message passing scope

2012-03-09 Thread Jonathan Wilkes
> > From: Billy Stiltner >To: Jonathan Wilkes >Cc: "pd-list@iem.at" >Sent: Friday, March 9, 2012 1:49 AM >Subject: Re: [PD] nonlocal message passing scope > > >I got stuck redoing an lfo for polysynth where each voice ha

Re: [PD] Some more float weirdness/fun

2012-03-09 Thread Jonathan Wilkes
> > From: Quim Llimona >To: pd-list >Sent: Friday, March 9, 2012 1:18 PM >Subject: Re: [PD] Some more float weirdness/fun > > >It's well-known that floats can't be treated the same way as integers... but >since PD is aimed at non-engineers and non-scientists I t

Re: [PD] Is there a way to block/filter Mathieu ?

2012-03-10 Thread Jonathan Wilkes
Hi mahatGma, If you change your Pd list configuration to receive individual emails then you can filter them manual using your email client. The user documentation for Mailman, which is what the Pd list uses, is here: http://www.list.org/mailman-member/index.html   Please keep in mind that if

[PD] list etiquette

2012-03-10 Thread Jonathan Wilkes
I'm changing the subject so that a discussion about the change in tone of this list doesn't carry the unfair implication that it's due to one member. I don't see a problem complaining about the netiquette of a list member, but I just ask that it be clear, constructive criticism.   -Jonathan   >_

Re: [PD] tooltips in pd-extended 0.43

2012-03-10 Thread Jonathan Wilkes
- Original Message - > From: Mathieu Bouchard > To: Jonathan Wilkes > Cc: Hans-Christoph Steiner ; pd-list List > Sent: Saturday, March 10, 2012 1:07 PM > Subject: Re: [PD] tooltips in pd-extended 0.43 > > Le 2012-03-06 à 15:38:00, Jonathan Wilkes a écrit : >

Re: [PD] tooltips in pd-extended 0.43

2012-03-10 Thread Jonathan Wilkes
- Original Message - > From: Jonathan Wilkes > To: Mathieu Bouchard > Cc: pd-list List > Sent: Saturday, March 10, 2012 2:13 PM > Subject: Re: [PD] tooltips in pd-extended 0.43 > > > > - Original Message - >> From: Mathieu Bouchard &g

Re: [PD] question about moses/gate/split??

2012-03-10 Thread Jonathan Wilkes
Not fully, because [expr] can't route input to different outlets based on some conditions.  But it's trivial to do: [expr if($f1<3 && $f2<3,$f2*2+$f1-2,0)] | [sel 1 2 3 4] -Jonathan   - Original Message - > From: "Pagano, Patrick" > To: Mathieu Bouchard > Cc: "pd-list@iem.at" > Sent:

Re: [PD] Is there a way to block/filter Mathieu ?

2012-03-10 Thread Jonathan Wilkes
- Original Message - > From: "ydego...@gmail.com" > To: > Cc: pd-list@iem.at > Sent: Saturday, March 10, 2012 11:15 PM > Subject: Re: [PD] Is there a way to block/filter Mathieu ? > > if art ( or whatever you call a mind activity ) > has become polite, then it can go to f*** off. Did y

Re: [PD] list etiquette

2012-03-11 Thread Jonathan Wilkes
- Original Message - > From: Charles Henry > To: Dafydd Hughes > Cc: pd-list@iem.at; mahatGma rabintrah > Sent: Saturday, March 10, 2012 6:36 PM > Subject: Re: [PD] list etiquette > > On 3/10/12, Dafydd Hughes wrote: >> And there are pretty widely accepted norms about language (I'm t

Re: [PD] Anonymity.

2012-03-11 Thread Jonathan Wilkes
- Original Message - > From: Mathieu Bouchard > To: Marco Donnarumma > Cc: pd-list@iem.at; i go bananas > Sent: Sunday, March 11, 2012 12:59 PM > Subject: [PD] Anonymity. > > Le 2012-03-11 à 12:03:00, Marco Donnarumma a écrit : > >> with all due respect, I feel your approach Mahat

Re: [PD] Anonymity.

2012-03-11 Thread Jonathan Wilkes
- Original Message - > From: Mathieu Bouchard > To: Jonathan Wilkes > Cc: Marco Donnarumma ; "pd-list@iem.at" ; > i go bananas > Sent: Sunday, March 11, 2012 1:17 PM > Subject: Re: [PD] Anonymity. > > Le 2012-03-11 à 10:12:00, Jonathan Wilkes a écri

Re: [PD] mrpeach routeOSC behaves differently then its previous release?

2012-03-12 Thread Jonathan Wilkes
- Original Message - > From: Hans-Christoph Steiner > To: yvan volochine > Cc: pd-list > Sent: Monday, March 12, 2012 6:36 PM > Subject: Re: [PD] mrpeach routeOSC behaves differently then its previous > release? > > On 03/12/2012 06:06 PM, yvan volochine wrote: >> On 03/12/2012 02:54

Re: [PD] mrpeach routeOSC behaves differently then its previous release?

2012-03-12 Thread Jonathan Wilkes
- Original Message - > From: Hans-Christoph Steiner > To: Jonathan Wilkes > Cc: yvan volochine ; pd-list > Sent: Monday, March 12, 2012 10:30 PM > Subject: Re: [PD] mrpeach routeOSC behaves differently then its previous > release? > > On 03/12/2012 07:04 P

Re: [PD] mrpeach routeOSC behaves differently then its previous release?

2012-03-12 Thread Jonathan Wilkes
- Original Message - > From: Mathieu Bouchard > To: Hans-Christoph Steiner > Cc: pd-list > Sent: Monday, March 12, 2012 10:49 PM > Subject: Re: [PD] mrpeach routeOSC behaves differently then its previous > release? > > Le 2012-03-12 à 18:36:00, Hans-Christoph Steiner a écrit : > >>

Re: [PD] Anonymity.

2012-03-14 Thread Jonathan Wilkes
- Original Message - > From: "ydego...@gmail.com" > To: Dominic Pflaum > Cc: "pd-list@iem.at" > Sent: Wednesday, March 14, 2012 3:04 AM > Subject: Re: [PD] Anonymity. > > who are you stupid man with your geeky > stupid links? > > same adolescent humor as the others? > > good you l

Re: [PD] Switching Between Multiple Patches for Installation

2012-03-14 Thread Jonathan Wilkes
If your patch is named foo.pd, send a "vis 1" message to it to give the window the focus, like this: [vis 1( | [pd-foo.pd] Automation is tricky.  In pd-extended or vanilla it will crash pd if you try to get a patch to close itself. Ivica made a fix for that in pd-l2ork-- which should work if

Re: [PD] Switching Between Multiple Patches for Installation

2012-03-14 Thread Jonathan Wilkes
There's one in doc/manuals/0.intro/+pager.pd.  But notice that is doesn't try to close any of the patches. -Jonathan - Original Message - > From: Dafydd Hughes > To: Jonathan Wilkes > Cc: Tyler Leavitt ; pd-list > Sent: Wednesday, March 14, 2012 5:38

Re: [PD] store and manipulate multiple lists

2012-03-14 Thread Jonathan Wilkes
cyclone/coll can sort the messages you store in it. -Jonathan - Original Message - > From: Andy Farnell > To: Benoît Fortier > Cc: pd-list > Sent: Wednesday, March 14, 2012 6:17 PM > Subject: Re: [PD] store and manipulate multiple lists > > [list sort] > > maybe? > > a. > > On W

[PD] nonlocal naming scheme

2012-03-15 Thread Jonathan Wilkes
Hello, I had another thread where I used my canvas "get" method to hide $0 in s/r pairs in an abstraction and make it possible to more easily specify the scope of a variable using two abstractions named [to] and [from]. Now I'm extending that concept to nonlocal signal objects: s~/r~ and

Re: [PD] porting a Pd patch to Max license issues

2012-03-16 Thread Jonathan Wilkes
> > From: Marco Donnarumma >To: pd-list@iem.at >Sent: Wednesday, March 14, 2012 8:48 AM >Subject: [PD] porting a Pd patch to Max license issues > > >hey folks, > > >I'm not going to port anything to Max, but someone expressed interest in >porting the Xth Sense in

Re: [PD] Array resize : bug?

2012-03-16 Thread Jonathan Wilkes
- Original Message - > From: katja > To: pd-list@iem.at > Cc: > Sent: Friday, March 16, 2012 6:35 PM > Subject: Re: [PD] Array resize : bug? > > On Fri, Mar 16, 2012 at 10:35 PM, Pierre Massat > wrote: >> Hi Katja, >> >> I confirm this behaviour in windows too. So I understand that

Re: [PD] ANN: pd-l2ork v.20120317 now available

2012-03-19 Thread Jonathan Wilkes
- Original Message - > From: Ivica Ico Bukvic > To: p1k53l workshop > Cc: pd-list@iem.at; linux-audio-u...@lists.linuxaudio.org > Sent: Sunday, March 18, 2012 6:24 PM > Subject: [PD] ANN: pd-l2ork v.20120317 now available > >T his release includes backported font-sizing logic, Great--

[PD] libdirs and search-plugin

2012-03-19 Thread Jonathan Wilkes
Hi Hans, Is Gem supposed to have a $libname-meta.pd in extra/Gem?  If so, could you put one there? I'm almost finished with my search plugin.  I'm building a list of available external libraries by searching directories for a $libname-meta.pd file.  So the question is: how many external

Re: [PD] libdirs and search-plugin

2012-03-19 Thread Jonathan Wilkes
- Original Message - > From: Hans-Christoph Steiner > To: Jonathan Wilkes > Cc: "pd-list@iem.at" > Sent: Monday, March 19, 2012 3:30 PM > Subject: Re: libdirs and search-plugin > > > This gives me a list of all libs with meta files: > > ls

Re: [PD] libdirs and search-plugin

2012-03-19 Thread Jonathan Wilkes
Actually-- is there a script to autogenerate the *-meta.pd file? -Jonathan - Original Message - > From: Jonathan Wilkes > To: Hans-Christoph Steiner > Cc: "pd-list@iem.at" > Sent: Monday, March 19, 2012 3:50 PM > Subject: Re: [PD] libdirs and search-p

Re: [PD] libdirs and search-plugin

2012-03-19 Thread Jonathan Wilkes
Another question: what's the point of doc/manuals/READMEs?  Shouldn't those docs be inside their respective libdirs? -Jonathan - Original Message - > From: Hans-Christoph Steiner > To: Jonathan Wilkes > Cc: "pd-list@iem.at" > Sent: Monday, March 19,

Re: [PD] libdirs and search-plugin

2012-03-19 Thread Jonathan Wilkes
Another question: why does doc/manuals/Gem exist?  Isn't it already inside extra/Gem? -Jonathan - Original Message - > From: Hans-Christoph Steiner > To: Jonathan Wilkes > Cc: "pd-list@iem.at" > Sent: Monday, March 19, 2012 4:03 PM > Subject: Re:

Re: [PD] libdirs and search-plugin

2012-03-19 Thread Jonathan Wilkes
: can't load startup library!   - Original Message - > From: Hans-Christoph Steiner > To: Jonathan Wilkes > Cc: "pd-list@iem.at" > Sent: Monday, March 19, 2012 8:52 PM > Subject: Re: [PD] libdirs and search-plugin > > > I think both of those ar

Re: [PD] libdirs and search-plugin

2012-03-19 Thread Jonathan Wilkes
are tiny. -Jonathan   - Original Message - > From: Hans-Christoph Steiner > To: Jonathan Wilkes > Cc: "pd-list@iem.at" > Sent: Monday, March 19, 2012 9:18 PM > Subject: Re: [PD] libdirs and search-plugin > > > I haven't gotten GUI plugins to loa

Re: [PD] libdirs and search-plugin

2012-03-21 Thread Jonathan Wilkes
y fine by default in wish. -Jonathan - Original Message - > From: Hans-Christoph Steiner > To: Jonathan Wilkes > Cc: "pd-list@iem.at" > Sent: Tuesday, March 20, 2012 9:25 AM > Subject: Re: [PD] libdirs and search-plugin > > > You need to use $menufont

[PD] search plugin revision

2012-03-21 Thread Jonathan Wilkes
Search plugin revision: 1) links to tutorials, manual, and other stuff to guide beginners on the front page 2) tutorial and libdir filebrowser obsoletes the HelpBrowser 3) folder icon allows to open any directory (or libdir) in external file browser 4) Found an object in the search results you've

Re: [PD] search plugin revision

2012-03-21 Thread Jonathan Wilkes
- Original Message - > From: Hans-Christoph Steiner > To: Jonathan Wilkes > Cc: "pd-list@iem.at" > Sent: Wednesday, March 21, 2012 5:47 PM > Subject: Re: [PD] search plugin revision > > > Very nice, a big improvement.  Its really looking quite co

Re: [PD] search plugin revision

2012-03-21 Thread Jonathan Wilkes
- Original Message - > From: m.e.grimm > To: Jonathan Wilkes > Cc: Hans-Christoph Steiner ; "pd-list@iem.at" > Sent: Wednesday, March 21, 2012 7:50 PM > Subject: Re: [PD] search plugin revision > >t his looks really great! > > hans ... whats up wi

Re: [PD] search plugin revision

2012-03-21 Thread Jonathan Wilkes
- Original Message - > From: Hans-Christoph Steiner > To: m.e.grimm > Cc: Jonathan Wilkes ; "pd-list@iem.at" > Sent: Wednesday, March 21, 2012 9:27 PM > Subject: Re: [PD] search plugin revision > > > That other big blue search thing on Mac OS X is

Re: [PD] search plugin revision

2012-03-22 Thread Jonathan Wilkes
- Original Message - > From: m.e.grimm > To: Jonathan Wilkes > Cc: Hans-Christoph Steiner ; "pd-list@iem.at" > Sent: Thursday, March 22, 2012 9:28 AM > Subject: Re: [PD] search plugin revision > >> Also, the last time I tried Pd on OSX it had two

Re: [PD] data structures- polygones with and without arrays

2012-03-22 Thread Jonathan Wilkes
- Original Message - > From: Mirko Maier > To: pd-list@iem.at > Cc: > Sent: Thursday, March 22, 2012 12:05 PM > Subject: [PD] data structures- polygones with and without arrays > > hi list, > > is there a way to have in one window both polygones with and without arrays? > at least i c

Re: [PD] search plugin revision

2012-03-22 Thread Jonathan Wilkes
- Original Message - > From: Hans-Christoph Steiner > To: Jonathan Wilkes > Cc: m.e.grimm ; "pd-list@iem.at" > Sent: Thursday, March 22, 2012 1:22 PM > Subject: Re: [PD] search plugin revision > > > On Mar 22, 2012, at 10:14 AM, Jonathan Wilkes wr

Re: [PD] HELP with udprecieve

2012-03-23 Thread Jonathan Wilkes
Have a look at the [list] classes, especially [list split].  Using those objects you can construct a way to split a large list into its constituent elements.  Or you can use one of the abstractions from the list-abs library, like [list-drip].   -Jonathan > >From

Re: [PD] Hello PD List

2012-03-24 Thread Jonathan Wilkes
Hi, You can have a look at the Pd manual.  Open Pd, then click "Help" and then "Browser" (or the shortcut ).  The look in Pure Data->1.manual and it will have a link to the index from which you can read the various chapters. Also have a look at 2.control.examples and got through the

Re: [PD] [PD-announce] Pd 0.43-2 released (windows startup bug fix)

2012-03-25 Thread Jonathan Wilkes
- Original Message - > From: Miller Puckette > To: pd-annou...@iem.at > Cc: > Sent: Sunday, March 25, 2012 1:52 PM > Subject: [PD] [PD-announce] Pd 0.43-2 released (windows startup bug fix) > > Hi all - > > Only Microsoft Windows users should care... but 0.43-2 is now finalized > (esse

Re: [PD] array xticks

2012-03-26 Thread Jonathan Wilkes
I don't think you can do that with a "Put" menu array.  You might be able to do it with a data structure array, though. -Jonathan - Original Message - > From: mr sgg > To: pd-list > Cc: > Sent: Monday, March 26, 2012 5:05 AM > Subject: [PD] array xticks > > hello list, > > i hav

Re: [PD] [PD-announce] Pd 0.43-2 released (windows startup bug fix) + ftm

2012-03-26 Thread Jonathan Wilkes
- Original Message - > From: João Pais > To: "pd-list@iem.at" ; "pd-annou...@iem.at" > ; Jonathan Wilkes > Cc: > Sent: Monday, March 26, 2012 5:05 AM > Subject: Re: [PD] [PD-announce] Pd 0.43-2 released (windows startup bug fix) > + ftm &g

Re: [PD] [PD-announce] Pd 0.43-2 released (windows startup bug fix) + ftm

2012-03-26 Thread Jonathan Wilkes
- Original Message - > From: Hans-Christoph Steiner > To: Jonathan Wilkes > Cc: João Pais ; "pd-list@iem.at" > Sent: Monday, March 26, 2012 11:36 AM > Subject: Re: [PD] [PD-announce] Pd 0.43-2 released (windows startup bug fix) > + ftm > > > O

Re: [PD] [PD-announce] Pd 0.43-2 released (windows startup bug fix)

2012-03-26 Thread Jonathan Wilkes
- Original Message - > From: Charles Henry > To: Jonathan Wilkes > Cc: "pd-list@iem.at" ; "pd-annou...@iem.at" > > Sent: Monday, March 26, 2012 1:46 PM > Subject: Re: [PD] [PD-announce] Pd 0.43-2 released (windows startup bug fix) &

Re: [PD] [pd] tables as patch storage

2012-03-27 Thread Jonathan Wilkes
- Original Message - > From: Mathieu Bouchard > To: Frank Barknecht > Cc: pd-list@iem.at > Sent: Tuesday, March 27, 2012 9:45 AM > Subject: Re: [PD] [pd] tables as patch storage > > Le 2012-03-27 à 12:50:00, Frank Barknecht a écrit : >> On Mon, Mar 26, 2012 at 12:20:51PM +0200, Charles

Re: [PD] [pd] tables as patch storage

2012-03-27 Thread Jonathan Wilkes
- Original Message - > From: Mathieu Bouchard > To: Jonathan Wilkes > Cc: Frank Barknecht ; "pd-list@iem.at" > Sent: Tuesday, March 27, 2012 11:21 AM > Subject: Re: [PD] [pd] tables as patch storage > > Le 2012-03-27 à 08:04:00, Jonathan Wilkes a écrit :

Re: [PD] ANN: pd-l2ork v.20120304 and new disis_wiimote external now available

2012-03-27 Thread Jonathan Wilkes
- Original Message - > From: Mathieu Bouchard > To: Ivica Ico Bukvic > Cc: pd-list@iem.at > Sent: Tuesday, March 27, 2012 11:45 AM > Subject: Re: [PD] ANN: pd-l2ork v.20120304 and new disis_wiimote external now > available > > Le 2012-03-06 à 00:42:00, Ivica Ico Bukvic a écrit : >

Re: [PD] ANN: pd-l2ork v.20120304 and new disis_wiimote external now available

2012-03-27 Thread Jonathan Wilkes
- Original Message - > From: Ivica Ico Bukvic > To: 'Mathieu Bouchard' > Cc: pd-list@iem.at > Sent: Tuesday, March 27, 2012 2:32 PM > Subject: Re: [PD] ANN: pd-l2ork v.20120304 and new disis_wiimote external now > available > >> Curiously, I would have said exactly that about your fon

Re: [PD] list-abs and externals [was: Re: [pd] tables as patch storage]

2012-03-27 Thread Jonathan Wilkes
- Original Message - > From: Frank Barknecht > To: pd-list@iem.at > Cc: > Sent: Tuesday, March 27, 2012 11:45 AM > Subject: [PD] list-abs and externals [was: Re: [pd] tables as patch storage] > > On Tue, Mar 27, 2012 at 11:21:15AM -0400, Mathieu Bouchard wrote: >> list-abs was designed

Re: [PD] ANN: pd-l2ork v.20120304 and new disis_wiimote external now available

2012-03-27 Thread Jonathan Wilkes
- Original Message - > From: Ivica Ico Bukvic > To: Jonathan Wilkes ; 'Mathieu Bouchard' > > Cc: "pd-list@iem.at" > Sent: Tuesday, March 27, 2012 6:57 PM > Subject: Re: [PD] ANN: pd-l2ork v.20120304 and new disis_wiimote external now > av

[PD] rtc lib help patch revisions

2012-03-28 Thread Jonathan Wilkes
Hi, Who is in charge of the rtc library? I've got revised help patches with the pd-meta subpatches in them. -Jonathan ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] rtc lib help patch revisions

2012-03-28 Thread Jonathan Wilkes
Thanks.  On that page it says: Thanks to Frank Barknecht and others, RTC-lib is available for Pd (Pure Data). Download from khz96.org. Frank?  Should I sent the revisions to you to commit? -Jonathan - Original Message - > From: João Pais > To: pd-list ; Jonathan Wilkes > Cc

Re: [PD] list-abs and externals [was: Re: [pd] tables as patch storage]

2012-03-30 Thread Jonathan Wilkes
- Original Message - > From: Frank Barknecht > To: pd-list@iem.at > Cc: > Sent: Friday, March 30, 2012 3:58 AM > Subject: Re: [PD] list-abs and externals [was: Re: [pd] tables as patch > storage] > > Hi, > > On Tue, Mar 27, 2012 at 12:11:10PM -0700, Jo

Re: [PD] rtc lib help patch revisions

2012-03-31 Thread Jonathan Wilkes
Oops, I meant to send that only to Frank since the attachment was kind of large.  Sorry. -Jonathan___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] hslider/vslider - mismatch of input and output

2012-04-02 Thread Jonathan Wilkes
Nice fix.  I don't see it listed in your change log. Is it simple enough to make a patch for the sourceforge tracker? > > From: Ivica Ico Bukvic >To: Hans-Christoph Steiner >Cc: pd-list@iem.at >Sent: Sunday, April 1, 2012 8:11 PM >Subject: Re: [PD] hslider/v

[PD] pddp keywords

2012-04-02 Thread Jonathan Wilkes
Hello, I've gone through a substantial portion of externals and added pd META subpatches to them so that every object can be searched by author, description, license, keywords, aliases, xlets and their methods, and help patch author. In addition my search plugin can also do full-text se

Re: [PD] pddp keywords

2012-04-02 Thread Jonathan Wilkes
moonlib/ssaw~  sweet sawtooth generator Keywords: signal bandlimited mrpeach/sqosc~  bandlimited pulse generator Keywords: signal bandlimited > > From: Jonathan Wilkes >To: "pd-list@iem.at" >Sent: Monday, April 2, 2012 1:45

Re: [PD] pddp keywords

2012-04-02 Thread Jonathan Wilkes
> > From: Martin Peach >To: Jonathan Wilkes >Cc: "pd-list@iem.at" >Sent: Monday, April 2, 2012 2:04 PM >Subject: Re: [PD] pddp keywords > >On 2012-04-02 13:45, Jonathan Wilkes wrote: >... > >> One example is the k

Re: [PD] pddp keywords

2012-04-02 Thread Jonathan Wilkes
- Original Message - > From: Martin Peach > To: Jonathan Wilkes > Cc: "pd-list@iem.at" > Sent: Monday, April 2, 2012 3:21 PM > Subject: Re: [PD] pddp keywords > > On 2012-04-02 14:36, Jonathan Wilkes wrote: >> >> But with something like [c

Re: [PD] Initializing an array with random data.

2012-04-08 Thread Jonathan Wilkes
It's pretty easy if you don't mind having dsp on: [noise~] | |  [bang( | / [tabwrite~ foo] [table foo] > > From: Matthew Tytel >To: pd-list@iem.at >Sent: Monday, April 9, 2012 1:23 AM >Subject: [PD] Initializing an array with random data. > > >Hi there,

Re: [PD] why does PD round numbers? (in tables, in messageboxes, etc)

2012-04-10 Thread Jonathan Wilkes
- Original Message - > From: IOhannes m zmölnig > To: pd-list@iem.at > Cc: > Sent: Tuesday, April 10, 2012 8:32 AM > Subject: Re: [PD] why does PD round numbers? (in tables, in messageboxes, etc) > > On 04/10/12 10:33, katja wrote: >> I mean to say that switching to any format other

Re: [PD] why does PD round numbers? (in tables, in messageboxes, etc)

2012-04-10 Thread Jonathan Wilkes
- Original Message - > From: katja > To: pd-list@iem.at > Cc: > Sent: Tuesday, April 10, 2012 9:45 AM > Subject: Re: [PD] why does PD round numbers? (in tables, in messageboxes, etc) > > 2012/4/10 IOhannes m zmölnig : >>  On 04/10/12 10:33, katja wrote: > >>  i was talking about pd/pd-

Re: [PD] why does PD round numbers? (in tables, in messageboxes, etc)

2012-04-10 Thread Jonathan Wilkes
s the >>> difference between Pd-extended and Pd-double. I've verified that >>> double precision numbers are indeed displayed with a maximum of 14 >>> significant digits in Pd-double. >>> >>> I also checked the time for writing 32 million s

Re: [PD] why does PD round numbers? (in tables, in messageboxes, etc)

2012-04-10 Thread Jonathan Wilkes
- Original Message - > From: Hans-Christoph Steiner > To: Jonathan Wilkes > Cc: Miller Puckette ; "pd-list@iem.at" > Sent: Tuesday, April 10, 2012 2:43 PM > Subject: Re: [PD] why does PD round numbers? (in tables, in messageboxes, etc) > > > Yes

[PD] libdir question (was: Re: pduino patches on pdx)

2012-04-12 Thread Jonathan Wilkes
Hans, Let's say I have a patch in its own directory.  In the same directory I have put two libraries that are made up solely of abstractions, in sub-directories named abs1 and abs2. abs1/foo.pd relies on abs2/bar.pd. What can I do in abs1/foo.pd to make sure that abs2/bar.pd is loaded?  Al

Re: [PD] libdir question (was: Re: pduino patches on pdx)

2012-04-12 Thread Jonathan Wilkes
> > From: José Rafael Subía Valdez >To: Jonathan Wilkes >Cc: pd-list >Sent: Thursday, April 12, 2012 6:40 PM >Subject: Re: [PD] libdir question (was: Re: pduino patches on pdx) > > >Its adressed to hans.. but maybe.. just may

Re: [PD] [OT] amusement in Budapest (was: AES Budapest)

2012-04-24 Thread Jonathan Wilkes
> > From: András Murányi >To: pd-list >Sent: Tuesday, April 24, 2012 2:37 PM >Subject: [PD] [OT] amusement in Budapest (was: AES Budapest) > >2012/4/24 Joson Android : >> Hallo András >> >> thank you for you fast answers and hints. >> For clubs I would prefer som

[PD] deep note in Pd

2012-05-01 Thread Jonathan Wilkes
Batuhan Bozkurt wrote a great blog entry about recreating the THX "Deep Note" with Supercollider awhile back. So I tried it in Pd. Then I lost the patch. Then I tried recreating it from memory, and upped the ante with some visuals :) http://www.youtube.com/watch?v=ESi7ub8AVPs (Unfortunately the

Re: [PD] deep note in Pd

2012-05-03 Thread Jonathan Wilkes
the previous one, but it doesn't matter in this case. -Jonathan >________ > From: Björn Eriksson >To: Jonathan Wilkes ; Pd - list >Sent: Wednesday, May 2, 2012 3:31 PM >Subject: Re: [PD] deep note in Pd > > >Nice one! >I am

Re: [PD] deep note in Pd

2012-05-03 Thread Jonathan Wilkes
Ok fixed the volume (on the blog, too): http://www.youtube.com/watch?v=Rz1uNLHorEs -Jonathan > > From: Björn Eriksson >To: Jonathan Wilkes ; Pd - list >Sent: Wednesday, May 2, 2012 3:31 PM >Subject: Re: [PD] deep note in Pd > > >Nice

Re: [PD] Multiline text using [text2d]/[text3d]

2012-05-04 Thread Jonathan Wilkes
- Original Message - > From: IOhannes m zmölnig > To: pd-list@iem.at > Cc: > Sent: Friday, May 4, 2012 11:04 AM > Subject: Re: [PD] Multiline text using [text2d]/[text3d] > > On 05/04/2012 02:42 PM, Husk 00 wrote: >> On Fri, May 4, 2012 at 2:18 PM, Antonio Roberts >> mailto:anto...@he

Re: [PD] deep note in Pd

2012-05-04 Thread Jonathan Wilkes
- Original Message - > From: katja > To: pd-list@iem.at > Cc: > Sent: Thursday, May 3, 2012 4:24 AM > Subject: Re: [PD] deep note in Pd > >G reat audiovisual composition. One could also spend days or weeks > learning advanced Pd techniques from it. A typical Jo

Re: [PD] what makes Pd-extended 0.43 so CPU-hungry?

2012-05-05 Thread Jonathan Wilkes
- Original Message - > From: katja > To: pd-list > Cc: > Sent: Saturday, May 5, 2012 3:43 PM > Subject: Re: [PD] what makes Pd-extended 0.43 so CPU-hungry? > > On OSX I use 'Activity Monitor' for quick check of CPU load and > Shark.app for serious performance profiling, but for GNU/Li

Re: [PD] non-logical receives

2010-11-26 Thread Jonathan Wilkes
You can set the receive-name of all iem-guis. Also, see [maxlib/remote] * -Jonathan * I found this using my "Object Search" path. --- On Fri, 11/26/10, Andrew Faraday wrote: From: Andrew Faraday Subject: [PD] non-logical receives To: pd-list@iem.at Date: Friday, November 26, 2010, 11:47 PM

Re: [PD] non-logical receives

2010-11-26 Thread Jonathan Wilkes
Oops, [remote] does the opposite of what you want! See [receive13] -- though there's no help patch for it, sending a set message seems to work. -Jonathan --- On Sat, 11/27/10, Jonathan Wilkes wrote: From: Jonathan Wilkes Subject: Re: [PD] non-logical receives To: pd-list@iem.at, &q

Re: [PD] call for testers for L2Ork iteration of pd-extended (based on 0.42.x branch)

2010-11-27 Thread Jonathan Wilkes
--- On Sat, 11/27/10, Mathieu Bouchard wrote: > From: Mathieu Bouchard > Subject: Re: [PD] call for testers for L2Ork iteration of pd-extended (based > on 0.42.x branch) > To: "Jonathan Wilkes" > Cc: "Ivica Ico Bukvic" , pd-list@iem.at > Date: Saturda

Re: [PD] L2Ork pd-extended release candidate 1 now available (was: Re: call for testers...)

2010-11-27 Thread Jonathan Wilkes
The functionality is missing. In normal pd-ext 0.42-5 (on Hardy) I can: 1. Click and type the name of the object. 2. Click to instantiate the object and have it selected. 3. Click and have a new, unconnected object which I can where I want it, then click again to change the object name to

[PD] zexy/demultiplex help patch

2010-11-27 Thread Jonathan Wilkes
Here's a problem I've run into: 1. Launch Pd-ext. 2. Create new patch. 3. Create [demux]. 4. Notice console message. 5. Right-click and choose help. 6. Notice console error: couldn't find help patch. 7. No help patch for [demultiplex] either, but there is one for [zexy/demultiplex]. (Notice, how

Re: [PD] L2Ork pd-extended release candidate 1 now available (was: Re: call for testers...)

2010-11-27 Thread Jonathan Wilkes
Question about the cord inspector: is it feasible to make the font size scale with the 'Edit' menu font bomb dialogue? I know the whole font situation in Pd is problematic, but currently the font bomb dialogue is the only way to make patches readable when projecting them on a large screen. So

Re: [PD] L2Ork pd-extended release candidate 1 now available (was: Re: call for testers...)

2010-11-27 Thread Jonathan Wilkes
Small detail-- your 'Put' menu is tearoff-able. -Jonathan --- On Sun, 11/28/10, Ivica Ico Bukvic wrote: > From: Ivica Ico Bukvic > Subject: Re: [PD] L2Ork pd-extended release candidate 1 now available (was: > Re: call for testers...) > To: "András Murányi" > Cc: "PD List" > Date: Sunday, No

Re: [PD] L2Ork pd-extended release candidate 1 now available (was: Re: call for testers...)

2010-11-27 Thread Jonathan Wilkes
Hi, Here are some scrolling observations: In the attached patch, drag the [pd] object far down into the bottom right-hand corner, so that you get some scrollbars to appear. Now, on the current pd-extended, you can scroll down to that object, and when you drag it back to its original locati

Re: [PD] L2Ork pd-extended release candidate 1 now available (was: Re: call for testers...)

2010-11-29 Thread Jonathan Wilkes
--- On Mon, 11/29/10, Ivica Ico Bukvic wrote: > From: Ivica Ico Bukvic > Subject: Re: [PD] L2Ork pd-extended release candidate 1 now available (was: > Re: call for testers...) > To: "Jonathan Wilkes" > Cc: "András Murányi" , "PD List" > D

Re: [PD] L2Ork pd-extended release candidate 1 now available (was: Re: call for testers...)

2010-11-29 Thread Jonathan Wilkes
--- On Mon, 11/29/10, Ivica Ico Bukvic wrote: > From: Ivica Ico Bukvic > Subject: Re: [PD] L2Ork pd-extended release candidate 1 now available (was: > Re: call for testers...) > To: "Jonathan Wilkes" > Cc: "András Murányi" , "PD List" &g

Re: [PD] call for testers for L2Ork iteration of pd-extended (based on 0.42.x branch)

2010-11-29 Thread Jonathan Wilkes
--- On Mon, 11/29/10, Ivica Ico Bukvic wrote: > From: Ivica Ico Bukvic > Subject: Re: [PD] call for testers for L2Ork iteration of pd-extended (based > on 0.42.x branch) > To: "Jonathan Wilkes" > Cc: pd-list@iem.at > Date: Monday, November 29, 2010, 9:11 PM &

Re: [PD] call for testers for L2Ork iteration of pd-extended (based on 0.42.x branch)

2010-12-04 Thread Jonathan Wilkes
Hi Ivica, Since you've been rooting around in the Pd source, I wanted to bring up an idea about canvas properties and get your opinion on it: If you look at the coords for a particular canvas, the 7th argument currently controls GOP status. 0 = no GOP 1 = GOP 2 = GOP + hide args But what

Re: [PD] call for testers for L2Ork iteration of pd-extended (based on 0.42.x branch)

2010-12-05 Thread Jonathan Wilkes
--- On Sun, 12/5/10, Ivica Ico Bukvic wrote: > From: Ivica Ico Bukvic > Subject: Re: [PD] call for testers for L2Ork iteration of pd-extended (based > on 0.42.x branch) > To: "Jonathan Wilkes" , "Hans-Christoph Steiner" > > Cc: "'PD List'

Re: [PD] call for testers for L2Ork iteration of pd-extended (based on 0.42.x branch)

2010-12-05 Thread Jonathan Wilkes
--- On Mon, 12/6/10, i...@vt.edu wrote: > From: i...@vt.edu > Subject: Re: [PD] call for testers for L2Ork iteration of pd-extended (based > on 0.42.x branch) > To: "Jonathan Wilkes" > Cc: "Hans-Christoph Steiner" , "'PD List'" >

[PD] Tip of the Day

2010-12-06 Thread Jonathan Wilkes
Hi, What do people think of the little "Tip of the Day" windows that are in some software? Are they helpful? Annoying? Either way, I made one in Pd. Seems like this could be useful to beginners. And at the moment they're no longer useful one can just turn them off. (Or they could be tu

<    1   2   3   4   5   6   7   8   9   10   >