<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<p>To add to this, please update just the source files for the
externals, not the build scripts. Thank you.<br>
</p>
<br>
<div class="moz-cite-prefix">On 5/27/2016 8:40 AM, Ivica Bukvic
wrote:<br>
</div>
<blockquote
cite="mid:CAJrgGbanngNS6SW3_cVJvNJO5ifv7CGcidRHD95mD52ynBjWfw@mail.gmail.com"
type="cite">
<p dir="ltr">Can you please update the pd-l2ork cyclone repo I
created for you? As soon as you do, the changes will be
automatically integrated in the next build. Thank you.</p>
<p dir="ltr">-- <br>
Ivica Ico Bukvic, D.M.A.<br>
Associate Professor<br>
Computer Music<br>
ICAT Senior Fellow<br>
Director -- DISIS, L2Ork<br>
Virginia Tech<br>
School of Performing Arts – 0141<br>
Blacksburg, VA 24061<br>
(540) 231-6139<br>
<a moz-do-not-send="true" href="mailto:ico@vt.edu">ico@vt.edu</a><br>
<a moz-do-not-send="true"
href="http://www.performingarts.vt.edu">www.performingarts.vt.edu</a><br>
<a moz-do-not-send="true" href="http://disis.icat.vt.edu">disis.icat.vt.edu</a><br>
<a moz-do-not-send="true" href="http://l2ork.icat.vt.edu">l2ork.icat.vt.edu</a><br>
<a moz-do-not-send="true" href="http://ico.bukvic.net">ico.bukvic.net</a></p>
<div class="gmail_quote">On May 26, 2016 19:47, "Alexandre Torres
Porres" <<a moz-do-not-send="true"
href="mailto:porres@gmail.com">porres@gmail.com</a>> wrote:<br
type="attribution">
<blockquote class="gmail_quote" style="margin:0 0 0
.8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr">ok, lets set up a deadline or a target release
for me to update the cyclone objects to our current work,
there has been numerous fixes, updates and new objects
included.
<div><br>
</div>
<div><a moz-do-not-send="true"
href="https://github.com/porres/pd-cyclone/wiki/changelog"
target="_blank">https://github.com/porres/pd-cyclone/wiki/changelog</a><br>
</div>
<div><br>
</div>
<div>only thing holding back now is updating the help files
to the current state of objects, nothing I couldn't do in
reasonable timing<br>
</div>
<div><br>
</div>
<div>cheers</div>
</div>
<div class="gmail_extra"><br>
<div class="gmail_quote">2016-05-26 17:45 GMT-03:00 Ivica
Bukvic <span dir="ltr"><<a moz-do-not-send="true"
href="mailto:ico@vt.edu" target="_blank">ico@vt.edu</a>></span>:<br>
<blockquote class="gmail_quote" style="margin:0 0 0
.8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr">OK, new version is uploading now (git is
already updated). This should definitely address the
text problem. I still need to figure out what is wrong
with the array object. Can you please check that has
been fixed as well or send me a patch that induces a
crash? I do see still some extraneous errors both from
text and the array objects I will need to investigate.
Thank you.</div>
<div class="gmail_extra"><br>
<div class="gmail_quote">
<div>
<div>On Thu, May 26, 2016 at 8:31 AM, Albert Graef
<span dir="ltr"><<a moz-do-not-send="true"
href="mailto:aggraef@gmail.com"
target="_blank">aggraef@gmail.com</a>></span>
wrote:<br>
</div>
</div>
<blockquote class="gmail_quote" style="margin:0 0 0
.8ex;border-left:1px #ccc solid;padding-left:1ex">
<div>
<div>
<div dir="ltr">
<div class="gmail_extra">Hi Ico,<br>
<br>
</div>
<div class="gmail_extra"><span>
<div class="gmail_quote">On Thu, May 26,
2016 at 7:26 AM, Ivica Bukvic <span
dir="ltr"><<a
moz-do-not-send="true"
href="mailto:ico@vt.edu"
target="_blank"><a class="moz-txt-link-abbreviated" href="mailto:ico@vt.edu">ico@vt.edu</a></a>></span>
wrote:<br>
<blockquote class="gmail_quote"
style="margin:0px 0px 0px
0.8ex;border-left:1px solid
rgb(204,204,204);padding-left:1ex">
<div dir="ltr">New version
containing bunch of ports from
vanilla and fixes to the issues
reported by the users over the
past several weeks is now out and
I could really use some feedback
in terms of testing. New
features/fixes include:</div>
</blockquote>
</div>
<br>
</span>thanks for all the amazing new
stuff! :)<br>
<div class="gmail_extra"><br>
</div>
<div class="gmail_extra">I didn't do
exhaustive testing of the new and
updated features yet, but since you've
asked for feedback, here goes. All
testing done with latest revision
(4f92725) on Manjaro (Arch).<br>
<br>
</div>
<div class="gmail_extra">On the bright
side, 'sys_fopen' appears to work fine,
so ticket #34 can be closed.<br>
<br>
</div>
<div class="gmail_extra">'clone' also
appears to work fine, AFAICT (only
played around a little with the help
patch).<br>
</div>
<div class="gmail_extra"><br>
</div>
<div class="gmail_extra">On the not so
bright side, I can get neither 'array'
nor 'text' to work. The corresponding
help patches just make pd-l2ork segfault
as soon as I try to open them. Even a
rather minimal test patch (bug.pd,
attached) makes pd-l2ork segfault. I've
also attached a gdb backtrace from
'array' (pd-l2org-bt.txt) so that you
can try to make sense of this ('text'
produces basically the same backtrace).
I should add that the same objects work
fine in vanilla for me, so it's probably
*not* an Arch- or cpu-specific issue.<br>
<br>
</div>
<div class="gmail_extra">The last thing is
from my personal wishlist. While you're
at it, could 'menu_openfile' please be
added back to pd-l2ork? Suggested patch
to pd_menus_SHORT.tcl attached. I'm not
sure how many external writers are using
this, but I certainly do as it provides
a convenient way to open the programs
associated with Pure and Faust externals
in Pd. I'm currently applying this patch
in the Arch package, but it would be
nice to have this working again on
Debian/Ubuntu as well. Shouldn't do much
harm either since it's in its own
namespace. :-)<span><font
color="#888888"><br>
</font></span></div>
<span><font color="#888888">
<div class="gmail_extra"><br>
</div>
<div class="gmail_extra">Albert<br>
</div>
<br>
-- <br>
<div>
<div dir="ltr">Dr. Albert Gr"af<br>
Computer Music Research Group, JGU
Mainz, Germany<br>
Email: <a moz-do-not-send="true"
href="mailto:aggraef@gmail.com"
target="_blank">aggraef@gmail.com</a><br>
WWW: <a moz-do-not-send="true"
href="https://plus.google.com/+AlbertGraef" target="_blank">https://plus.google.com/+AlbertGraef</a></div>
</div>
</font></span></div>
</div>
<br>
</div>
</div>
<span>_______________________________________________<br>
L2Ork-dev mailing list<br>
<a moz-do-not-send="true"
href="mailto:L2Ork-dev@disis.music.vt.edu"
target="_blank">L2Ork-dev@disis.music.vt.edu</a><br>
<a moz-do-not-send="true"
href="http://disis.music.vt.edu/listinfo/l2ork-dev"
rel="noreferrer" target="_blank">http://disis.music.vt.edu/listinfo/l2ork-dev</a><br>
</span></blockquote>
</div>
<br>
</div>
<br>
_______________________________________________<br>
L2Ork-dev mailing list<br>
<a moz-do-not-send="true"
href="mailto:L2Ork-dev@disis.music.vt.edu"
target="_blank">L2Ork-dev@disis.music.vt.edu</a><br>
<a moz-do-not-send="true"
href="http://disis.music.vt.edu/listinfo/l2ork-dev"
rel="noreferrer" target="_blank">http://disis.music.vt.edu/listinfo/l2ork-dev</a><br>
</blockquote>
</div>
<br>
</div>
<br>
_______________________________________________<br>
L2Ork-dev mailing list<br>
<a moz-do-not-send="true"
href="mailto:L2Ork-dev@disis.music.vt.edu">L2Ork-dev@disis.music.vt.edu</a><br>
<a moz-do-not-send="true"
href="http://disis.music.vt.edu/listinfo/l2ork-dev"
rel="noreferrer" target="_blank">http://disis.music.vt.edu/listinfo/l2ork-dev</a><br>
</blockquote>
</div>
</blockquote>
<br>
</body>
</html>