Re: [maxmsp] 360° loop numbox
vade
doktorp at mac.com
Thu Nov 29 13:22:10 MST 2007
- Previous message: [maxmsp] 360° loop numbox
- Next message: [maxmsp] Re: 360° loop numbox
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
#P window setfont "Sans Serif" 9.; #P window linecount 1; #P newex 236 227 41 196617 sel 0 1; #P button 236 286 15 0; #P newex 207 103 48 196617 loadbang; #P message 207 125 88 196617 min 0. \, max 360.; #P flonum 184 172 35 9 0. 360. 3 3 0 0 0 221 221 221 222 222 222 0 0 0; #P newex 236 207 42 196617 >= 360; #P message 236 250 33 196617 set 0; #P connect 6 1 0 0; #P fasten 0 0 2 0 241 270 152 270 152 136 189 136; #P connect 0 0 5 0; #P connect 1 0 6 0; #P fasten 2 0 1 0 189 197 241 197; #P connect 4 0 3 0; #P fasten 3 0 2 0 212 156 189 156; #P window clipboard copycount 7; ? On Nov 29, 2007, at 3:05 PM, Derrick Giscloux wrote: > > Hi, > I'm searching for a way to loop numbox response to mouse click & > drag. Here's a possibility but the numbox hedge in when it reach the > max (360°). > Any idea ? > > > max v2; > #N vpatcher 211 86 811 486; > #P window setfont "Sans Serif" 9.; > #P window linecount 1; > #P newex 147 43 48 196617 loadbang; > #P message 147 65 88 196617 min 0. \, max 360.; > #P flonum 124 112 35 9 0. 360. 3 3 0 0 0 221 221 221 222 222 222 0 0 > 0; > #P newex 176 147 50 196617 sel 360.; > #P message 176 186 33 196617 set 0; > #P connect 3 0 2 0; > #P fasten 0 0 2 0 57 166 98 93 136 93 136 98; > #P connect 4 0 3 0; > #P connect 2 0 1 0; > #P connect 1 0 0 0; > #P pop; > > _______________________________________________ > maxmsp mailing list > maxmsp at cycling74.com > http://www.cycling74.com/mailman/listinfo/maxmsp
- Previous message: [maxmsp] 360° loop numbox
- Next message: [maxmsp] Re: 360° loop numbox
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
