aboutsummaryrefslogtreecommitdiff
path: root/externals/gridflow/abstractions/interval_overlap.pd
blob: cf0525f07eb046f89c592ddd7dde15bbed591e85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#N canvas 599 0 574 300 10;
#X obj 25 165 outlet;
#X obj 25 51 inlet start1;
#X obj 142 51 inlet end1;
#X obj 259 51 inlet start2;
#X obj 377 51 inlet end2;
#X obj 25 90 expr ($f1>=$f3 && $f1<$f4) || ($f2>=$f3 && $f2<$f4);
#X text 20 19 There's some bug with the endpoints (see dd's proc overlap)
;
#X connect 1 0 5 0;
#X connect 2 0 5 1;
#X connect 3 0 5 2;
#X connect 4 0 5 3;
#X connect 5 0 0 0;