[PD] pd book sprint

Alexandre Porres porres at gmail.com
Mon Mar 30 18:10:35 CEST 2009


On Mon, Mar 30, 2009 at 12:02 PM, Claude Heiland-Allen <
claudiusmaximus at goto10.org> wrote:
>
>
> [phasor~]                               [r~ shape]
> [expr~ if($v1<$v2,$v1/$v2,(1-$v1)/(1-$v2))]
>
>
I tried that, but it didnt actually worked, I just get actual sawtooths, and
no real triangles.


here is what I got.


[phasor~]

[expr~ (min($v1, 1 - $v1) * 4) -1]


this is explained step by step with boxes and commentaries for the non
matematicians (like me).


I tried to send the patch as text to this message, hope it works.


-------------------------



#N canvas 233 52 823 501 10;

#X obj 385 316 phasor~ 200;

#X obj 125 92 *~ -1;

#X obj 125 114 +~ 1;

#X obj 104 159 min~;

#X obj 385 337 expr~ (min($v1 \, 1 - $v1) * 4) - 1;

#X obj 145 333 tgl 15 0 empty empty empty 0 -6 0 10 -262144 -1 -1 0

1;

#X obj 130 352 *~;

#X obj 114 59 phasor~ 220;

#X obj 104 264 *~ 4;

#X obj 104 301 -~ 1;

#X obj 130 373 dac~;

#X text 163 102 Inverts to Ramp Down generator (1 - 0);

#X text 202 59 Ramp Generator (0 - 1);

#X text 139 159 compares ramp up and ramp down and passes the smaller

value.;

#X text 123 205 This creates a Triangle wave with DC offset and gain

from (0 - 0.5). Now we need to adjust the gaind and DC ofsset;

#X text 379 290 Expr Version;

#X text 136 264 Normalize values to (0 -2);

#X text 141 303 corrects DC Offset;

#X obj 409 383 tgl 15 0 empty empty empty 0 -6 0 10 -262144 -1 -1 0

1;

#X obj 394 402 *~;

#X obj 394 423 dac~;

#X connect 0 0 4 0;

#X connect 1 0 2 0;

#X connect 2 0 3 1;

#X connect 3 0 8 0;

#X connect 4 0 19 0;

#X connect 5 0 6 1;

#X connect 6 0 10 0;

#X connect 7 0 1 0;

#X connect 7 0 3 0;

#X connect 8 0 9 0;

#X connect 9 0 6 0;

#X connect 18 0 19 1;

#X connect 19 0 20 0;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20090330/a3214f3d/attachment.htm>


More information about the Pd-list mailing list