XML Feeds

.

[maxmsp] Re: Syncronizing Lists?

volker böhm vboehm at gmx.ch
Sun Jun 24 03:11:55 MDT 2007


On 24 Jun 2007, at 04:33, Jason wrote:

>
> Thanks for the lpair suggestion, that was it!

why not use a simple solution like this?

#P window setfont "Sans Serif" 9.;
#P window linecount 1;
#P newex 349 131 27 196617 t i b;
#P newex 305 219 32 196617 print;
#P button 305 79 21 0;
#P newex 305 193 111 196617 sprintf %i 2 sample%i;
#P newex 366 155 58 196617 random 16;
#P newex 305 107 55 196617 uzi 16;
#P connect 5 0 2 0;
#P connect 1 0 2 1;
#P connect 2 0 4 0;
#P connect 5 1 1 0;
#P connect 0 2 5 0;
#P connect 3 0 0 0;
#P window clipboard copycount 6;

or like this:

#P window setfont "Sans Serif" 9.;
#P window linecount 1;
#P newex 66 152 74 196617 swap;
#P newex 66 207 32 196617 print;
#P button 66 67 21 0;
#P newex 66 181 111 196617 sprintf %i 2 sample%i;
#P newex 66 123 58 196617 random 16;
#P newex 66 95 75 196617 uzi 16;
#P connect 2 0 4 0;
#P connect 5 0 2 0;
#P connect 5 1 2 1;
#P connect 3 0 0 0;
#P connect 1 0 5 0;
#P connect 0 2 5 1;
#P connect 0 0 1 0;
#P window clipboard copycount 6;


More information about the maxmsp mailing list