[maxmsp] Re: Output of an if statement
Bas van der Graaff
per at soon.com
Mon Jul 2 08:14:52 MDT 2007
- Previous message: [maxmsp] Output of an if statement
- Next message: [maxmsp] Re: Output of an if statement
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I got the same solution as ej's left one: #P window setfont "Sans Serif" 9.; #P window linecount 1; #P newex 451 505 27 196617 / 1.; #P flonum 451 545 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0; #P flonum 451 444 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0; #P message 601 442 21 196617 44.; #P newex 451 477 160 196617 if $f1 < $f2 then $f1 else out2 1.; #P connect 1 0 4 1; #P connect 1 0 0 1; #P connect 0 0 4 0; #P connect 2 0 0 0; #P connect 0 1 3 0; #P connect 4 0 3 0; #P window clipboard copycount 5; But that one on the right is a beauty! -- SmadSteck - http://www.smadsteck.nl Hard- and software for interactive audiovisual sampling
- Previous message: [maxmsp] Output of an if statement
- Next message: [maxmsp] Re: Output of an if statement
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
