(I'm am answering to Pd list)

I attached a simple patch that shows how to use [line~]


Roman



On Sam, 2017-04-15 at 21:50 +0200, cristiano piatti wrote:
> Thank you very much...i forgot how to use the list and how to find
> that message.
> Could you please send me a patch...i' m trying but i miss
> something...
> Thanks a lot again.
> 
> 2017-04-15 20:56 GMT+02:00 Roman Haefeli <reduz...@gmail.com>:
> > 
> > On Sam, 2017-04-15 at 12:39 +0200, cristiano piatti wrote:
> > > 
> > > Good morning,
> > > could someone please make me a line usage example ?
> > > I need to linearize an incoming number to multiply audio signal
> > > from
> > > 0
> > > to 1 avoiding clicks.
> > Use [line~] instead of [line], if you want to avoid zipper noise.
> > 
> > Roman
> > _______________________________________________
> > Pd-dev mailing list
> > pd-...@lists.iem.at
> > https://lists.puredata.info/listinfo/pd-dev
> > 
#N canvas 1102 182 379 264 10;
#X obj 35 137 *~;
#X obj 35 177 dac~;
#X obj 34 42 osc~ 440;
#X obj 103 62 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0
1;
#X msg 103 82 \$1 1000;
#X obj 103 102 line~;
#X connect 0 0 1 0;
#X connect 0 0 1 1;
#X connect 2 0 0 0;
#X connect 3 0 4 0;
#X connect 4 0 5 0;
#X connect 5 0 0 1;

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list

Reply via email to