Thursday 3 April 2008

This is the SEND patch

Copy the text in the Comment below, open max, choose File: New From Clipboard
then save the patch with a name like 'send lcc'

1 comment:

Thomas said...

max v2;
#N vpatcher 680 105 1124 623;
#P origin 0 39;
#P window setfont "Sans Serif" 9.;
#P window linecount 2;
#P comment 190 188 100 196617 <- this changes the range of notes;
#P window linecount 1;
#P newex 68 254 31 196617 + 50;
#P message 206 358 113 196617 host 255.255.255.255;
#P number 122 115 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P number 151 188 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P button 68 191 15 0;
#P newex 68 216 58 196617 random 20;
#P toggle 63 78 49 0;
#P newex 74 143 58 196617 metro 200;
#N counter 10;
#X flags 0 0;
#P newobj 68 163 66 196617 counter 10;
#P number 23 191 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P message 68 284 88 196617 input midinote \$1;
#P message 122 357 71 196617 host localhost;
#P newex 68 406 156 196617 udpsend 255.255.255.255 7400;
#P window linecount 3;
#P comment 53 40 100 196617 switch on the metronome to send data;
#P window linecount 2;
#P comment 163 115 100 196617 <- this changes the speed;
#P connect 6 0 5 0;
#P connect 7 0 6 0;
#P connect 6 0 10 0;
#P connect 10 0 9 0;
#P connect 9 0 14 0;
#P connect 14 0 4 0;
#P connect 13 0 2 0;
#P connect 4 0 2 0;
#P connect 3 0 2 0;
#P connect 8 0 7 0;
#P connect 11 0 9 1;
#P connect 12 0 7 1;
#P pop;