Skip to content

Commit f723237

Browse files
committed
bring over [quantizedmode] from organelle
1 parent e024385 commit f723237

File tree

1 file changed

+20
-8
lines changed

1 file changed

+20
-8
lines changed

quantizedmode.pd

+20-8
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
#N canvas 163 196 1174 517 12;
1+
#N canvas 419 282 1174 517 12;
22
#X obj 49 78 inlet;
33
#X obj 323 182 mode \$1;
4-
#X obj 323 158 loadbang;
4+
#X obj 234 127 loadbang;
55
#X obj 49 126 t f f;
66
#X obj 81 150 / 12;
7-
#X floatatom 81 174 5 0 0 0 - - - 0;
7+
#X floatatom 81 174 5 0 0 0 - - -;
88
#X obj 81 288 i;
99
#X obj 81 312 * 12;
1010
#X obj 49 150 % 12;
@@ -22,11 +22,11 @@
2222
#X obj 284 349 - 1;
2323
#X obj 496 237 + 1;
2424
#X text 106 287 round toward zero;
25-
#X obj 164 87 loadbang;
26-
#X obj 164 111 f \$2;
27-
#X obj 164 135 % 12;
25+
#X obj 581 83 loadbang;
26+
#X obj 492 111 f \$2;
27+
#X obj 492 135 % 12;
2828
#X obj 49 102 -;
29-
#X obj 164 159 t f f;
29+
#X obj 492 159 t f f;
3030
#X obj 63 441 +;
3131
#X text 22 3 /// INITIALIZE WITH \$1 BEING A MODE AND \$2 BEING A ROOT
3232
\; /// NOTE IN MIDI. WILL QUANTTIZE THE INLET TO THE CORRECT \; ///
@@ -39,9 +39,15 @@ of 0 (same deal with all other +1 and -1 boxes in this patch);
3939
#X obj 620 239 + 1;
4040
#X obj 323 206 unpack f f f f f f f f f f f f, f 48;
4141
#X obj 650 239 + 1;
42+
#X obj 323 109 inlet;
43+
#X obj 323 158 symbol \$1;
44+
#X obj 492 87 inlet;
45+
#X floatatom 446 394 5 0 0 0 - - -;
46+
#X obj 430 122 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144
47+
-1 -1;
4248
#X connect 0 0 26 0;
4349
#X connect 1 0 35 0;
44-
#X connect 2 0 1 0;
50+
#X connect 2 0 38 0;
4551
#X connect 3 0 8 0;
4652
#X connect 3 1 4 0;
4753
#X connect 4 0 5 0;
@@ -60,6 +66,7 @@ of 0 (same deal with all other +1 and -1 boxes in this patch);
6066
#X connect 17 0 28 0;
6167
#X connect 19 1 20 0;
6268
#X connect 20 0 17 0;
69+
#X connect 20 0 40 0;
6370
#X connect 21 0 9 7;
6471
#X connect 23 0 24 0;
6572
#X connect 24 0 25 0;
@@ -85,3 +92,8 @@ of 0 (same deal with all other +1 and -1 boxes in this patch);
8592
#X connect 35 10 34 0;
8693
#X connect 35 11 36 0;
8794
#X connect 36 0 9 12;
95+
#X connect 37 0 41 0;
96+
#X connect 37 0 38 0;
97+
#X connect 38 0 1 0;
98+
#X connect 39 0 24 0;
99+
#X connect 41 0 9 17;

0 commit comments

Comments
 (0)