forked from macumbista/vectorsynthesis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvs-blanking.pd
29 lines (29 loc) · 824 Bytes
/
vs-blanking.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
#N canvas 524 23 770 640 10;
#X obj 219 398 outlet~ brightness;
#X obj 123 21 inlet~ Hrampmult;
#X obj 37 398 outlet~ X;
#X obj 127 398 outlet~ Y;
#X text 450 406 Derek Holzer;
#X text 450 455 [email protected];
#X obj 234 342 expr~ $v1 && $v2;
#X text 554 289 Vertical blanking;
#X text 457 313 Horizontal blanking;
#X obj 37 20 inlet~ Vramp;
#X obj 233 21 inlet~ brightness;
#X obj 219 374 *~;
#X text 450 430 Belgrade May 2018;
#X obj 327 288 expr~ ($v1>($v2+0))&($v1<(1-$v2));
#X obj 355 20 inlet~ Vthres;
#X obj 234 312 expr~ ($v1>($v2+0))&($v1<(1-$v2));
#X obj 448 19 inlet~ Hthres;
#X connect 1 0 3 0;
#X connect 1 0 15 0;
#X connect 6 0 11 1;
#X connect 9 0 2 0;
#X connect 9 0 13 0;
#X connect 10 0 11 0;
#X connect 11 0 0 0;
#X connect 13 0 6 1;
#X connect 14 0 13 1;
#X connect 15 0 6 0;
#X connect 16 0 15 1;