Re: [maxmsp] 360° loop numbox
Steven Miller
smill at csf.edu
Thu Nov 29 14:41:51 MST 2007
- Previous message: [maxmsp] 360° loop numbox
- Next message: Re: [maxmsp] 360° loop numbox
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Keep in mind that 0 and 360 are the same position on the circumference of a circle - you should count either 0-359 or 1-360 if you don't want a total range of 361 steps. On Nov 29, 2007, at 2:30 PM, Chris Muir wrote: > At 1:05 PM -0700 11/29/07, Derrick Giscloux wrote: >> 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 ? > > This is sort of a hack, but it seems to work. Use the number from > the modulo operator: > > ---- Steven M. Miller Professor, Contemporary Music Program College of Santa Fe Home <http://pubweb.csf.edu/~smill> SFIFEM <http://sfifem.csf.edu> Atrium Sound Space <http://atrium.csf.edu> OVOS <http://pubweb.csf.edu/~smill/ovos.html> CMP <http://www.csf.edu/csf/academics/cmp/index.html>
- Previous message: [maxmsp] 360° loop numbox
- Next message: Re: [maxmsp] 360° loop numbox
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
