Re: [PD] can [bp~] be obtained with biquad coefficients?

2014-04-08 Thread Bill Gribble
to see if you can extract some hints about how the filter is implemented. It may be quite easy to figure out the poles and zeros if the code is clear and/or documented. Good luck! Bill Gribble ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account

Re: [PD] GUI toolkits and custom GUIs WAS: Integra Live 1.5 released

2013-01-27 Thread Bill Gribble
things look as much like visual python as I can, so I would tend to use a similar syntax, but then again accessing scopes is not exactly like accessing object attributes. I will have to chew on it a while. Thanks, Bill Gribble On Sat, 2013-01-26 at 15:55 -0800, Jonathan Wilkes wrote

Re: [PD] GUI toolkits and custom GUIs WAS: Integra Live 1.5 released

2013-01-26 Thread Bill Gribble
of abstractions from this libdir (though the latter may be overkill). Yes, these are real use cases. I'm still trying to work out which ones are highest-value; you can't do either of these things in MFP right now. Thanks, Bill Gribble -Jonathan At the same time, references to names

Re: [PD] GUI toolkits and custom GUIs WAS: Integra Live 1.5 released

2013-01-25 Thread Bill Gribble
On Fri, 2013-01-25 at 15:21 -0800, Jonathan Wilkes wrote: From: Bill Gribble g...@billgribble.com I am working on a pd-clone intended to explore a lot of the topics in this thread. It's not fully baked yet -- the biggest working patch is a biquad filter designer with pole-zero and freq

Re: [PD] GUI toolkits and custom GUIs WAS: Integra Live 1.5 released

2013-01-25 Thread Bill Gribble
, references to names that can't be resolved in the local scope do bubble up, so you can have more global names if you need them. Thanks, Bill Gribble On Jan 25, 2013, at 21:27, Jonathan Wilkes jancs...@yahoo.com wrote: - Original Message - From: Bill Gribble g...@billgribble.com

Re: [PD] GUI toolkits and custom GUIs WAS: Integra Live 1.5 released

2013-01-21 Thread Bill Gribble
I am working on a pd-clone intended to explore a lot of the topics in this thread. It's not fully baked yet but I'm particularly excited about the approach to namespacing and scope management, which works a lot like Thanks, Bill Gribble On Jan 21, 2013, at 6:13, Lorenzo Sutton lorenzofsut

Re: [PD] GUI toolkits and custom GUIs WAS: Integra Live 1.5 released

2013-01-21 Thread Bill Gribble
/bgribble/mfp It's a bit premature to announce this code, but the discussion is hitting really close to a lot of the topics of my interest so I couldn't resist :) Thanks, Bill Gribble On Jan 21, 2013, at 6:13, Lorenzo Sutton lorenzofsut...@gmail.com wrote: On 19/01/13 20:20, Hans-Christoph

Re: [PD] IBM PureData

2012-11-08 Thread Bill Gribble
, Bill Gribble ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http

Re: [PD] Analog square wave?

2012-02-06 Thread Bill Gribble
is another person's gritty, trashy, beautiful dirt. Thanks, Bill Gribble ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

Re: [PD] expr alternative

2011-10-24 Thread Bill Gribble
on to say No every so often... Thanks, Bill Gribble The alternative is that they inherited a licence which they have no power or choice to amend. Secondly, when someone from your own community appeals to you to help them with a cool project, maybe even to help them make a buck or two, I

[PD] [OT] SSE/MMX tips?

2011-09-07 Thread Bill Gribble
) and a carry-in float to start. For example CI F0 F1 F2 F3 5 1 0 10 -5 Yields F0 F1 F2 F3 6 6 16 11 So far iteration on plain floats seems to be the best I can come up with, but HADDPS is tantalizingly close to what I want to do. Any hints? Thanks, Bill Gribble

Re: [PD] [OT] SSE/MMX tips?

2011-09-07 Thread Bill Gribble
Ah! Thanks. Apparently also called prefix sum. Thanks, Bill Gribble On Wed, 2011-09-07 at 16:21 +0100, Claude Heiland-Allen wrote: On 07/09/11 12:17, Bill Gribble wrote: The operation is integration. Try calling it 'scan' and you might end up with more productive searches, at least

Re: [PD] [OT] SSE/MMX tips?

2011-09-07 Thread Bill Gribble
benchmark and see! It's really just for fun anyway. Thanks, Bill Gribble On Sep 7, 2011, at 20:59, Mathieu Bouchard ma...@artengine.ca wrote: On Wed, 7 Sep 2011, Mathieu Bouchard wrote: On Wed, 7 Sep 2011, Bill Gribble wrote: So far iteration on plain floats seems to be the best I can

[PD] Work in progress

2010-06-15 Thread Bill Gribble
on keyboard shortcuts. Everything can be done without a mouse. When this gets a little more baked there will be public git, wiki, etc but it's just a toy yet... I just wanted to throw these screenshots out there. Thanks, Bill Gribble attachment: route-test.pngattachment

Re: [PD] pd-linux/irritating dialog box location

2008-12-02 Thread Bill Gribble
you are currently looking at. Hand raised, gnome/metacity. I am, in fact, irritated with confirmation dialogs of any kind, and for me losing the confirm-close dialog alone was worth the trouble of installing pd-extended. Bill Gribble ___ Pd-list

[PD] Peak envelope follower?

2008-11-30 Thread Bill Gribble
Is there a way within pd-extended to do the equivalent of [env~], but following peak value rather than RMS? I have pulled my hair out trying to implement this with patching but I have had no luck. Thanks, Bill Gribble ___ Pd-list@iem.at mailing

[PD] Hunting denormals?

2008-10-31 Thread Bill Gribble
might be popping up? I have looked for signal processing loops, and the only ones I create are around the delayline (feedback) and I suppose in the iir implementation of the lop~. Any help appreciated, Bill Gribble ___ Pd-list@iem.at mailing list

[PD] Testing for empty creation args?

2008-10-14 Thread Bill Gribble
. Is there a straightforward way to do that? Thanks, Bill Gribble ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

[PD] Interrupting a message loop?

2008-10-11 Thread Bill Gribble
Is there a way to stop an non-terminating message loop? The only way I know is to Ctrl-C Pd (under Linux), which is not very satisfactory. Thanks, Bill Gribble ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http