Re: [PD] dynamic GOP resize glitch

2008-05-18 Thread Matt Barber
> > How about on Pd-extended 0.40.3? I am in the midst of final debugging, so > I'd have a chance to fix bugs if you find some. > > .hc > > On May 18, 2008, at 3:40 PM, Matt Barber wrote: > >> Hello, >> >> I tried this out on 0.39 extended and got

Re: [PD] dynamic GOP resize glitch

2008-05-18 Thread Matt Barber
Hello, Thanks for this; it worked for me -- sending a "pop" message to the name of the canvas in the abstraction (not to the parent) seems to allow the cables coming from a GOP abstraction to connect in a visually correct manner after GOP resize in both 0.39(extended) and 0.41, although I do get

Re: [PD] dynamic GOP resize glitch

2008-05-18 Thread Matt Barber
Hello, I tried this out on 0.39 extended and got the same problem, but it seems to work fine in 0.41 vanilla on initial tests - the cable redraws happen accurately and immediately upon GOP resize. The problem in 0.39 seems to be with the parent, not with the abstraction, and like you the only thi

Re: [PD] OSX-intel extended Audiio droputs

2008-05-07 Thread Matt Barber
Hello, Please run "top" from the command-line as well to see how much CPU PD is really taking up. On our macbooks here, and also on our G4 powerbook, both PD vanilla and extended have been running at about 50% CPU just by loading the program, but that isn't shown in PD's load meter. We have had

Re: [PD] inlets, outlets, and dynamic patching

2008-05-07 Thread Matt Barber
On Wed, May 7, 2008 at 3:00 AM, IOhannes m zmoelnig <[EMAIL PROTECTED]> wrote: > Matt Barber wrote: > > > P.S. -- is [initbang] in vanilla? > > > > no, unfortunately it is not. > i am not sure why, though :-) > > > > > I don't find it in t

Re: [PD] inlets, outlets, and dynamic patching

2008-05-06 Thread Matt Barber
P.S. -- is [initbang] in vanilla? I don't find it in the windows version of 0.41-4 ... I will look at other platforms tomorrow. Thanks, Matt On Tue, May 6, 2008 at 12:18 PM, Claude Heiland-Allen <[EMAIL PROTECTED]> wrote: > Matt Barber wrote: > > > Hello, > >

[PD] recursively search directories for abstractions

2008-05-06 Thread Matt Barber
Hello again, Is there an object that gets PD to search directories for abstractions, without resetting the -path flags on startup? And is there any way to do so recursively? I create an abstraction, say [frac] which returns the fractional value of a float. I have an abstractions directory calle

Re: [PD] inlets, outlets, and dynamic patching

2008-05-06 Thread Matt Barber
it is obsolete -- is it likely to disappear? Thanks, Matt On Tue, May 6, 2008 at 11:34 AM, Claude Heiland-Allen <[EMAIL PROTECTED]> wrote: > [initbang] > [namecanvas] > > search pd-list / pd-dev for info, dunno if it exists yet. > > > Matt Barber wrote: > &

[PD] inlets, outlets, and dynamic patching

2008-05-06 Thread Matt Barber
Hello, Is it possible to send messages to (or within) a particular instance of an abstraction, in order to dynamically change the number of inlets and outlets, e.g.? If so, where do you send the message? If you send it to the name of the abstraction patch, it seems to change all instances. As a

[PD] inlet and inlet~

2008-05-06 Thread Matt Barber
Hello, Is there a way to make an abstraction that has one inlet that takes both signal and control messages (like osc~, e.g., or fiddle~ which gets audio and setting info, etc.)? It's part of the API for objects; it seems to me there ought to be a way to do this with abstractions as well. I'm en

Re: [PD] abstractions $ variable inconsistency

2008-05-04 Thread Matt Barber
Hello, Please note the most important place you need a $ inside a string is for dynamic patching within an abstraction, where you sometimes need to send messages to pd-$0_string . A work around for 0.39 and lower is something like the following: [loadbang] | [f $0] | [makefilename pd-%d_string]

Re: [PD] UI developer volunteering to help

2008-05-03 Thread Matt Barber
Hello, I would really be opposed to bendable patch cords, or especially the segmented patch cord style in Max/MSP. It seems to me these types of connections reinforce bad habits, as users are not encouraged to modularize, economize, etc. and they tend to lead to the most unreadable (and uneditabl

Re: [PD] I'm stuck in a corner, please help! RE: [delta~] object was: Re: Cyclone in vanilla?

2008-04-25 Thread Matt Barber
Hello, For [z~ 1] you can use [rzero_rev~ 0] -- its response is: y[n] = -a[n] * x[n] + x[n-1] setting the coefficient to 0 gets rid of the current input and leaves the one-sample delay. Thanks, Matt > Date: Fri, 25 Apr 2008 12:21:54 +0200 > From: IOhannes m zm?lnig <[EMAIL PROTECTED]> > S

Re: [PD] Cyclone in vanilla?

2008-04-23 Thread Matt Barber
n vanilla? > To: pd-list@iem.at > Message-ID: <[EMAIL PROTECTED]> > Content-Type: text/plain; charset=us-ascii > > I believe z~ is just rzero~ 0. > > cheers > Miller > > On Wed, Apr 23, 2008 at 11:24:34AM +0200, Frank Barknecht wrote: >

[PD] noise~ inlet, vcf~ outlets

2008-04-23 Thread Matt Barber
Hello, What does the inlet to noise~ do, and what are the differences between the vcf~ outlets? Thanks, Matt ___ PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] Cyclone in vanilla?

2008-04-23 Thread Matt Barber
+0200 > From: Frank Barknecht <[EMAIL PROTECTED]> > Subject: Re: [PD] Cyclone in vanilla? > To: pd-list@iem.at > Message-ID: <[EMAIL PROTECTED]> > Content-Type: text/plain; charset="us-ascii" > > Hallo, > Matt Barber hat gesagt: // Matt Barber wrote: &g

Re: [PD] Cyclone in vanilla?

2008-04-22 Thread Matt Barber
> Date: Tue, 22 Apr 2008 16:02:37 +0100 > From: Andy Farnell <[EMAIL PROTECTED]> > Subject: Re: [PD] Cyclone in vanilla? > To: pd-list@iem.at = > Right now my 'missing' list includes [z~], [abs~], [ln~], [log~], > [pow~], [tanh~], [cosh~] One might put [atan~] and [atan2~] on this

Re: [PD] audacity and PD problems with Jack

2008-04-13 Thread Matt Barber
If you do end up needing more gui sound editing capabilities, you might also try rezound. > Date: Sun, 13 Apr 2008 10:46:14 +0200 > From: altern <[EMAIL PROTECTED]> > Subject: [PD] audacity and PD problems with Jack > To: the PureData - mailinglist > Message-ID: <[EMAIL PROTECTED]> > Conten

<    1   2   3