diff options
author | Thomas O Fredericks <mrtof@users.sourceforge.net> | 2009-10-25 00:39:13 +0000 |
---|---|---|
committer | Thomas O Fredericks <mrtof@users.sourceforge.net> | 2009-10-25 00:39:13 +0000 |
commit | f18d063d9312c95e25294e0777bc135ee9a3fd8a (patch) | |
tree | 54763b4c61f53c8ec696be54bc1c0e8d816c05aa /noteSplit-help.pd |
Adding mtlsvn2git-root
svn path=/trunk/abstractions/mtl/; revision=12667
Diffstat (limited to 'noteSplit-help.pd')
-rw-r--r-- | noteSplit-help.pd | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/noteSplit-help.pd b/noteSplit-help.pd new file mode 100644 index 0000000..89c7d41 --- /dev/null +++ b/noteSplit-help.pd @@ -0,0 +1,26 @@ +#N canvas 1247 160 438 404 10; +#X obj 194 96 print note_off; +#X obj 156 171 print note_on_vel; +#X obj 119 249 print note_on_pitch; +#X msg 119 27 73 127; +#X msg 168 27 54 0; +#X text 23 -17 tags: midi; +#X obj 119 274 cyclone/prepend set; +#X obj 156 194 cyclone/prepend set; +#X obj 194 117 cyclone/prepend set; +#X obj 119 69 mtl/noteSplit; +#X msg 156 219 127; +#X msg 119 299 73; +#X msg 194 142 0; +#X text 24 -33 Description: Splits note offs from a midi stream.; +#X connect 3 0 9 0; +#X connect 4 0 9 0; +#X connect 6 0 11 0; +#X connect 7 0 10 0; +#X connect 8 0 12 0; +#X connect 9 0 2 0; +#X connect 9 0 6 0; +#X connect 9 1 1 0; +#X connect 9 1 7 0; +#X connect 9 2 0 0; +#X connect 9 2 8 0; |