~ubuntu-branches/ubuntu/saucy/pd-smlib/saucy

« back to all changes in this revision

Viewing changes to deltas-help.pd

  • Committer: Bazaar Package Importer
  • Author(s): Hans-Christoph Steiner
  • Date: 2010-11-10 15:17:58 UTC
  • Revision ID: james.westby@ubuntu.com-20101110151758-3acjf69kiudo3gh4
Tags: upstream-0.12.1
ImportĀ upstreamĀ versionĀ 0.12.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#N canvas 553 310 489 262 10;
 
2
#X text 390 239 j#|@2002;
 
3
#X obj 412 217 SMLib-help;
 
4
#X floatatom 14 74 5 0 0;
 
5
#X obj 12 165 print deltas;
 
6
#X floatatom 68 108 5 0 0;
 
7
#X floatatom 120 107 5 0 0;
 
8
#X obj 24 104 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1
 
9
-1;
 
10
#X obj 12 138 deltas 1 10 10;
 
11
#X obj 14 54 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1
 
12
-1;
 
13
#X text 9 4 deltas: generates vector with differences between last
 
14
input and past inputs;
 
15
#X text 9 186 x(i)-x(i-a);
 
16
#X text 9 200 x(i)-x(i-(a+1));
 
17
#X text 9 214 x(i)-x(i-(a+2));
 
18
#X text 9 240 x(i)-x(i-(b));
 
19
#X text 7 225 ...;
 
20
#X text 153 137 [deltas a b c];
 
21
#X text 120 86 b;
 
22
#X text 66 87 a;
 
23
#X text 152 183 requires b<=c;
 
24
#X text 152 167 c = buffer size;
 
25
#X text 35 50 x(i);
 
26
#X msg 79 57 clear;
 
27
#X connect 2 0 6 0;
 
28
#X connect 2 0 7 0;
 
29
#X connect 4 0 7 1;
 
30
#X connect 5 0 7 2;
 
31
#X connect 6 0 7 0;
 
32
#X connect 7 0 3 0;
 
33
#X connect 8 0 2 0;
 
34
#X connect 21 0 7 0;