XML Feeds

.

[maxmsp] Re: Audio signal summation and level meters?

Nick Inhofe nik at limemachine.com
Sat Mar 1 17:02:20 MST 2008


multiply all of your signals by 1 / # of signals. In your example, multiply by 1/8 or 0.125. Its easiest to just sum all of the signals with one *~ box- 


#P window setfont "Sans Serif" 9.;
#P window linecount 1;
#P comment 597 321 23 196617 bad;
#P user ezdac~ 340 252 384 285 0;
#P user meter~ 596 301 676 314 50 0 168 0 103 103 103 255 153 0 255 0 0 217 217 0 153 186 0 12 3 3 3 3;
#P newex 596 244 35 196617 *~ 1.;
#P flonum 113 245 89 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P user meter~ 84 301 164 314 50 0 168 0 103 103 103 255 153 0 255 0 0 217 217 0 153 186 0 12 3 3 3 3;
#P button 101 161 15 0;
#P newex 596 80 67 196617 cycle~ 1000;
#P newex 522 80 67 196617 cycle~ 1000;
#P newex 449 80 67 196617 cycle~ 1000;
#P newex 375 80 67 196617 cycle~ 1000;
#P newex 305 80 67 196617 cycle~ 1000;
#P newex 231 80 67 196617 cycle~ 1000;
#P newex 158 80 67 196617 cycle~ 1000;
#P newex 84 80 67 196617 cycle~ 1000;
#P newex 101 188 60 196617 loadmess 8;
#P newex 101 216 31 196617 !/ 1.;
#P newex 84 244 27 196617 *~;
#P comment 91 320 30 196617 good;
#P fasten 11 0 1 0 601 126 89 126;
#P fasten 11 0 15 0 601 170 601 170;
#P fasten 10 0 1 0 527 126 89 126;
#P fasten 10 0 15 0 527 126 601 126;
#P fasten 9 0 1 0 454 126 89 126;
#P fasten 9 0 15 0 454 126 601 126;
#P fasten 8 0 1 0 380 126 89 126;
#P fasten 8 0 15 0 380 126 601 126;
#P fasten 7 0 1 0 310 126 89 126;
#P fasten 7 0 15 0 310 126 601 126;
#P fasten 6 0 1 0 236 125 89 125;
#P fasten 6 0 15 0 236 126 601 126;
#P fasten 5 0 1 0 163 126 89 126;
#P fasten 5 0 15 0 163 126 601 126;
#P fasten 4 0 1 0 89 170 89 170;
#P fasten 4 0 15 0 89 126 601 126;
#P connect 2 0 1 1;
#P fasten 2 0 14 0 106 239 118 239;
#P connect 15 0 16 0;
#P connect 1 0 13 0;
#P connect 12 0 3 0;
#P connect 3 0 2 0;
#P window clipboard copycount 19;



More information about the maxmsp mailing list