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

Re: [PD] XML parsing

2018-08-01 Thread Esteban Viveros
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

Re: [PD] XML parsing

2018-07-31 Thread Matt Davey
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

Re: [PD] XML parsing

2018-07-31 Thread Lucas Cordiviola
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