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 listing on
> https://puredata.info/downloads/by-category/library does not seem
> current.
> ___
> Pd-list@lists.iem.at mailing list
> UNSUBSCRIBE and account-management ->
> https://lists.puredata.info/listinfo/pd-list
>
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


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 , but in my defense
> and untrained view, this distinction wasn't clear, as [noise~] just had an
> addition, and I've also seen additions in -x versions (bob~ for instance).
> It also felt to me that increasing the limits of [soundfiler] was an
> update, not a fix.
>
> But I get it now this wasn't probably good for 0.48-2...
>
> cheers
>
>
> 2018-08-07 11:28 GMT-03:00 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.
>>
>>
>> In short: No. That's an addition, so best left to the next minor version.
>>
>>
>> Then again, it's not up to me. :) But that's the general reasoning as to
>> why only smaller fixes are being integrated for 0.48-2 so far.
>>
>> 
>> Dan Wilcox
>> @danomatika 
>> danomatika.com
>> robotcowboy.com
>>
>>
>>
>>
>
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


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
addition, and I've also seen additions in -x versions (bob~ for instance).
It also felt to me that increasing the limits of [soundfiler] was an
update, not a fix.

But I get it now this wasn't probably good for 0.48-2...

cheers


2018-08-07 11:28 GMT-03:00 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.
>
>
> In short: No. That's an addition, so best left to the next minor version.
>
>
> Then again, it's not up to me. :) But that's the general reasoning as to
> why only smaller fixes are being integrated for 0.48-2 so far.
>
> 
> Dan Wilcox
> @danomatika 
> danomatika.com
> robotcowboy.com
>
>
>
>
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


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 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 minor version.



Then again, it's not up to me. :) But that's the general reasoning as to why 
only smaller fixes are being integrated for 0.48-2 so far.


Dan Wilcox
@danomatika 
danomatika.com 
robotcowboy.com 





___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list



___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


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.
> 
> In short: No. That's an addition, so best left to the next minor version.
> 

Then again, it's not up to me. :) But that's the general reasoning as to why 
only smaller fixes are being integrated for 0.48-2 so far.


Dan Wilcox
@danomatika 
danomatika.com 
robotcowboy.com 



___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


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 minor version.

Long form:

I would point out that in software development, bug fixe releases (ie 0.48-1 to 
0.48-2) generally only include bug fixes for regressions and bugs introduced in 
the latest minor version ie. 0.48. Minor versions introduce additions and 
changes (ie. 0.48 to 0.49) and major versions introduce major breaking API 
changes or some sort of "plateau" (ie 0.48 to 1.0).

It can get *very* confusing if you refer to a specific bug fix release version 
that introduces some sort of small or large change. The Pd compatibility modes 
are also only minor versions an don't refer to bugfixes versions.


Dan Wilcox
@danomatika 
danomatika.com 
robotcowboy.com 



___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


[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 -> 
https://lists.puredata.info/listinfo/pd-list


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 file.

Cheers
 Esteban


Em ter, 7 de ago de 2018 06:52, Matthias Geier 
escreveu:

> 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 (https://github.com/Phrogz/SLAXML)
> which I've just copied to the same directory.
>
> I was receiving my XML data from a network socket. If you want to read
> your data from an XML file, you'll have to add that functionality.
>
> I guess you could do a similar thing with Python, if you prefer that
> language.
>
> cheers,
> Matthias
>
> On Thu, Aug 2, 2018 at 12:21 AM, Esteban Viveros 
> wrote:
>
>> Thanks guys for your responses!!
>>
>> @Lucas Cordiviola, I found PDcontainer in deken for mac win linux but not
>> for arm (I want to use a RPi for this project), anyway I tried but could
>> not load the xml files with the [h_map] and [h_multimap].
>>
>> @Matt Davey, Pof seems cool, but it crashes pd anytime I tried to parse
>> the files using [pofxml].
>> the patch are like that:
>> [image: pof-issue.png]
>> and the xml sample can be downloaded here
>> .
>>
>> I tried other ways without success... If you want see pdpatchrepo tread
>> xml-parsing-in-pd
>> 
>>
>> I tried [text] object, but it truncated some data.. Values like 30003042
>> turn to 3.0003e+07 and pd freeze when I tried to load a 16mb xml file.
>>
>> Any advance are welcomed!!
>> Cheers
>>
>>
>> Em qua, 1 de ago de 2018 às 01:23, Matt Davey 
>> escreveu:
>>
>>> There is pofxml in the pof library.
>>>
>>> On Tue, 31 Jul 2018 at 22:25, Lucas Cordiviola 
>>> wrote:
>>>
 You can try with PDcontainer. It's up on Deken.

 Iirc it was for XML.


 --

 Mensaje telepatico asistido por maquinas.

 On 7/31/2018 12:32 PM, Esteban Viveros wrote:

 Hi! I'm looking for a solution for XML parsing. I found jasch_lib
 [detox] but it crashes pd in OSx and don't have RPi binary disponible in
 deken. I tried [jasch_lib/detox] in purr data and it still crash.

 My goal is to recognize some identifiers and make it disponible in
 some matrix or vector for sonification purposes.

 There are other external or vanilla way can it be done?

 Cheers
 --

 www.estebanviveros.com


 N �n�r)em�h�yhiם�w^��


 ___
 Pd-list@lists.iem.at mailing list
 UNSUBSCRIBE and account-management ->
 https://lists.puredata.info/listinfo/pd-list

>>> --
>>
>> www.estebanviveros.com
>>
>> ___
>> Pd-list@lists.iem.at mailing list
>> UNSUBSCRIBE and account-management ->
>> https://lists.puredata.info/listinfo/pd-list
>>
>>
> --

www.estebanviveros.com
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


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 (https://github.com/Phrogz/SLAXML)
which I've just copied to the same directory.

I was receiving my XML data from a network socket. If you want to read your
data from an XML file, you'll have to add that functionality.

I guess you could do a similar thing with Python, if you prefer that
language.

cheers,
Matthias

On Thu, Aug 2, 2018 at 12:21 AM, Esteban Viveros 
wrote:

> Thanks guys for your responses!!
>
> @Lucas Cordiviola, I found PDcontainer in deken for mac win linux but not
> for arm (I want to use a RPi for this project), anyway I tried but could
> not load the xml files with the [h_map] and [h_multimap].
>
> @Matt Davey, Pof seems cool, but it crashes pd anytime I tried to parse
> the files using [pofxml].
> the patch are like that:
> [image: pof-issue.png]
> and the xml sample can be downloaded here
> .
>
> I tried other ways without success... If you want see pdpatchrepo tread
> xml-parsing-in-pd
> 
>
> I tried [text] object, but it truncated some data.. Values like 30003042
> turn to 3.0003e+07 and pd freeze when I tried to load a 16mb xml file.
>
> Any advance are welcomed!!
> Cheers
>
>
> Em qua, 1 de ago de 2018 às 01:23, Matt Davey 
> escreveu:
>
>> There is pofxml in the pof library.
>>
>> On Tue, 31 Jul 2018 at 22:25, Lucas Cordiviola 
>> wrote:
>>
>>> You can try with PDcontainer. It's up on Deken.
>>>
>>> Iirc it was for XML.
>>>
>>>
>>> --
>>>
>>> Mensaje telepatico asistido por maquinas.
>>>
>>> On 7/31/2018 12:32 PM, Esteban Viveros wrote:
>>>
>>> Hi! I'm looking for a solution for XML parsing. I found jasch_lib
>>> [detox] but it crashes pd in OSx and don't have RPi binary disponible in
>>> deken. I tried [jasch_lib/detox] in purr data and it still crash.
>>>
>>> My goal is to recognize some identifiers and make it disponible in some
>>> matrix or vector for sonification purposes.
>>>
>>> There are other external or vanilla way can it be done?
>>>
>>> Cheers
>>> --
>>>
>>> www.estebanviveros.com
>>>
>>>
>>> N �n�r)em�h�yhiם�w^��
>>>
>>>
>>> ___
>>> Pd-list@lists.iem.at mailing list
>>> UNSUBSCRIBE and account-management -> https://lists.puredata.info/
>>> listinfo/pd-list
>>>
>> --
>
> www.estebanviveros.com
>
> ___
> Pd-list@lists.iem.at mailing list
> UNSUBSCRIBE and account-management -> https://lists.puredata.info/
> listinfo/pd-list
>
>
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list