Re: [maxmsp] Re: 360° loop numbox
barry threw
bthrew at gmail.com
Thu Nov 29 16:38:39 MST 2007
- Previous message: Re: [maxmsp] Re: 360° loop numbox
- Next message: [maxmsp] Re: Re: 360° loop numbox
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
All of these modulo solutions will go negative. b On Nov 29, 2007, at 1:35 PM, vade wrote: > Talk about overthinking the problem: > > this works for me > > <pastedGraphic.tiff> > > > #P window setfont "Sans Serif" 9.; > #P window linecount 1; > #P message 144 182 39 196617 set \$1; > #P newex 144 162 37 196617 % 10.; > #P flonum 144 141 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0; > #P fasten 2 0 0 0 149 200 116 200 116 137 149 137; > #P connect 1 0 2 0; > #P connect 0 0 1 0; > #P window clipboard copycount 3; > > > On Nov 29, 2007, at 4:21 PM, vade wrote: > >> Ah. Ive tried various hacks of setting min and max, then resetting >> them, then re-setting them, but no joy. Sending a set or an number >> forces a reclick to continue dragging it seems. >> >> <pastedGraphic.tiff> >> >> >> This is the closest ive gotten. Once you get to 10., it bounces >> between 0 and 10, but nothing in between. I bet something can be >> done by using delays in there. >> >> >> On Nov 29, 2007, at 3:44 PM, Derrick Giscloux wrote: >> >>> >>> Thanks Vade but the problem stays. The numbox can't loop 360 to >>> zero without stop. >>> >>> _______________________________________________ >>> maxmsp mailing list >>> maxmsp at cycling74.com >>> http://www.cycling74.com/mailman/listinfo/maxmsp >> >> _______________________________________________ >> maxmsp mailing list >> maxmsp at cycling74.com >> http://www.cycling74.com/mailman/listinfo/maxmsp > > _______________________________________________ > maxmsp mailing list > maxmsp at cycling74.com > http://www.cycling74.com/mailman/listinfo/maxmsp Barry Threw Media Art and Technology San Francisco, CA Work: 857-544-3967 Email: bthrew at gmail.com IM: captogreadmore (AIM) http:/www.barrythrew.com
- Previous message: Re: [maxmsp] Re: 360° loop numbox
- Next message: [maxmsp] Re: Re: 360° loop numbox
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
