aboutsummaryrefslogtreecommitdiff
path: root/chordGuess-help.pd
diff options
context:
space:
mode:
Diffstat (limited to 'chordGuess-help.pd')
-rw-r--r--chordGuess-help.pd27
1 files changed, 27 insertions, 0 deletions
diff --git a/chordGuess-help.pd b/chordGuess-help.pd
new file mode 100644
index 0000000..c4f3747
--- /dev/null
+++ b/chordGuess-help.pd
@@ -0,0 +1,27 @@
+#N canvas 359 54 555 376 10;
+#X obj 39 105 notein;
+#X obj 39 141 pack f f;
+#X obj 120 233 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1
+-1;
+#X text 137 231 clear notes that might be stuck on.;
+#X obj 39 277 route none;
+#X obj 39 305 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1
+-1;
+#X text 16 3 Description: Processes a stream of midi notes so that
+we only keep the notes that are currently on. Furthermore \, it rounds
+them all to the same octave so that we can use them as a chord in musical
+computations.;
+#X obj 116 105 mtl/piano 1;
+#X text 16 63 tags: midi;
+#X obj 39 252 mtl/chordGuess;
+#X obj 96 301 cyclone/prepend set;
+#X msg 96 326;
+#X connect 0 0 1 0;
+#X connect 0 1 1 1;
+#X connect 1 0 9 0;
+#X connect 2 0 9 1;
+#X connect 4 0 5 0;
+#X connect 4 1 10 0;
+#X connect 7 0 1 0;
+#X connect 9 0 4 0;
+#X connect 10 0 11 0;