|
|
|
| StoreTags: Max/MSP, Live, patch
Viewed 2101 times. 5 people liked this blog. You can rate it below if you haven't already.
-->
Lately I've been struggling to find a satisfying set up for my live performances, both solos as mickey eats plastic shows. At the moment I'm trying to set everything around a 4 traks Live project with four return tracks, pluggos and some max for midi stuff. I wanted to save some presets of my sends set up in Live in order to recall just the sends value without changing project so i made a simple max patch in order to do this.
It has to be implemented so please do that if you want to.
____________________________________________
max v2;
#N vpatcher 613 45 747 192;
#P origin 271 35;
#P window setfont "Sans Serif" 9.;
#P window linecount 1;
#P newex 170 408 63 196617 pvar preset;
#P number 283 355 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P message 283 374 48 196617 depth $1;
#P newex 206 373 74 196617 prepend prefix;
#P button 93 351 15 0;
#P newex 93 321 60 196617 prepend set;
#P user dropfile -3 -16 152 159 0 fold;
#P newex 206 352 54 196617 route text;
#P user textedit 168 319 438 338 32896 3 9 "Macintosh HD:/Users/bluermutt/Desktop/I MAKE SOUND/blr_livetools/abl_sends_savings/";
#P message 129 374 73 196617 autopopulate 1;
#P message 8 93 35 196617 open;
#P newex -175 480 79 196617 pvar controller;
#P newex -87 490 92 196617 pvar midiout_port;
#P newex -129 72 86 196617 pvar midiin_port;
#P user ubumenu 8 49 88 196617 0 1 1 0;
#X add "AU DLS Synth 1";
#X add "from MaxMSP 1";
#X add "from MaxMSP 2";
#X add "ReWire 1";
#X prefix_set 0 0 <none> 0;
#X pattrmode 1;
#P objectname midiout_port;
#P newex -87 467 46 196617 midiinfo;
#P newex -129 12 48 196617 loadbang;
#P button -129 33 15 0;
#P user ubumenu 8 34 88 196617 0 1 1 0;
#X add "AU DLS Synth 1";
#X add "from MaxMSP 1";
#X add "from MaxMSP 2";
#X add "ReWire 1";
#X prefix_set 0 0 <none> 0;
#X pattrmode 1;
#P objectname midiin_port;
#P newex -129 51 46 196617 midiinfo;
#P user ubumenu 8 64 88 196617 0 1 1 0;
#X add all_clean;
#X add diagonal;
#X prefix_set 0 1 "Macintosh HD:/Users/bluermutt/Desktop/I MAKE SOUND/blr_livetools/abl_sends_savings/" 0;
#P objectname preset;
#P newex -22 282 68 196617 prepend read;
#P message -43 438 14 196617 2;
#P newex -45 413 48 196617 loadbang;
#P button -110 444 15 0;
#P message 42 79 35 196617 read;
#P message 42 93 35 196617 write;
#P message -109 388 33 196617 dump;
#N coll ;
#P newobj -158 411 53 196617 coll;
#P message -248 281 33 196617 clear;
#N coll yeah;
#P newobj -202 306 89 196617 coll yeah;
#P objectname coll_yeah;
#P button 8 79 15 0;
#P comment -122 255 53 196617 value;
#P number -152 255 26 9 0 0 32 3 0 0 0 255 255 255 222 222 222 0 0 0;
#P number -200 255 21 9 0 0 32 3 0 0 0 255 255 255 222 222 222 0 0 0;
#P number -199 446 25 9 0 0 32 3 0 0 0 255 255 255 222 222 222 0 0 0;
#P newex -200 227 58 196617 unpack 1 1;
#P newex -200 200 43 196617 route 2;
#P newex -200 177 37 196617 zl rev;
#P newex -200 152 124 196617 pack 1 1 1;
#P number -86 120 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P number -148 469 20 9 0 0 32 3 0 0 0 255 255 255 222 222 222 0 0 0;
#P number 22 79 21 9 0 0 32 3 0 0 0 255 255 255 222 222 222 0 0 0;
#P objectname controller;
#P newex -199 533 60 196617 ctlout b;
#P number -143 121 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P number -200 123 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P newex -200 91 125 196617 ctlin a;
#P window linecount 2;
#P comment 7 9 100 196617 everything happens on midichannel 2;
#P comment -256 247 53 196617 controller number;
#P connect 11 0 18 0;
#P hidden connect 22 0 18 0;
#P connect 19 0 18 0;
#P hidden connect 38 0 18 0;
#P connect 35 0 2 0;
#P connect 2 0 3 0;
#P connect 3 0 9 0;
#P connect 9 0 10 0;
#P connect 10 0 11 0;
#P connect 11 0 12 0;
#P connect 12 0 14 0;
#P connect 20 0 13 0;
#P hidden connect 17 0 13 0;
#P connect 13 0 5 0;
#P connect 36 0 5 0;
#P connect 20 1 37 0;
#P connect 37 0 5 1;
#P connect 27 0 20 0;
#P hidden connect 23 0 20 0;
#P connect 21 0 20 0;
#P connect 12 1 15 0;
#P hidden connect 7 0 5 2;
#P connect 26 0 7 0;
#P fasten 2 1 4 0 -138 111 -138 111;
#P fasten 4 0 9 1 -138 136 -138 136;
#P connect 32 0 31 0;
#P connect 31 0 29 0;
#P connect 29 0 35 0;
#P connect 20 2 24 0;
#P connect 24 0 21 0;
#P fasten 31 0 33 0 -124 466 -82 466;
#P connect 33 0 36 0;
#P connect 2 2 8 0;
#P connect 8 0 9 2;
#P connect 25 0 26 0;
#P hidden connect 28 1 27 0;
#P hidden fasten 42 0 43 0 2 343 155 343 155 317 98 317;
#P connect 43 0 44 0;
#P fasten 43 0 40 0 98 342 155 342 155 317 173 317;
#P fasten 44 0 40 0 98 405 145 405 145 358 173 358;
#P connect 46 0 48 0;
#P connect 45 0 48 0;
#P connect 39 0 48 0;
#P fasten 40 0 41 0 173 381 211 381;
#P connect 41 0 45 0;
#P connect 47 0 46 0;
#P pop;
________________________________________
Drag everywhere in the patch the folder where you intend to save the presets files. This will fill the menu. This is not the best explanation so please ask if it's not clear..
| |
Comments
12/01/06
+
PM |
QUOTE |
PERMALINK |
REPORT
Bluermutt
to midi learn the controller values to Live write the controller number in the white box and then bang.
03/11/08
+
PM |
QUOTE |
PERMALINK |
REPORT
cbit
ahh old thread! (i really like how you can copy paste max patches as text )
03/11/08
+
PM |
QUOTE |
PERMALINK |
REPORT
flies
cbit, pursuant to your previous question about number boxes, i thought you might be interested in a technical aspect of max, which is that the only information saved in a max patch is what's in that text. positions of knobs etc do not fall into this category.
03/11/08
+
PM |
QUOTE |
PERMALINK |
REPORT
cbit
Thanks, good to know. State generally gets saved in external text files right?
Register / login
|
^
EM411 is Copyright 2001-2008 EM411.com
All rights reserved. | Contact | RSS
|