From f9840937daed163f51207ea856465da0c5389d88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juha=20Vehvil=C3=A4inen?= Date: Sun, 23 Jun 2002 17:44:29 +0000 Subject: This commit was generated by cvs2svn to compensate for changes in r20, which included commits to RCS files with non-trunk default branches. svn path=/trunk/abstractions/timestretch/; revision=21 --- envelope.pd | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 envelope.pd (limited to 'envelope.pd') diff --git a/envelope.pd b/envelope.pd new file mode 100644 index 0000000..1439a82 --- /dev/null +++ b/envelope.pd @@ -0,0 +1,34 @@ +#N canvas 0 0 671 443 12; +#X obj 81 68 -~ 0.5; +#X obj 83 276 clip~ -0.5 0.5; +#X obj 83 254 *~ 1; +#X obj 127 227 moses 1; +#X msg 96 227 1; +#X obj 83 301 cos~; +#X obj 81 93 wrap~; +#X obj 81 122 -~ 0.5; +#X obj 83 349 *~ -0.5; +#X obj 83 324 -~ 1; +#X floatatom 127 195 0 0 0; +#X text 135 65 subtracting 0.5 and wrapping produces a sawtooth wave +180 degrees out of phase from the original.; +#X text 130 116 as before we subtract 1/2 again to center the sawtooth +from -1/2 to 1/2.; +#X text 177 195 <-- sharpness (at least 1); +#X obj 81 42 inlet~; +#X obj 83 379 outlet~; +#X obj 127 173 inlet; +#X connect 0 0 6 0; +#X connect 1 0 5 0; +#X connect 2 0 1 0; +#X connect 3 0 4 0; +#X connect 3 1 2 1; +#X connect 4 0 2 1; +#X connect 5 0 9 0; +#X connect 6 0 7 0; +#X connect 7 0 2 0; +#X connect 8 0 15 0; +#X connect 9 0 8 0; +#X connect 10 0 3 0; +#X connect 14 0 0 0; +#X connect 16 0 10 0; -- cgit v1.2.1