-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathConvert_FramesTimecode.pd
167 lines (167 loc) · 4.26 KB
/
Convert_FramesTimecode.pd
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
#N canvas 52 502 558 373 10;
#X floatatom 336 203 7 0 999999 0 - - -;
#X floatatom 336 296 5 0 0 0 - - -;
#X floatatom 403 296 5 0 0 0 - - -;
#X text 335 312 MINUTES;
#X text 401 313 SECONDS;
#X floatatom 468 296 5 0 0 0 - - -;
#X text 98 79 SECONDS;
#X text 161 79 FRAMES;
#X text 161 67 REMAINDER;
#X floatatom 37 185 7 0 0 0 - - -;
#X floatatom 100 98 5 0 59 0 - - -;
#X floatatom 162 98 5 0 29 0 - - -;
#X floatatom 37 98 5 0 999 0 - - -;
#X text 36 80 MINUTES;
#N canvas 776 208 394 300 Convert_MS2F 0;
#X obj 77 164 * 30;
#X obj 126 194 +;
#X obj 46 101 * 60;
#X obj 77 134 +;
#X obj 46 33 inlet;
#X obj 92 33 inlet;
#X obj 141 34 inlet;
#X obj 126 227 outlet;
#X obj 67 73 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1
-1;
#X text 35 16 MINUTES;
#X text 86 16 SECONDS;
#X text 139 16 REMAINDER FRAMES;
#X text 112 244 TOTAL FRAMES;
#X text 218 125 Input is M/S/F;
#X text 218 144 Output is frames;
#X text 208 106 ---------------------;
#X text 209 160 ---------------------;
#X connect 0 0 1 0;
#X connect 1 0 7 0;
#X connect 2 0 3 0;
#X connect 3 0 0 0;
#X connect 4 0 2 0;
#X connect 5 0 3 1;
#X connect 5 0 8 0;
#X connect 6 0 1 1;
#X connect 6 0 8 0;
#X connect 8 0 2 0;
#X restore 37 144 pd Convert_MS2F;
#N canvas 794 224 396 307 Convert_F2MS 0;
#X floatatom 86 126 5 0 0 0 - - -;
#X floatatom 188 127 5 0 0 0 - - -;
#X text 230 136 FRAMES;
#X text 230 124 REMAINDER;
#X obj 86 81 div 30;
#X obj 153 82 mod 30;
#X obj 86 212 div 60;
#X obj 134 212 mod 60;
#X text 122 123 TOTAL;
#X text 122 135 SECONDS;
#X obj 86 41 inlet;
#X obj 86 245 outlet;
#X obj 134 245 outlet;
#X obj 188 245 outlet;
#X text 67 20 TOTAL FRAMES;
#X text 82 264 MINUTES;
#X text 133 264 SECONDS;
#X text 186 276 FRAMES;
#X text 186 264 REMAINDER;
#X text 240 45 Input is frames;
#X text 240 64 Output is M/S/F;
#X text 225 27 ---------------------;
#X text 225 79 ---------------------;
#X connect 0 0 6 0;
#X connect 0 0 7 0;
#X connect 1 0 13 0;
#X connect 4 0 0 0;
#X connect 5 0 1 0;
#X connect 6 0 11 0;
#X connect 7 0 12 0;
#X connect 10 0 4 0;
#X connect 10 0 5 0;
#X restore 336 249 pd Convert_F2MS;
#X text 467 325 FRAMES;
#X text 467 313 REMAINDER;
#X text 37 214 FRAMES;
#X text 37 202 TOTAL;
#X text 390 202 FRAMES;
#X obj 336 73 bng 30 250 50 0 empty empty empty 17 7 0 10 -228856 -1
-1;
#X obj 459 73 bng 30 250 50 0 empty empty empty 17 7 0 10 -228856 -1
-1;
#X text 467 105 RESET;
#X obj 397 73 bng 30 250 50 0 empty empty empty 17 7 0 10 -228856 -1
-1;
#X text 343 105 +1000;
#X text 404 105 +10000;
#N canvas 845 193 365 323 JumpThousandFrames 0;
#X obj 57 133 f;
#X obj 93 133 + 1000;
#X obj 57 43 inlet;
#X obj 135 251 outlet;
#X msg 253 71 0;
#X obj 150 43 inlet;
#X obj 253 43 inlet;
#X obj 187 133 + 10000;
#X obj 150 133 f;
#X obj 135 224 f;
#X obj 135 194 +;
#X obj 135 167 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144
-1 -1;
#X obj 87 83 loadbang;
#X text 47 24 ADD 1000;
#X text 138 24 ADD 10000;
#X text 250 24 RESET;
#X text 118 268 TOTAL FRAMES;
#X connect 0 0 1 0;
#X connect 0 0 10 0;
#X connect 1 0 0 1;
#X connect 2 0 0 0;
#X connect 4 0 0 0;
#X connect 4 0 8 0;
#X connect 4 0 9 0;
#X connect 5 0 8 0;
#X connect 6 0 4 0;
#X connect 7 0 8 1;
#X connect 8 0 7 0;
#X connect 8 0 10 1;
#X connect 8 0 11 0;
#X connect 9 0 3 0;
#X connect 10 0 9 0;
#X connect 11 0 10 0;
#X connect 12 0 0 0;
#X connect 12 0 8 0;
#X restore 336 151 pd JumpThousandFrames;
#X text 7 351 thefulldomeblog.com;
#X text 251 37 30 FPS;
#X text 268 64 |;
#X text 268 79 |;
#X text 268 95 |;
#X text 268 110 |;
#X text 268 126 |;
#X text 268 141 |;
#X text 268 157 |;
#X text 268 172 |;
#X text 268 189 |;
#X text 268 204 |;
#X text 268 220 |;
#X text 268 235 |;
#X text 268 251 |;
#X text 268 283 |;
#X text 268 299 |;
#X text 268 266 |;
#X text 268 316 |;
#X text 268 334 |;
#X text 65 24 Timecode >>> Frames;
#X text 360 24 Frames >>> Timecode;
#X text 45 37 -------------------------;
#X text 341 37 -------------------------;
#X connect 0 0 15 0;
#X connect 10 0 14 1;
#X connect 11 0 14 2;
#X connect 12 0 14 0;
#X connect 14 0 9 0;
#X connect 15 0 1 0;
#X connect 15 1 2 0;
#X connect 15 2 5 0;
#X connect 21 0 27 0;
#X connect 22 0 27 2;
#X connect 24 0 27 1;
#X connect 27 0 0 0;