[PD] smoothing control signals

Roman Haefeli reduzierer at yahoo.de
Tue Feb 12 14:33:13 CET 2008


sorry, forgot to attach the patch

roman

On Mon, 2008-02-11 at 11:41 +0100, Roman Haefeli wrote:
> On Fri, 2008-02-08 at 22:43 +0000, matthew venn wrote:
> 
> > I'm a beginner with PD, and I'm finding it useful and frustrating in
> > equal amounts!
> > 
> yo.. before you get too frustrated, ask the list first (as you did now).
> i'd assume that many people would be appreciative of your frustration
> and therefore are willing to help.
> 
> > Right now I'm looking at ways to smooth control signals. I wanted a
> > control version of [lop~]. I couldn't find anything in the docs,
> > archives or the wiki. In the end I made the attached abstraction using
> > [lop~] and [snapshot~]. I wonder if this is inefficient? Now all my
> > patches need to have 'compute audio' turned on.
> 
> yeah, this is a bit inefficient, because it is not really necessary to
> go into the audio domain. 
> > 
> > I'm sure I must have missed an obvious external or patch somewhere, as
> > it seems to me like quite a useful function.
> 
> definitely it is. some people mentioned [line], which is probably the
> most preferrable solution in the most cases. if you _really_ want to
> have the behaviour of a [lop~], then have a look at attached patch,
> which tries to imitate a [lop~] in the message-domain.
> 
> roman
> 
> 
> 
> 
> 
> 		
> ___________________________________________________________ 
> Telefonate ohne weitere Kosten vom PC zum PC: http://messenger.yahoo.de
> 
> 
> _______________________________________________
> PD-list at iem.at mailing list
> UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
-------------- next part --------------
#N canvas 786 176 448 298 10;
#X obj 88 118 * 0.1;
#X obj 88 141 +;
#X obj 122 141 * 0.9;
#X floatatom 196 209 5 0 0 0 - - -;
#X floatatom 192 44 5 0 0 0 - - -;
#X obj 88 95 f;
#X obj 88 4 loadbang;
#X obj 88 67 metro 100;
#X text 235 45 input;
#X floatatom 146 21 5 0 0 0 - - -;
#X text 187 21 samplingperiod;
#X text 239 208 output;
#X connect 0 0 1 0;
#X connect 1 0 2 0;
#X connect 1 0 3 0;
#X connect 2 0 1 1;
#X connect 4 0 5 1;
#X connect 5 0 0 0;
#X connect 6 0 7 0;
#X connect 7 0 5 0;
#X connect 9 0 7 1;


More information about the Pd-list mailing list