[maxmsp] "sel 0" bug?
Chris Muir
cbm at well.com
Thu Aug 2 14:55:54 MDT 2007
- Previous message: [maxmsp] "sel 0" bug?
- Next message: [maxmsp] Re: "sel 0" bug?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
At 1:19 PM -0700 8/2/07, Matt Wright wrote: >I find it bizarre that passing any floating point number 0. <= x < 1. to "sel 0" puts a bang out the left outlet: Well, comparing a float to an int is a little strange. It's doing pretty much what I'd expect: truncating the float to the integer portion and comparing that. What did you want it to do? Does "sel 0." do what you expect? -C -- Chris Muir | "There are many futures and only one status quo. cbm at well.com | This is why conservatives mostly agree, http://www.xfade.com | and radicals always argue." - Brian Eno
- Previous message: [maxmsp] "sel 0" bug?
- Next message: [maxmsp] Re: "sel 0" bug?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
