aboutsummaryrefslogtreecommitdiff
path: root/Patches/fs.info.pd
blob: 0eeb1e112da8bbdb4019d206b02e7565f1a6ce1c (plain)
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
30
31
32
33
#N canvas 19 200 713 421 12;
#X obj 49 37 inlet;
#X obj 46 348 outlet;
#X obj 256 114 symbol;
#X msg 256 142 info \$1;
#X obj 49 124 pack s s;
#X text 14 7 connection from fs.frame;
#X obj 49 219 fs_sender;
#X obj 181 344 outlet;
#X obj 324 340 outlet;
#X msg 49 190 \$2 \$1 \$2width \$2height \$2framecount \$2framerate
;
#X obj 499 339 outlet;
#X obj 256 69 symbol \$0I;
#X obj 46 283 r \$0Iwidth;
#X obj 181 283 r \$0Iheight;
#X obj 324 283 r \$0Iframecount;
#X obj 499 283 r \$0Iframerate;
#X obj 256 39 reset;
#X text 47 258 report frame width \, height \, video framecount and
framerate:;
#X connect 0 0 4 0;
#X connect 2 0 3 0;
#X connect 3 0 6 0;
#X connect 4 0 9 0;
#X connect 9 0 6 0;
#X connect 11 0 2 0;
#X connect 11 0 4 1;
#X connect 12 0 1 0;
#X connect 13 0 7 0;
#X connect 14 0 8 0;
#X connect 15 0 10 0;
#X connect 16 0 11 0;