Re: [PD] Noob question: is there a listing of available externals?

2018-08-07 Thread Brady Sharp
Not comprehensive, but lists many of the common ones found in Extended, and the libraries they are associated with. I keep it bookmarked. http://blazicek.net/list_of_pure_data_objects.html On Tue, Aug 7, 2018, 9:25 AM bbob wrote: > Is there a comprehensive list of puredata externals? The

Re: [PD] [PD-announce] pd version 0.48-2 test1 released

2018-08-07 Thread Alexandre Torres Porres
*and I appreciate your *explanation* 2018-08-07 18:29 GMT-03:00 Alexandre Torres Porres : > Thanks for the detailed/long answer, it's clearer now how things should > work. Sorry for being confused, it's true I recently fell by accident into > the software development world and I appreciate your

Re: [PD] [PD-announce] pd version 0.48-2 test1 released

2018-08-07 Thread Alexandre Torres Porres
Thanks for the detailed/long answer, it's clearer now how things should work. Sorry for being confused, it's true I recently fell by accident into the software development world and I appreciate your , but in my defense and untrained view, this distinction wasn't clear, as [noise~] just had an

Re: [PD] [PD-announce] pd version 0.48-2 test1 released

2018-08-07 Thread cyrille henry
this one was introduce with 0.48 and is an easy fix : https://github.com/pure-data/pure-data/issues/377 Le 07/08/2018 à 16:28, Dan Wilcox a écrit : On Aug 7, 2018, at 4:26 PM, Dan Wilcox mailto:danomat...@gmail.com>> wrote: And while we're on the soundfiler subject, sorry to bring/suggest

Re: [PD] [PD-announce] pd version 0.48-2 test1 released

2018-08-07 Thread Dan Wilcox
> On Aug 7, 2018, at 4:26 PM, Dan Wilcox wrote: > >> And while we're on the soundfiler subject, sorry to >> bring/suggest another request, but this >> > > would also be a nice >> update to it. >

Re: [PD] [PD-announce] pd version 0.48-2 test1 released

2018-08-07 Thread Dan Wilcox
> And while we're on the soundfiler subject, sorry to > bring/suggest another request, but this > > would also be a nice > update to it. In short: No. That's an addition, so best left to the next

[PD] Noob question: is there a listing of available externals?

2018-08-07 Thread bbob
Is there a comprehensive list of puredata externals? The listing on https://puredata.info/downloads/by-category/library does not seem current. ___ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management ->

Re: [PD] XML parsing

2018-08-07 Thread Esteban Viveros
Thanks @Matthias!!! I'm sorrounding a solution using python, but I'll study your suggestions. Make all work inside a pd patch is fine for me. I'll write here how these question has been solved in these case. At this time I assume pd vanilla objects can't handle big data in xml or json in one

Re: [PD] XML parsing

2018-08-07 Thread Matthias Geier
Hi Esteban. If pdlua works on your system and if you are willing to write a bit of Lua code, you can make your own custom parser. Here's an example where I have done that: https://github.com/SoundScapeRenderer/ssr/blob/master/pd/ssrclient.pd_lua This uses an existing Lua XML library