aboutsummaryrefslogtreecommitdiff
path: root/Patches/sameonce.pd
blob: 0d8d1f686ee1d79e68f7df7c3a77cead3a9243d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#N canvas 115 170 321 367 12;
#X obj 71 73 inlet;
#X obj 147 322 outlet;
#X obj 147 142 float;
#X msg 204 178 bang;
#X obj 71 200 moses 1;
#X obj 71 142 != -1;
#X text 8 6 pass float if different from previous;
#X connect 0 0 2 1;
#X connect 0 0 5 0;
#X connect 2 0 5 1;
#X connect 2 0 1 0;
#X connect 3 0 2 0;
#X connect 4 1 3 0;
#X connect 5 0 4 0;