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
> And while we're on the soundfiler subject, sorry to
> bring/suggest another request, but this
> <https://github.com/pure-data/pure-data/pull/193 <https://github.com/pure-data/pure-data/pull/193>> 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 <http://twitter.com/danomatika>
danomatika.com <http://danomatika.com/>
robotcowboy.com <http://robotcowboy.com/>
I agree. Removing the prompt to add an external to the user paths makes sense in the context of [declare -path] searching user paths. Without this step, we're back to the problem of "I installed an external, but I can't load it, help." I know this prompt is loathed by some but it also keeps the amount of "help me" email down in the meantime until 0.49 includes the [declare] update.
> On Aug 6, 2018, at 9:34 AM, pd-list-request(a)lists.iem.at wrote:
>
> 2018-08-05 22:50 GMT-03:00 Alexandre Torres Porres <porres(a)gmail.com <mailto:porres@gmail.com>>:
>
>>
>> 1- There's a default change, now it doesn't prompt you no more if you want
>> to add externals to the path. I get it this is more than intentional and
>> would like to inquire why. Thinking in the mind set of a newbie and
>> newcomer, this might be handy to suggest. Advanced users who are annoyed
>> can edit it in the preferences. Anyway, that's just my two pennies on it.
>>
>
> I have a new consideration about this. Since Pd suggests the creation of a
> documents folder, and since declare isn't working for that option yet (and
> since miller is holding that fix for 0.49), it makes sense to me to keep
> prompting the user to add the folder to the search paths because that's
> what will help him best, as you'd actually need to include it in the search
> path if you were were to use Pd default's suggestions. Advanced users can
> still edit this for more complicated and different kind of setting.
--------
Dan Wilcox
@danomatika <http://twitter.com/danomatika>
danomatika.com <http://danomatika.com/>
robotcowboy.com <http://robotcowboy.com/>
This seems to be a common sticking point. Perhaps the GEM configure script should not *assume* FTGL is available by default?
> On Aug 6, 2018, at 7:31 PM, pd-list-request(a)lists.iem.at wrote:
>
> Date: Mon, 6 Aug 2018 19:21:10 +0200
> From: Jack <jack(a)rybn.org <mailto:jack@rybn.org>>
> To: pd-list(a)lists.iem.at <mailto:pd-list@lists.iem.at>
> Subject: Re: [PD] error compiling Gem on ubuntu 17.10
> Message-ID: <e4d0d784-61c6-91c4-69f5-f31c1fa1922c(a)rybn.org <mailto:e4d0d784-61c6-91c4-69f5-f31c1fa1922c@rybn.org>>
> Content-Type: text/plain; charset=utf-8
>
> Hello,
>
> you can try with (and solve later this issue). I don't if it will help... :
> $ ./configure --without-ftgl
> ++
>
> Jack
--------
Dan Wilcox
@danomatika <http://twitter.com/danomatika>
danomatika.com <http://danomatika.com/>
robotcowboy.com <http://robotcowboy.com/>
Dear list,
i try to compile on a freshly installed system Gem from
https://github.com/umlaeute/Gem
Hopefully this is the latest version what is available online.
Anyway after congigure I have this output:
used optional libraries:
font-rendering : FTGL
default font :
image-support
use ImageMagick : no
use QuickTime : no
use AVFoundation : no
use TIFF : no
use JPEG : no
moviefile-support
use PLUGINS : yes
use mpeg : no
use mpeg-3 : no
use QuickTime : no
use AVFoundation :
use aviplay : no
use gmerlin : no
capture-support
use PLUGINS : yes
use v4l : no
use v4l2 : no
use ieee1394 : no
use DV : no
use Unicap : yes
use Video-for-WinDOS : no
use QuickTime : no
use AVFoundation : no
Now run make ...
I wuld gladly have all the options especially for pix_video to have a
choice (the real aim is to have videoPYLON get wrked on this system)
but make stops at this point:
*TextBase.h:38:12: fatal error: FTFont.h: No such file or directory #
include "FTFont.h"*
^~~~~~~~~~
compilation terminated.
What do I miss?
installed Gem with aptitude together with puredata cannot even create any
Gem related objects.
Best,
Popesz
i probably found the solution, or better my mis-use of [append]:
instead of doing an [append] for every new array,
[append] is done once and the resulting pointer is 're-used' everytime.
rolf
Hi, now that pd 0.48-2 is about to come out with the new deken, I'm
checking it out and giving it a deeper look. I wasn't really using it
before. So, I have a few questions and considerastions.
1- There's a default change, now it doesn't prompt you no more if you want
to add externals to the path. I get it this is more than intentional and
would like to inquire why. Thinking in the mind set of a newbie and
newcomer, this might be handy to suggest. Advanced users who are annoyed
can edit it in the preferences. Anyway, that's just my two pennies on it.
2- The preferences tab seems overcomplicated and I can't understand a few
aspects of it. There is a "check" box which I don't know what it is
supposed to check, and that I cannot actually click on it and activate the
checking. Also, when asking "Install externals to directory:" I can select
the same directory (/Users/porres/Documents/Pd/externals, in my case) in
four different places, and I don't know why can't it be just one.
cheers
2018-08-05 1:21 GMT-03:00 Miller Puckette <msp(a)ucsd.edu>:
> To Pd-announce:
>
> Pd version 0.48-2test1 is available on http://msp.ucsd.edu/software.htm
> or (source only) via github: https://github.com/pure-data/pure-data
>
> This test version fixes a number of bugs in Pd 0.48-1.
>
> Source and 32-and 64-bit Mac and Windows versions are available; Mac/PPC
> and ARM versions should follow later.
>
> cheers
> Miller
>
> _______________________________________________
> Pd-announce mailing list
> Pd-announce(a)lists.iem.at
> https://lists.puredata.info/listinfo/pd-announce
> _______________________________________________
> Pd-list(a)lists.iem.at mailing list
> UNSUBSCRIBE and account-management -> https://lists.puredata.info/
> listinfo/pd-list
>