Re: [PD] [pdconv16_r] Expanding abstractions & Compiling Vanilla Patches As Objects (Gen~?)

2016-11-01 Thread Pierre Guillot
Hi Alexandre, > I wonder if a thing like libpd could work as turning a vanilla patch into a > compiled object to be used inside pd... that'd be something like gen~ in > max/msp. Can you be more specific ? For the moment, I think it would be equivalent to use an abstraction or the object [pd~]

Re: [PD] Deken library management. Was: [pdconv16_r] Topics: Deken/Core Objects/Website/Community Involvement

2016-11-01 Thread Derek Kwan
> On 2016-10-31 13:11, Derek Kwan wrote: > > Thus, I'd propose: a list of keywords for the library (including object > > class names), version number, category (if applicable), author, and a > > short description. > > oh, you mean something like the "-objects.txt" file that you can upload >

Re: [PD] Deken library management. Was: [pdconv16_r] Topics: Deken/Core Objects/Website/Community Involvement

2016-11-01 Thread Derek Kwan
> > Deken as it is right now, you > > pretty much have to know the name of the library you want to install, > > and what it does/what it contains. As a new user, I'd find that pretty > > daunting. > > very good point! > > > Thus, I'd propose: a list of keywords for the library (including object

[PD] Purr Data Beta 3

2016-11-01 Thread Jonathan Wilkes via Pd-list
Purr Data Beta 3! This is the GUI port of Pd-l2ork from tcl/tk to nw.js.  Canvas zooming, svg-based data structure drawings, GUI theming, and more... A lot of this beta was devoted to getting an automated build system up and running. * fixed "stale pointer" bug when re-opening a subpatch on a

Re: [PD] [pdconv16_r] Expanding abstractions & Compiling Vanilla Patches As Objects (Gen~?)

2016-11-01 Thread Alexandre Torres Porres
2016-11-01 8:42 GMT-02:00 Pierre Guillot : > Hi Alexandre, > > > I wonder if a thing like libpd could work as turning a vanilla patch > into a > > compiled object to be used inside pd... that'd be something like gen~ in > > max/msp. > > Can you be more specific ? For the

Re: [PD] [pdconv16_r] Expanding abstractions & Compiling Vanilla Patches As Objects (Gen~?)

2016-11-01 Thread Alex Norman
Miller did seem open to a control outlet on the inlet~ object. This was when we were discussing the clone object and how you have to pass messages to the first control inlet, if you have one, instead of just the first inlet always, to control the cloning operations. More generally, it would be

[PD] PdParty official release

2016-11-01 Thread Dan Wilcox
Howdy all, After years of on and off work, I’m pleased to announce PdParty 1.0.2 is available for download on the iOS App Store: http://danomatika.com/code/pdparty Description PdParty is an open-source iOS application for running Pure Data patches on

Re: [PD] [pdconv16_r] Expanding abstractions & Compiling Vanilla Patches As Objects (Gen~?)

2016-11-01 Thread Alexandre Torres Porres
> More generally, it would be great if abstractions could do > anything a compiled object could do. Exactly ;) And again, let me add, there are things like the heavy compiler, https://enzienaudio.com where you can compile pd patches into optimized code how does that work? Wouldn't that be

Re: [PD] [pdconv16_r] Expanding abstractions & Compiling Vanilla Patches As Objects (Gen~?)

2016-11-01 Thread Joe White
Hah, yeah that's a great idea, although you might not want to look at the C source ;) On 1 November 2016 at 16:41, Andy Farnell wrote: > Its an idea I've long supported, for perhaps 10 years. > > But there are some subtle dangers to openness. > > Given the very small

Re: [PD] [pdconv16_r] Expanding abstractions & Compiling Vanilla Patches As Objects (Gen~?)

2016-11-01 Thread Pierre Guillot
@Alewandre Sorry, I just realize that I misunderstood the first mail. When you spoke about [inlet~], I thought about the inlets of the objects and not the inlets of the abstractions. My approach is for for externals so perhaps that should be another subject for the round table? It seems that

Re: [PD] [pdconv16_r] Expanding abstractions & Compiling Vanilla Patches As Objects (Gen~?)

2016-11-01 Thread Andy Farnell
Its an idea I've long supported, for perhaps 10 years. But there are some subtle dangers to openness. Given the very small size of Pd patch code in relation to even the simplest compiled external we might agree a principle, a standard, an unwritten law if you like that any pd abstraction

Re: [PD] PdParty official release

2016-11-01 Thread Andy Farnell
Hip Hip Hooray and massive props to all involved. This opens up the joys of Pd to a whole new generation. Andy On Tue, Nov 01, 2016 at 10:06:10AM -0600, Dan Wilcox wrote: > Howdy all, > > After years of on and off work, I’m pleased to announce PdParty 1.0.2 is > available for download on the

Re: [PD] PdParty official release

2016-11-01 Thread Julian Brooks
Yep, as above - great work Dan. Love the 'rc-patches' lib also, super-useful. May your inbox be hove-to with delightful spoils, Julian On 1 November 2016 at 16:29, Andy Farnell wrote: > Hip Hip Hooray and massive props to all involved. > > This opens up the joys