Home | News | Products | Support | Download | Sales | library | Guests | Contact | WebCam | Links
CDS Logo LanBox-Talk mail archive
 

By date: Prev | Next | Index By thread: Prev | Next | Index

SubjectRe: [LCtalk] LCX/Vidvox Grid
FromMJ
DateWed, 07 Jun 2006 16:19:05 +0300


grid is made in max isn't it?
why use midi ?
just get the dmx data by udp  in your patch
and control your parameters

here a patch to get dmx data in two lists or one jit.matrix

-mj

max v2;
#N vpatcher 286 101 1528 863;
#P origin 49 0;
#P window setfont "Sans Serif" 9.;
#P comment 410 252 100 196617 second part of universe;
#P window linecount 1;
#P newex 340 263 65 196617 s mjdmxhigh;
#P newex 33 251 64 196617 s mjdmxlow;
#P user gswitch2 105 380 39 32 0 0;
#P user jit.pwindow 11 422 1172 100 0 1 0 0 1 0;
#P outlet 432 108 15 0;
#P newex 165 263 154 196617 jit.fill universein 0 @offset 257;
#P newex 8 299 142 196617 jit.fill universein 0 @offset 1;
#P newex 61 349 155 196617 jit.matrix universein 1 char 513;
#P newex 280 215 68 196617 lbuf 256 257;
#P newex 0 202 55 196617 lbuf 256 1;
#P message 0 30 85 196617 tellmeeverything;
#P newex 0 49 185 196617 otudp read 4777 nbufs 20 bufsize 1500;
#P message 17 86 34 196617 cancel;
#P newex 54 141 54 196617 route 201;
#P newex 0 116 65 196617 lcudp-unpack;
#P window linecount 2;
#P comment 121 140 109 196617 Select only announce (0xC9) messages;
#P comment 58 224 100 196617 first part of universe;
#P connect 6 0 5 0;
#P connect 5 0 2 0;
#P fasten 4 0 2 0 22 109 5 109;
#P connect 2 0 7 0;
#P connect 7 0 10 0;
#P connect 14 1 13 0;
#P fasten 3 1 4 0 103 164 115 164 115 78 22 78;
#P connect 7 0 15 0;
#P connect 2 1 7 1;
#P connect 2 3 3 0;
#P connect 11 0 9 0;
#P connect 10 0 9 0;
#P connect 9 0 14 1;
#P connect 8 0 11 0;
#P fasten 2 0 8 0 5 152 46 152 46 186 285 186;
#P fasten 2 1 8 1 23 181 304 181;
#P connect 8 0 16 0;
#P connect 5 0 12 0;
#P pop;


By date: Prev | Next | Index By thread: Prev | Next | Index