[maxmsp] Re: making a ramp between line starting values
Steve Adam
spectro7 at iinet.net.au
Wed Apr 16 09:04:15 MDT 2008
- Previous message: [maxmsp] Re: making a ramp between line starting values
- Next message: [maxmsp] buffer~
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
A simpler method again - it appears the int object is redundant in the earlier example - no start time required, just dest value (and time if needed). So third time lucky. And if the BB would not disable the editing my posts so quickly I would have cleaned up this mess that I have made. This is all clear evidence that I need to be asleep anyway...goodnight. #P window setfont "Sans Serif" 9.; #P window linecount 1; #P message 170 174 26 196617 500; #P message 147 174 20 196617 50; #P comment 150 156 41 196617 time; #P message 110 130 20 196617 63; #P message 90 130 14 196617 0; #P message 134 130 26 196617 127; #P newex 90 193 66 196617 pack 1 1000; #P slider 90 283 32 128 0 1; #P newex 90 240 40 196617 line; #P comment 100 113 41 196617 target; #P connect 1 0 2 0; #P connect 3 0 1 0; #P connect 8 0 3 1; #P connect 9 0 3 1; #P connect 5 0 3 0; #P fasten 4 0 3 0 139 166 95 166; #P fasten 6 0 3 0 115 166 95 166; #P window clipboard copycount 10;
- Previous message: [maxmsp] Re: making a ramp between line starting values
- Next message: [maxmsp] buffer~
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
