From da1f0065d07250b86b9a761b012987e4825f491f Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Mon, 28 Nov 2005 16:53:25 +0000 Subject: This commit was generated by cvs2svn to compensate for changes in r4068, which included commits to RCS files with non-trunk default branches. svn path=/trunk/externals/smlib/; revision=4069 --- help/deltas-help.pd | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 help/deltas-help.pd (limited to 'help/deltas-help.pd') diff --git a/help/deltas-help.pd b/help/deltas-help.pd new file mode 100644 index 0000000..9988a85 --- /dev/null +++ b/help/deltas-help.pd @@ -0,0 +1,34 @@ +#N canvas 553 310 489 262 12; +#X text 390 239 j#|@2002; +#X obj 412 217 SMLib; +#X floatatom 14 74 5 0 0; +#X obj 12 165 print deltas; +#X floatatom 68 108 5 0 0; +#X floatatom 120 107 5 0 0; +#X obj 24 104 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 +-1; +#X obj 12 138 deltas 1 10 10; +#X obj 14 54 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 +-1; +#X text 9 4 deltas: generates vector with differences between last +input and past inputs; +#X text 9 186 x(i)-x(i-a); +#X text 9 200 x(i)-x(i-(a+1)); +#X text 9 214 x(i)-x(i-(a+2)); +#X text 9 240 x(i)-x(i-(b)); +#X text 7 225 ...; +#X text 153 137 [deltas a b c]; +#X text 120 86 b; +#X text 66 87 a; +#X text 152 183 requires b<=c; +#X text 152 167 c = buffer size; +#X text 35 50 x(i); +#X msg 79 57 clear; +#X connect 2 0 6 0; +#X connect 2 0 7 0; +#X connect 4 0 7 1; +#X connect 5 0 7 2; +#X connect 6 0 7 0; +#X connect 7 0 3 0; +#X connect 8 0 2 0; +#X connect 21 0 7 0; -- cgit v1.2.1