<span class="Apple-style-span" style="border-collapse:collapse;color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px"><div style="text-align:center"><span class="Apple-style-span" style="border-collapse:collapse;color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px">maybe you know this, but you can just use semicolons to control that.</span></div>
<div><span class="Apple-style-span" style="border-collapse:collapse;color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px"><br></span></div><div><span class="Apple-style-span" style="border-collapse:collapse;color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px">A</span></div>
<div><span class="Apple-style-span" style="border-collapse:collapse;color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px"><br></span></div><br>On Wed, Aug 01, 2012 at 09:16:23PM -0400, Ivica Ico Bukvic wrote:<br>
&gt; I guess the following questions is primarily for Miller and other<br>&gt; core Pd devs/contributors, past and current. How, hard would it be<br>&gt; to add support for &quot;\n&quot; inside comments (specifically), so that they<br>
&gt; can support multi-paragraph comments? Is this something that would<br>&gt; completely mess up the rest of the parser or is more or less<br>&gt; trivial? I spent a few minutes this afternoon studying code and am<br>&gt; not yet sure if this is something that may be too complicated to<br>
&gt; pull off quickly...<br>&gt;</span><br><br><div class="gmail_quote">2012/8/4  <span dir="ltr">&lt;<a href="mailto:pd-list-request@iem.at" target="_blank">pd-list-request@iem.at</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Send Pd-list mailing list submissions to<br>
        <a href="mailto:pd-list@iem.at">pd-list@iem.at</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="http://lists.puredata.info/listinfo/pd-list" target="_blank">http://lists.puredata.info/listinfo/pd-list</a><br>
or, via email, send a message with subject or body &#39;help&#39; to<br>
        <a href="mailto:pd-list-request@iem.at">pd-list-request@iem.at</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:pd-list-owner@iem.at">pd-list-owner@iem.at</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than &quot;Re: Contents of Pd-list digest...&quot;<br>
<br>
<br>
Today&#39;s Topics:<br>
<br>
   1. Need idea about Audio Mixing (sunny chaudhary)<br>
   2. Re: [PD-dev] Adding support for &quot;return&quot; inside comments<br>
      (Miller Puckette)<br>
   3. Re: [PD-dev] Adding support for &quot;return&quot; inside comments<br>
      (J Oliver)<br>
   4. Re: [PD-dev] Adding support for &quot;return&quot; inside comments<br>
      (Miller Puckette)<br>
   5. Re: [PD-dev]   Adding support for &quot;return&quot; inside comments<br>
      (Jonathan Wilkes)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Fri, 3 Aug 2012 18:23:08 +0530<br>
From: sunny chaudhary &lt;<a href="mailto:uniquesunny@gmail.com">uniquesunny@gmail.com</a>&gt;<br>
Subject: [PD] Need idea about Audio Mixing<br>
To: <a href="mailto:pd-list@iem.at">pd-list@iem.at</a><br>
Message-ID:<br>
        &lt;CAMjf6heB2pT=4wcNJ8h79nPURDWrZyZz5cMO=<a href="mailto:iCMdFLfDeXopg@mail.gmail.com">iCMdFLfDeXopg@mail.gmail.com</a>&gt;<br>
Content-Type: text/plain; charset=&quot;iso-8859-1&quot;<br>
<br>
Hi,<br>
<br>
I am new to this technology. I want to do some media processing on static<br>
file. I want to mix the recorded human voice with some music. The voice<br>
should time stretch and pitch stretch, pitch shift as per the music<br>
frequency. Totally want to merge sound with music. So when listening to the<br>
final output, it produces voice playing as per the flow of music.<br>
<br>
Any idea how to achieve this?<br>
Is this the right tool for achieving this?<br>
I need this functionality on urgent basis. We are ready to pay for the<br>
solution.<br>
<br>
Regards,<br>
Sunny<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: &lt;<a href="http://lists.puredata.info/pipermail/pd-list/attachments/20120803/8b296ee4/attachment.html" target="_blank">http://lists.puredata.info/pipermail/pd-list/attachments/20120803/8b296ee4/attachment.html</a>&gt;<br>

<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Fri, 3 Aug 2012 19:31:33 -0700<br>
From: Miller Puckette &lt;<a href="mailto:msp@ucsd.edu">msp@ucsd.edu</a>&gt;<br>
Subject: Re: [PD] [PD-dev] Adding support for &quot;return&quot; inside comments<br>
To: Ivica Ico Bukvic &lt;<a href="mailto:ico@vt.edu">ico@vt.edu</a>&gt;<br>
Cc: &quot;<a href="mailto:pd-list@iem.at">pd-list@iem.at</a>&quot; &lt;<a href="mailto:pd-list@iem.at">pd-list@iem.at</a>&gt;, <a href="mailto:pd-dev@iem.at">pd-dev@iem.at</a><br>
Message-ID: &lt;<a href="mailto:20120804023133.GF3869@stripe.ucsd.edu">20120804023133.GF3869@stripe.ucsd.edu</a>&gt;<br>
Content-Type: text/plain; charset=us-ascii<br>
<br>
Hi Ico -<br>
<br>
I gave that a bit of thought and concluded it would be best to do that<br>
as a separate object (because comments are highly integrated with<br>
messages/objects/atoms and changing on of them would reverberate everywhere).<br>
<br>
cheers<br>
Miller<br>
<br>
On Wed, Aug 01, 2012 at 09:16:23PM -0400, Ivica Ico Bukvic wrote:<br>
&gt; I guess the following questions is primarily for Miller and other<br>
&gt; core Pd devs/contributors, past and current. How, hard would it be<br>
&gt; to add support for &quot;\n&quot; inside comments (specifically), so that they<br>
&gt; can support multi-paragraph comments? Is this something that would<br>
&gt; completely mess up the rest of the parser or is more or less<br>
&gt; trivial? I spent a few minutes this afternoon studying code and am<br>
&gt; not yet sure if this is something that may be too complicated to<br>
&gt; pull off quickly...<br>
&gt;<br>
&gt; --<br>
&gt; Ivica Ico Bukvic, D.M.A<br>
&gt; Composition, Music Technology<br>
&gt; Director, DISIS Interactive Sound &amp; Intermedia Studio<br>
&gt; Director, L2Ork Linux Laptop Orchestra<br>
&gt; Head, ICAT IMPACT Studio<br>
&gt; Virginia Tech<br>
&gt; Department of Music<br>
&gt; Blacksburg, VA 24061-0240<br>
&gt; (540) 231-6139<br>
&gt; (540) 231-5034 (fax)<br>
&gt; <a href="http://disis.music.vt.edu" target="_blank">disis.music.vt.edu</a><br>
&gt; <a href="http://l2ork.music.vt.edu" target="_blank">l2ork.music.vt.edu</a><br>
&gt; <a href="http://ico.bukvic.net" target="_blank">ico.bukvic.net</a><br>
&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; Pd-dev mailing list<br>
&gt; <a href="mailto:Pd-dev@iem.at">Pd-dev@iem.at</a><br>
&gt; <a href="http://lists.puredata.info/listinfo/pd-dev" target="_blank">http://lists.puredata.info/listinfo/pd-dev</a><br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 3<br>
Date: Fri, 3 Aug 2012 21:43:46 -0500<br>
From: J Oliver &lt;<a href="mailto:jaime.oliver2@gmail.com">jaime.oliver2@gmail.com</a>&gt;<br>
Subject: Re: [PD] [PD-dev] Adding support for &quot;return&quot; inside comments<br>
To: Miller Puckette &lt;<a href="mailto:msp@ucsd.edu">msp@ucsd.edu</a>&gt;<br>
Cc: &quot;<a href="mailto:pd-list@iem.at">pd-list@iem.at</a>&quot; &lt;<a href="mailto:pd-list@iem.at">pd-list@iem.at</a>&gt;, <a href="mailto:pd-dev@iem.at">pd-dev@iem.at</a><br>
Message-ID: &lt;<a href="mailto:545CD928-ED1D-45F8-9930-FD1C978FD51B@gmail.com">545CD928-ED1D-45F8-9930-FD1C978FD51B@gmail.com</a>&gt;<br>
Content-Type: text/plain; charset=us-ascii<br>
<br>
Well how about if hitting ctrl+5 while writing a comment creates a new comment immediately below the one you are currently writing in, just like you do with ctrl+1and objects?<br>
<br>
J<br>
***************<br>
Jaime Oliver<br>
<a href="http://www.jaimeoliver.pe" target="_blank">www.jaimeoliver.pe</a><br>
<a href="mailto:jo2357@columbia.edu">jo2357@columbia.edu</a><br>
Columbia University<br>
<br>
<br>
<br>
<br>
<br>
<br>
On Aug 3, 2012, at 9:31 PM, Miller Puckette wrote:<br>
<br>
&gt; Hi Ico -<br>
&gt;<br>
&gt; I gave that a bit of thought and concluded it would be best to do that<br>
&gt; as a separate object (because comments are highly integrated with<br>
&gt; messages/objects/atoms and changing on of them would reverberate everywhere).<br>
&gt;<br>
&gt; cheers<br>
&gt; Miller<br>
&gt;<br>
&gt; On Wed, Aug 01, 2012 at 09:16:23PM -0400, Ivica Ico Bukvic wrote:<br>
&gt;&gt; I guess the following questions is primarily for Miller and other<br>
&gt;&gt; core Pd devs/contributors, past and current. How, hard would it be<br>
&gt;&gt; to add support for &quot;\n&quot; inside comments (specifically), so that they<br>
&gt;&gt; can support multi-paragraph comments? Is this something that would<br>
&gt;&gt; completely mess up the rest of the parser or is more or less<br>
&gt;&gt; trivial? I spent a few minutes this afternoon studying code and am<br>
&gt;&gt; not yet sure if this is something that may be too complicated to<br>
&gt;&gt; pull off quickly...<br>
&gt;&gt;<br>
&gt;&gt; --<br>
&gt;&gt; Ivica Ico Bukvic, D.M.A<br>
&gt;&gt; Composition, Music Technology<br>
&gt;&gt; Director, DISIS Interactive Sound &amp; Intermedia Studio<br>
&gt;&gt; Director, L2Ork Linux Laptop Orchestra<br>
&gt;&gt; Head, ICAT IMPACT Studio<br>
&gt;&gt; Virginia Tech<br>
&gt;&gt; Department of Music<br>
&gt;&gt; Blacksburg, VA 24061-0240<br>
&gt;&gt; (540) 231-6139<br>
&gt;&gt; (540) 231-5034 (fax)<br>
&gt;&gt; <a href="http://disis.music.vt.edu" target="_blank">disis.music.vt.edu</a><br>
&gt;&gt; <a href="http://l2ork.music.vt.edu" target="_blank">l2ork.music.vt.edu</a><br>
&gt;&gt; <a href="http://ico.bukvic.net" target="_blank">ico.bukvic.net</a><br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; Pd-dev mailing list<br>
&gt;&gt; <a href="mailto:Pd-dev@iem.at">Pd-dev@iem.at</a><br>
&gt;&gt; <a href="http://lists.puredata.info/listinfo/pd-dev" target="_blank">http://lists.puredata.info/listinfo/pd-dev</a><br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; <a href="mailto:Pd-list@iem.at">Pd-list@iem.at</a> mailing list<br>
&gt; UNSUBSCRIBE and account-management -&gt; <a href="http://lists.puredata.info/listinfo/pd-list" target="_blank">http://lists.puredata.info/listinfo/pd-list</a><br>
<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 4<br>
Date: Fri, 3 Aug 2012 20:29:10 -0700<br>
From: Miller Puckette &lt;<a href="mailto:msp@ucsd.edu">msp@ucsd.edu</a>&gt;<br>
Subject: Re: [PD] [PD-dev] Adding support for &quot;return&quot; inside comments<br>
To: J Oliver &lt;<a href="mailto:jaime.oliver2@gmail.com">jaime.oliver2@gmail.com</a>&gt;<br>
Cc: &quot;<a href="mailto:pd-list@iem.at">pd-list@iem.at</a>&quot; &lt;<a href="mailto:pd-list@iem.at">pd-list@iem.at</a>&gt;, <a href="mailto:pd-dev@iem.at">pd-dev@iem.at</a><br>
Message-ID: &lt;<a href="mailto:20120804032910.GK3869@stripe.ucsd.edu">20120804032910.GK3869@stripe.ucsd.edu</a>&gt;<br>
Content-Type: text/plain; charset=us-ascii<br>
<br>
That wouldn&#39;t be too hard (and I guess it would be more consistent that way).<br>
Meanwhile I&#39;ve got it on my list to make settable object widths for the<br>
next release.<br>
<br>
cheers<br>
M<br>
<br>
On Fri, Aug 03, 2012 at 09:43:46PM -0500, J Oliver wrote:<br>
&gt; Well how about if hitting ctrl+5 while writing a comment creates a new comment immediately below the one you are currently writing in, just like you do with ctrl+1and objects?<br>
&gt;<br>
&gt; J<br>
&gt; ***************<br>
&gt; Jaime Oliver<br>
&gt; <a href="http://www.jaimeoliver.pe" target="_blank">www.jaimeoliver.pe</a><br>
&gt; <a href="mailto:jo2357@columbia.edu">jo2357@columbia.edu</a><br>
&gt; Columbia University<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; On Aug 3, 2012, at 9:31 PM, Miller Puckette wrote:<br>
&gt;<br>
&gt; &gt; Hi Ico -<br>
&gt; &gt;<br>
&gt; &gt; I gave that a bit of thought and concluded it would be best to do that<br>
&gt; &gt; as a separate object (because comments are highly integrated with<br>
&gt; &gt; messages/objects/atoms and changing on of them would reverberate everywhere).<br>
&gt; &gt;<br>
&gt; &gt; cheers<br>
&gt; &gt; Miller<br>
&gt; &gt;<br>
&gt; &gt; On Wed, Aug 01, 2012 at 09:16:23PM -0400, Ivica Ico Bukvic wrote:<br>
&gt; &gt;&gt; I guess the following questions is primarily for Miller and other<br>
&gt; &gt;&gt; core Pd devs/contributors, past and current. How, hard would it be<br>
&gt; &gt;&gt; to add support for &quot;\n&quot; inside comments (specifically), so that they<br>
&gt; &gt;&gt; can support multi-paragraph comments? Is this something that would<br>
&gt; &gt;&gt; completely mess up the rest of the parser or is more or less<br>
&gt; &gt;&gt; trivial? I spent a few minutes this afternoon studying code and am<br>
&gt; &gt;&gt; not yet sure if this is something that may be too complicated to<br>
&gt; &gt;&gt; pull off quickly...<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; --<br>
&gt; &gt;&gt; Ivica Ico Bukvic, D.M.A<br>
&gt; &gt;&gt; Composition, Music Technology<br>
&gt; &gt;&gt; Director, DISIS Interactive Sound &amp; Intermedia Studio<br>
&gt; &gt;&gt; Director, L2Ork Linux Laptop Orchestra<br>
&gt; &gt;&gt; Head, ICAT IMPACT Studio<br>
&gt; &gt;&gt; Virginia Tech<br>
&gt; &gt;&gt; Department of Music<br>
&gt; &gt;&gt; Blacksburg, VA 24061-0240<br>
&gt; &gt;&gt; (540) 231-6139<br>
&gt; &gt;&gt; (540) 231-5034 (fax)<br>
&gt; &gt;&gt; <a href="http://disis.music.vt.edu" target="_blank">disis.music.vt.edu</a><br>
&gt; &gt;&gt; <a href="http://l2ork.music.vt.edu" target="_blank">l2ork.music.vt.edu</a><br>
&gt; &gt;&gt; <a href="http://ico.bukvic.net" target="_blank">ico.bukvic.net</a><br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; _______________________________________________<br>
&gt; &gt;&gt; Pd-dev mailing list<br>
&gt; &gt;&gt; <a href="mailto:Pd-dev@iem.at">Pd-dev@iem.at</a><br>
&gt; &gt;&gt; <a href="http://lists.puredata.info/listinfo/pd-dev" target="_blank">http://lists.puredata.info/listinfo/pd-dev</a><br>
&gt; &gt;<br>
&gt; &gt; _______________________________________________<br>
&gt; &gt; <a href="mailto:Pd-list@iem.at">Pd-list@iem.at</a> mailing list<br>
&gt; &gt; UNSUBSCRIBE and account-management -&gt; <a href="http://lists.puredata.info/listinfo/pd-list" target="_blank">http://lists.puredata.info/listinfo/pd-list</a><br>
&gt;<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 5<br>
Date: Fri, 3 Aug 2012 22:27:42 -0700 (PDT)<br>
From: Jonathan Wilkes &lt;<a href="mailto:jancsika@yahoo.com">jancsika@yahoo.com</a>&gt;<br>
Subject: Re: [PD] [PD-dev]   Adding support for &quot;return&quot; inside<br>
        comments<br>
To: Miller Puckette &lt;<a href="mailto:msp@ucsd.edu">msp@ucsd.edu</a>&gt;, Miller Puckette &lt;<a href="mailto:msp@ucsd.edu">msp@ucsd.edu</a>&gt;,     J<br>
        Oliver &lt;<a href="mailto:jaime.oliver2@gmail.com">jaime.oliver2@gmail.com</a>&gt;<br>
Cc: &quot;<a href="mailto:pd-list@iem.at">pd-list@iem.at</a>&quot; &lt;<a href="mailto:pd-list@iem.at">pd-list@iem.at</a>&gt;, &quot;<a href="mailto:pd-dev@iem.at">pd-dev@iem.at</a>&quot; &lt;<a href="mailto:pd-dev@iem.at">pd-dev@iem.at</a>&gt;<br>

Message-ID:<br>
        &lt;<a href="mailto:1344058062.13867.YahooMailNeo@web39402.mail.mud.yahoo.com">1344058062.13867.YahooMailNeo@web39402.mail.mud.yahoo.com</a>&gt;<br>
Content-Type: text/plain; charset=us-ascii<br>
<br>
<br>
<br>
<br>
<br>
----- Original Message -----<br>
&gt; From: Miller Puckette &lt;<a href="mailto:msp@ucsd.edu">msp@ucsd.edu</a>&gt;<br>
&gt; To: J Oliver &lt;<a href="mailto:jaime.oliver2@gmail.com">jaime.oliver2@gmail.com</a>&gt;<br>
&gt; Cc: &quot;<a href="mailto:pd-list@iem.at">pd-list@iem.at</a>&quot; &lt;<a href="mailto:pd-list@iem.at">pd-list@iem.at</a>&gt;; <a href="mailto:pd-dev@iem.at">pd-dev@iem.at</a>; Ivica Ico Bukvic &lt;<a href="mailto:ico@vt.edu">ico@vt.edu</a>&gt;<br>

&gt; Sent: Friday, August 3, 2012 11:29 PM<br>
&gt; Subject: Re: [PD-dev] [PD]  Adding support for &quot;return&quot; inside comments<br>
&gt;<br>
&gt;T hat wouldn&#39;t be too hard (and I guess it would be more consistent that<br>
&gt; way).<br>
&gt; Meanwhile I&#39;ve got it on my list to make settable object widths for the<br>
&gt; next release.<br>
&gt;<br>
&gt; cheers<br>
&gt; M<br>
&gt;<br>
&gt; On Fri, Aug 03, 2012 at 09:43:46PM -0500, J Oliver wrote:<br>
&gt;&gt;  Well how about if hitting ctrl+5 while writing a comment creates a new<br>
&gt; comment immediately below the one you are currently writing in, just like you do<br>
&gt; with ctrl+1and objects?<br>
&gt;&gt;<br>
&gt;&gt;  J<br>
&gt;&gt;  ***************<br>
&gt;&gt;  Jaime Oliver<br>
&gt;&gt;  <a href="http://www.jaimeoliver.pe" target="_blank">www.jaimeoliver.pe</a><br>
&gt;&gt;  <a href="mailto:jo2357@columbia.edu">jo2357@columbia.edu</a><br>
&gt;&gt;  Columbia University<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;  On Aug 3, 2012, at 9:31 PM, Miller Puckette wrote:<br>
&gt;&gt;<br>
&gt;&gt;  &gt; Hi Ico -<br>
&gt;&gt;  &gt;<br>
&gt;&gt;  &gt; I gave that a bit of thought and concluded it would be best to do that<br>
&gt;&gt;  &gt; as a separate object (because comments are highly integrated with<br>
&gt;&gt;  &gt; messages/objects/atoms and changing on of them would reverberate<br>
&gt; everywhere).<br>
&gt;&gt;  &gt;<br>
&gt;&gt;  &gt; cheers<br>
&gt;&gt;  &gt; Miller<br>
&gt;&gt;  &gt;<br>
&gt;&gt;  &gt; On Wed, Aug 01, 2012 at 09:16:23PM -0400, Ivica Ico Bukvic wrote:<br>
&gt;&gt;  &gt;&gt; I guess the following questions is primarily for Miller and other<br>
&gt;&gt;  &gt;&gt; core Pd devs/contributors, past and current. How, hard would it be<br>
&gt;&gt;  &gt;&gt; to add support for &quot;\n&quot; inside comments<br>
&gt; (specifically), so that they<br>
&gt;&gt;  &gt;&gt; can support multi-paragraph comments? Is this something that would<br>
&gt;&gt;  &gt;&gt; completely mess up the rest of the parser or is more or less<br>
&gt;&gt;  &gt;&gt; trivial? I spent a few minutes this afternoon studying code and am<br>
&gt;&gt;  &gt;&gt; not yet sure if this is something that may be too complicated to<br>
&gt;&gt;  &gt;&gt; pull off quickly...<br>
&gt;&gt;  &gt;&gt;<br>
&gt;&gt;  &gt;&gt; --<br>
&gt;&gt;  &gt;&gt; Ivica Ico Bukvic, D.M.A<br>
&gt;&gt;  &gt;&gt; Composition, Music Technology<br>
&gt;&gt;  &gt;&gt; Director, DISIS Interactive Sound &amp; Intermedia Studio<br>
&gt;&gt;  &gt;&gt; Director, L2Ork Linux Laptop Orchestra<br>
&gt;&gt;  &gt;&gt; Head, ICAT IMPACT Studio<br>
&gt;&gt;  &gt;&gt; Virginia Tech<br>
&gt;&gt;  &gt;&gt; Department of Music<br>
&gt;&gt;  &gt;&gt; Blacksburg, VA 24061-0240<br>
&gt;&gt;  &gt;&gt; (540) 231-6139<br>
&gt;&gt;  &gt;&gt; (540) 231-5034 (fax)<br>
&gt;&gt;  &gt;&gt; <a href="http://disis.music.vt.edu" target="_blank">disis.music.vt.edu</a><br>
&gt;&gt;  &gt;&gt; <a href="http://l2ork.music.vt.edu" target="_blank">l2ork.music.vt.edu</a><br>
&gt;&gt;  &gt;&gt; <a href="http://ico.bukvic.net" target="_blank">ico.bukvic.net</a><br>
&gt;&gt;  &gt;&gt;<br>
&gt;&gt;  &gt;&gt;<br>
&gt;&gt;  &gt;&gt; _______________________________________________<br>
&gt;&gt;  &gt;&gt; Pd-dev mailing list<br>
&gt;&gt;  &gt;&gt; <a href="mailto:Pd-dev@iem.at">Pd-dev@iem.at</a><br>
&gt;&gt;  &gt;&gt; <a href="http://lists.puredata.info/listinfo/pd-dev" target="_blank">http://lists.puredata.info/listinfo/pd-dev</a><br>
&gt;&gt;  &gt;<br>
&gt;&gt;  &gt; _______________________________________________<br>
&gt;&gt;  &gt; <a href="mailto:Pd-list@iem.at">Pd-list@iem.at</a> mailing list<br>
&gt;&gt;  &gt; UNSUBSCRIBE and account-management -&gt;<br>
&gt; <a href="http://lists.puredata.info/listinfo/pd-list" target="_blank">http://lists.puredata.info/listinfo/pd-list</a><br>
&gt;&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; Pd-dev mailing list<br>
&gt; <a href="mailto:Pd-dev@iem.at">Pd-dev@iem.at</a><br>
&gt; <a href="http://lists.puredata.info/listinfo/pd-dev" target="_blank">http://lists.puredata.info/listinfo/pd-dev</a><br>
&gt;<br>
<br>
<br>
<br>
------------------------------<br>
<br>
_______________________________________________<br>
Pd-list mailing list<br>
<a href="mailto:Pd-list@iem.at">Pd-list@iem.at</a><br>
to manage your subscription (including un-subscription) see<br>
<a href="http://lists.puredata.info/listinfo/pd-list" target="_blank">http://lists.puredata.info/listinfo/pd-list</a><br>
<br>
<br>
End of Pd-list Digest, Vol 89, Issue 6<br>
**************************************<br>
</blockquote></div><br>