<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii"><meta name=Generator content="Microsoft Word 14 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p
        {mso-style-priority:99;
        mso-margin-top-alt:auto;
        margin-right:0in;
        mso-margin-bottom-alt:auto;
        margin-left:0in;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
span.EmailStyle18
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri","sans-serif";}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=EN-US link=blue vlink=purple><div class=WordSection1><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>You should check out their SVN or GIT, and compile from the tarball. There is newer version than that available directly from the project page.<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p>&nbsp;</o:p></span></p><div style='border:none;border-left:solid blue 1.5pt;padding:0in 0in 0in 4.0pt'><div><div style='border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0in 0in 0in'><p class=MsoNormal><b><span style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'>From:</span></b><span style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'> pd-list-bounces@iem.at [mailto:pd-list-bounces@iem.at] <b>On Behalf Of </b>Esteban Viveros<br><b>Sent:</b> Friday, November 23, 2012 12:15 PM<br><b>To:</b> pd-list@iem.at<br><b>Subject:</b> Re: [PD] Freezes with Pd-Extended and Jack<o:p></o:p></span></p></div></div><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>Lorenzo,&nbsp;<o:p></o:p></p><div><p class=MsoNormal><o:p>&nbsp;</o:p></p></div><div><p class=MsoNormal>I tried to run Pd-Extended after and until run jack and I have the same problem.<o:p></o:p></p></div><div><p class=MsoNormal><o:p>&nbsp;</o:p></p></div><div><p class=MsoNormal>I forgot to say, I'm using Ubuntu 12.04 <u>64bits</u>&nbsp;..<o:p></o:p></p></div><div><p class=MsoNormal><o:p>&nbsp;</o:p></p></div><div><p class=MsoNormal>Ivica,<o:p></o:p></p></div><div><p class=MsoNormal><o:p>&nbsp;</o:p></p></div><div><p class=MsoNormal>About Jack, I have installed the most recent version... Jack2 1.9.8 .. I'm using the <a href="https://launchpad.net/~kxstudio-team/+archive/ppa">k</a><a href="https://launchpad.net/~kxstudio-team/+archive/ppa">xstudio ppa</a> and the <a href="https://launchpad.net/~dreamstudio/+archive/dreamstudio-stable">dream studio ppa</a>. I think in there we have the most recent and stable jackd versions...<o:p></o:p></p></div><div><p class=MsoNormal><o:p>&nbsp;</o:p></p></div><div><p class=MsoNormal>I can try contact with jack list yet.. &nbsp;Some suggestions?<o:p></o:p></p></div><div><p class=MsoNormal><o:p>&nbsp;</o:p></p><div><p class=MsoNormal><o:p>&nbsp;</o:p></p><div><p class=MsoNormal>2012/11/23 Ivica Bukvic &lt;<a href="mailto:ico@vt.edu" target="_blank">ico@vt.edu</a>&gt;<o:p></o:p></p><p>Starting jack after pd is fixed in pd-l2ork. Likewise, hanging after connection with jack is lost is fixed in pd-l2ork. Pd 0.43 also has a regression in its audio stack rewrite where reconnecting to jack fails and outputs a salvo of errors (at least this was the case with the one that ships with Ubuntu).<o:p></o:p></p><p>In respect to pd-l2ork and jack there is only one more lingering problem which is actually related to jackd that ships with Ubuntu 12.04. Namely, sometimes when jack is running and one somehow loses the soundcard (e.g. accidental disconnection of a usb soundcard) while jackd is running. Killing jackd process fixes this (since it is the one hanging and it never sends signal to pd-l2ork or any other client that the sound is gone so pd-L2ork waits on jackd). I was assured that this has been fixed if one compiles latest version of jackd from source but haven't tried yet if that indeed fixes it.<o:p></o:p></p><p>HTH<o:p></o:p></p><div><div><div><p class=MsoNormal>On Nov 23, 2012 5:01 AM, &quot;Lorenzo Sutton&quot; &lt;<a href="mailto:lorenzofsutton@gmail.com" target="_blank">lorenzofsutton@gmail.com</a>&gt; wrote:<o:p></o:p></p><p class=MsoNormal>On 21/11/12 23:35, Esteban Viveros wrote:<o:p></o:p></p><p class=MsoNormal>Hello,<br><br>I'm using pd-extended 0.43.4, installed via Hans-Cristoph Steiner ppa. I'm using this version because I can't install the stable version in Ubuntu 12.04.<br><br>The problem is, when I start pd with Jack in -rt mode or wherever mode, if I turn on dsp, they work well, but if I turn off, and try to turn on yet dsp, pd-extended freeze...<o:p></o:p></p><p class=MsoNormal style='margin-bottom:12.0pt'>Does this happen even if jack (through Qjackctl or whatever) was started *before you start Pd??<br><br>If so I guess it could be this bug:<br><br><a href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=3543466&amp;group_id=55736&amp;atid=478070" target="_blank">http://sourceforge.net/tracker/index.php?func=detail&amp;aid=3543466&amp;group_id=55736&amp;atid=478070</a><br><br>Indeed also turning DSP off when jack was auto-started by Pditselfscrews everything up.<br><br>The workaround in this case would be to always start jack *before* starting Pd, then everything seems to behave well.<br><br>Lorenzo.<o:p></o:p></p><p class=MsoNormal><br>Closing Qjackctl (after some time ubuntu can close that) pd-extended returns to work, and I can use on alsa directly sucessfull..<br><br>Someone knows where I can comunicate this bug to the developers? Is here the place?<o:p></o:p></p><p class=MsoNormal><br><br>_______________________________________________<br><a href="mailto:Pd-list@iem.at" target="_blank">Pd-list@iem.at</a> mailing list<br>UNSUBSCRIBE and account-management -&gt; <a href="http://lists.puredata.info/listinfo/pd-list" target="_blank">http://lists.puredata.info/listinfo/pd-list</a><o:p></o:p></p></div></div></div><p class=MsoNormal style='margin-bottom:12.0pt'><br>_______________________________________________<br><a href="mailto:Pd-list@iem.at">Pd-list@iem.at</a> mailing list<br>UNSUBSCRIBE and account-management -&gt; <a href="http://lists.puredata.info/listinfo/pd-list" target="_blank">http://lists.puredata.info/listinfo/pd-list</a><o:p></o:p></p></div><p class=MsoNormal><br><br clear=all><o:p></o:p></p><div><p class=MsoNormal><o:p>&nbsp;</o:p></p></div><p class=MsoNormal>-- <o:p></o:p></p><p>Esteban Viveros<o:p></o:p></p><p><span style='font-size:7.5pt;color:#666666'>(27) 8815 7170<br>(27) 3066 0359<br>(11) 95761 4125<br>(11) 2738 7868 </span><o:p></o:p></p><p><a href="http://soundcloud.com/estebanviveros" target="_blank"><span style='font-size:7.5pt;color:#3366FF'>www.bandpage.com/estebanviveros</span></a><o:p></o:p></p><p><span style='font-size:7.5pt;color:#3366FF'><a href="https://www.facebook.com/estebanviveros.art" target="_blank"><span style='color:#3366FF'>https://www.facebook.com/estebanviveros.art</span></a> </span><o:p></o:p></p><p><span style='font-size:7.5pt;color:#3366FF'><a href="http://www.papodecompositor-es.blogspot.com.br/" target="_blank"><span style='color:#3366FF'>http://www.papodecompositor-es.blogspot.com.br/</span></a> </span><o:p></o:p></p><p><a href="http://expurgacao.art.br/" target="_blank"><span style='font-size:7.5pt;color:#3366FF'>http://expurgacao.art.br/</span></a><o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p></div></div></div></div></body></html>