Hello,

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'm
assuming it would need to be recompiled, and I've never recompiled a single
library or object.

Or even point me to a existing tutorial? =)

Tyler

On Tue, Feb 1, 2011 at 12:44 PM, Jonathan Wilkes <jancs...@yahoo.com> wrote:

>
>
> --- On Tue, 2/1/11, Mathieu Bouchard <ma...@artengine.ca> wrote:
>
> > From: Mathieu Bouchard <ma...@artengine.ca>
> > Subject: Re: [PD] how can I clear [vd~]
> > To: "Ingo Scherzinger" <i...@miamiwave.com>
> > Cc: pd-list@iem.at
> > Date: Tuesday, February 1, 2011, 3:33 AM
> > On Tue, 1 Feb 2011, Ingo Scherzinger
> > wrote:
> >
> > > Is it possible to clear the content of [vd~]?
> >
> > You should ask your question like «Is it possible to clear
> > the content of [delwrite~] ?» because that's where the
> > sound is kept.
> >
> > [vd~] and [delread~] are just read-heads that don't keep a
> > copy of the sound.
> >
> > [delwrite~] doesn't seem to have a clear feature. This
> > could be added with a little bit of C code, but otherwise,
> > there is a workaround : you temporarily set all of your
> > read-heads to a blank portion of the buffer instead of where
> > they're supposed to be. Yes it's ugly, and no, it doesn't
> > always work. The clear feature would be a better idea.
>
> Would the following do the same thing as a "clear" message?
>
> [r del_period]
> |
> [delread~ foo]
> |
> |   [r clear]
> |   |
> |   [b]
> |   |\   [r del_period]
> |   |  \ |
> |   [0(  [del]
> |   |   /
> |   | [1(
> |   |/
> [*~ 1]
>
> >
> >
> > _______________________________________________________________________
> > | Mathieu Bouchard ---- tél: +1.514.383.3801 ----
> > Villeray, Montréal, QC
> >
> > -----Inline Attachment Follows-----
> >
> > _______________________________________________
> > Pd-list@iem.at
> > mailing list
> > UNSUBSCRIBE and account-management ->
> http://lists.puredata.info/listinfo/pd-list
> >
>
>
>
>
> _______________________________________________
> Pd-list@iem.at mailing list
> UNSUBSCRIBE and account-management ->
> http://lists.puredata.info/listinfo/pd-list
>
_______________________________________________
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list

Reply via email to