Re: [PD] Direct-from-disk audio with position, loop, varispeed

2013-10-08 Thread Jamie Bullock
On 2 Oct 2013, at 03:19, Thomas Grill g...@g.org wrote: There are compiled binaries for Windows and Mac in http://g.org/data/dev/ext/windows/pd/ and http://g.org/data/dev/ext/macos/pd/ Please let me know if they work for you. best, Thomas Thanks Thomas, this seems to do

[PD] declare and abstraction

2013-10-08 Thread Cyrille Henry
Hello, I'm trying to setup a project organised in folder like this : projet/ dir1/ abstraction1/ foo patch1.pd dir2/ abstraction2 bar patch2.pd patch.pd in

Re: [PD] Alternative to pdp_colorgrid?

2013-10-08 Thread Patrick Pagano
https://github.com/pd-l2ork/pd/tree/master/externals/pdvjtools -Original Message- From: bv3...@gmail.com [mailto:bv3...@gmail.com] On Behalf Of Antonio Roberts Sent: Saturday, September 28, 2013 6:33 AM To: Pagano, Patrick Cc: PD List Subject: Re: [PD] Alternative to pdp_colorgrid? I'm

Re: [PD] declare and abstraction

2013-10-08 Thread Frank Barknecht
Hi Cyrille, I struggled with that for a long time myself. Unless something changed in 0.44/0.45 the only really reliable solution I found was to *only* use [declare] in a *toplevel* file, and never in any abstraction. So for your layout I would only put a [declare] into patch.pd like: In

Re: [PD] Direct-from-disk audio with position, loop, varispeed

2013-10-08 Thread Thomas Grill
Hi Jamie, thanks for the effort! - would you mind sending me the binary? Please also let me know whether it works for your task. gr~~~ 2013/10/8 Jamie Bullock ja...@jamiebullock.com On 2 Oct 2013, at 03:19, Thomas Grill g...@g.org wrote: There are compiled binaries for Windows and Mac

Re: [PD] Alternative to pdp_colorgrid?

2013-10-08 Thread Antonio Roberts
I've had trouble compiling that. Does it only work with pd-l2ork? Le 8 oct. 2013 15:06, Patrick Pagano bigsw...@ufl.edu a écrit : https://github.com/pd-l2ork/pd/tree/master/externals/pdvjtools -Original Message- From: bv3...@gmail.com [mailto:bv3...@gmail.com] On Behalf Of Antonio

Re: [PD] Alternative to pdp_colorgrid?

2013-10-08 Thread Patrick Pagano
I have had trouble with it too, I’ll check my folder for a binary tonight and send it to ya pp From: bv3...@gmail.com [mailto:bv3...@gmail.com] On Behalf Of Antonio Roberts Sent: Tuesday, October 08, 2013 10:39 AM To: Patrick Pagano Cc: PD List; Pagano, Patrick Subject: RE: [PD]

Re: [PD] Direct-from-disk audio with position, loop, varispeed

2013-10-08 Thread Jamie Bullock
On 8 Oct 2013, at 15:37, Thomas Grill g...@g.org wrote: Hi Jamie, thanks for the effort! - would you mind sending me the binary? Please also let me know whether it works for your task. Hi, I've uploaded the binary here: http://d.pr/f/UkwJ We're using readanysf~ for now since there

Re: [PD] declare and abstraction

2013-10-08 Thread Cyrille Henry
hello, thanks, but i really want to be able to work on patch1 without having to open patch. c Le 08/10/2013 16:30, Frank Barknecht a écrit : Hi Cyrille, I struggled with that for a long time myself. Unless something changed in 0.44/0.45 the only really reliable solution I found was to

Re: [PD] declare and abstraction

2013-10-08 Thread Miller Puckette
There's a long-standing bug with putting declares in abstractions (they affect the way the _parent_ patch searches for patches, not the abstraction itself.) It's on my dolist to try to restore sanity to the situation somehow (compatibly) but I won't be able to do that anytime soon. So, yes, for

Re: [PD] Direct-from-disk audio with position, loop, varispeed

2013-10-08 Thread Jamie Bullock
On 8 Oct 2013, at 16:12, Jamie Bullock ja...@jamiebullock.com wrote: On 8 Oct 2013, at 15:37, Thomas Grill g...@g.org wrote: Hi Jamie, thanks for the effort! - would you mind sending me the binary? Please also let me know whether it works for your task. Hi, I've uploaded the

Re: [PD] Direct-from-disk audio with position, loop, varispeed

2013-10-08 Thread Thomas Grill
Hey, you are right, there should be a packaging, or integration into pd-extended - but actually, i am not currently maintaining my externals at all because of a serious lack of time. They just work (or they don't). I have tried for years, but no one seems interested in volunteering to package or

Re: [PD] Alternative to pdp_colorgrid?

2013-10-08 Thread Antonio Roberts
Is there a more permanent solution than that i.e. compilation instructions? btw, the colroGrid object from the mtl is an alright replacement https://github.com/patricksebastien/mtl On 8 October 2013 15:43, Patrick Pagano bigsw...@ufl.edu wrote: I have had trouble with it too, I’ll check my

Re: [PD] Alternative to pdp_colorgrid?

2013-10-08 Thread Patrick Pagano
Look for pdpvjtools -Original Message- From: bv3...@gmail.com [mailto:bv3...@gmail.com] On Behalf Of Antonio Roberts Sent: Saturday, September 28, 2013 6:33 AM To: Pagano, Patrick Cc: PD List Subject: Re: [PD] Alternative to pdp_colorgrid? I'm running pd-extended 0.43.4 on Ubuntu Linux

[PD] developer needed to port resonators~ to PD for ARM

2013-10-08 Thread Ali Momeni
hello friends, some of you may be aware of an old Max object named resonators~, from CNMAT: http://cnmat.berkeley.edu/patch/4019 i'm in search of a pd developer who's up for porting the object to pd. we have the source code and would like for it to run on ARM processors (i.e. RaspberryPi's,

[PD] Designing Audio Objects for Pd

2013-10-08 Thread Pagano, Patrick
Hello I am wondering if anyone on list has got Eric Lyon's book Designing Audio Objects for Max/msp and pd? I have never made any objects for pd but I would like to try to give it a shot. I would like to know if anyone would like to try to make a few objects from some sources that I got

Re: [PD] Designing Audio Objects for Pd

2013-10-08 Thread Brian Fay
I have a copy of the book checked out from the library. It's a really great intro to writing externals, although a solid understanding of C is really required to understand the book. The book unfortunately seems to be out of print, but I'd expect that Max/MSP would have some helpful documentation