From f18d063d9312c95e25294e0777bc135ee9a3fd8a Mon Sep 17 00:00:00 2001 From: Thomas O Fredericks Date: Sun, 25 Oct 2009 00:39:13 +0000 Subject: Adding mtl svn path=/trunk/abstractions/mtl/; revision=12667 --- chordGuess-help.pd | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 chordGuess-help.pd (limited to 'chordGuess-help.pd') 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; -- cgit v1.2.1