Hello,<div><br></div><div>Thank you for writing that up Mathieu, I was looking for that exact fix about 3 months ago. Could you or anybody else that wants to take up the issuse explain to me how to add that code to my current installation? I&#39;m assuming it would need to be recompiled, and I&#39;ve never recompiled a single library or object. </div>
<div><br></div><div>Or even point me to a existing tutorial? =)</div><div><br></div><div>Tyler<br><br><div class="gmail_quote">On Tue, Feb 1, 2011 at 12:44 PM, Jonathan Wilkes <span dir="ltr">&lt;<a href="mailto:jancsika@yahoo.com">jancsika@yahoo.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><br>
<br>
--- On Tue, 2/1/11, Mathieu Bouchard &lt;<a href="mailto:matju@artengine.ca">matju@artengine.ca</a>&gt; wrote:<br>
<br>
&gt; From: Mathieu Bouchard &lt;<a href="mailto:matju@artengine.ca">matju@artengine.ca</a>&gt;<br>
&gt; Subject: Re: [PD] how can I clear [vd~]<br>
&gt; To: &quot;Ingo Scherzinger&quot; &lt;<a href="mailto:ingo@miamiwave.com">ingo@miamiwave.com</a>&gt;<br>
<div class="im">&gt; Cc: <a href="mailto:pd-list@iem.at">pd-list@iem.at</a><br>
</div>&gt; Date: Tuesday, February 1, 2011, 3:33 AM<br>
<div class="im">&gt; On Tue, 1 Feb 2011, Ingo Scherzinger<br>
&gt; wrote:<br>
&gt;<br>
&gt; &gt; Is it possible to clear the content of [vd~]?<br>
&gt;<br>
&gt; You should ask your question like «Is it possible to clear<br>
&gt; the content of [delwrite~] ?» because that&#39;s where the<br>
&gt; sound is kept.<br>
&gt;<br>
&gt; [vd~] and [delread~] are just read-heads that don&#39;t keep a<br>
&gt; copy of the sound.<br>
&gt;<br>
&gt; [delwrite~] doesn&#39;t seem to have a clear feature. This<br>
&gt; could be added with a little bit of C code, but otherwise,<br>
&gt; there is a workaround : you temporarily set all of your<br>
&gt; read-heads to a blank portion of the buffer instead of where<br>
&gt; they&#39;re supposed to be. Yes it&#39;s ugly, and no, it doesn&#39;t<br>
&gt; always work. The clear feature would be a better idea.<br>
<br>
</div>Would the following do the same thing as a &quot;clear&quot; message?<br>
<br>
[r del_period]<br>
|<br>
[delread~ foo]<br>
|<br>
|   [r clear]<br>
|   |<br>
|   [b]<br>
|   |\   [r del_period]<br>
|   |  \ |<br>
|   [0(  [del]<br>
|   |   /<br>
|   | [1(<br>
|   |/<br>
[*~ 1]<br>
<div class="im"><br>
&gt;<br>
&gt;<br>
&gt; _______________________________________________________________________<br>
&gt; | Mathieu Bouchard ---- tél: +1.514.383.3801 ----<br>
&gt; Villeray, Montréal, QC<br>
&gt;<br>
</div>&gt; -----Inline Attachment Follows-----<br>
<div><div></div><div class="h5">&gt;<br>
&gt; _______________________________________________<br>
&gt; <a href="mailto:Pd-list@iem.at">Pd-list@iem.at</a><br>
&gt; 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>
&gt;<br>
<br>
<br>
<br>
<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><br>
</div></div></blockquote></div><br></div>