File: upp.delay~.pd

package info (click to toggle)
pd-upp 0.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 548 kB
  • sloc: makefile: 8
file content (29 lines) | stat: -rw-r--r-- 797 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#N canvas 0 22 356 217 10;
#N canvas 484 237 243 216 delwrite 0;
#X obj 47 32 inlet~;
#X obj 46 132 outlet~;
#X obj 47 67 delwrite~ \$0-delay 10;
#X connect 0 0 2 0;
#X restore 34 82 pd delwrite;
#N canvas 0 22 307 200 delread 0;
#X obj 70 37 inlet~;
#X obj 69 128 outlet~;
#X obj 187 36 inlet;
#X obj 69 97 delread~ \$0-delay;
#X connect 2 0 3 0;
#X connect 3 0 1 0;
#X restore 34 145 pd delread;
#X obj 34 46 inlet~;
#X obj 34 171 outlet~;
#X obj 162 45 inlet;
#X obj 162 88 upp.s2ms;
#X text 155 66 delay(samples);
#X text 33 18 grrrr.org \, 2012-2016;
#X text 108 143 delread is rounding (not truncating);
#X text 108 156 to sample times;
#X text 106 170 (no need to correct incoming values);
#X connect 0 0 1 0;
#X connect 1 0 3 0;
#X connect 2 0 0 0;
#X connect 4 0 5 0;
#X connect 5 0 1 1;