[maxmsp] > is bigger than < is bigger than yours.
Emmanuel Jourdan
c74-mailinglists at e--j.com
Wed Jul 18 01:38:46 MDT 2007
- Previous message: [maxmsp] > is bigger than < is bigger than yours.
- Next message: [maxmsp] > is bigger than < is bigger than yours.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 18 juil. 07, at 08:50, Roman Thilenius wrote: > the comparison operators sometimes drive me mad. > > not only they dont support float, the do not > support negatives values either. argh! :) > > good bye binops, hello expr. Really? mine just works fine with floating point negative values… ej #P window setfont "Sans Serif" 9.; #P window linecount 1; #P message 98 38 20 196617 74; #P message 34 38 25 196617 -74; #P toggle 66 121 15 0; #P newex 66 89 38 196617 < -5.7; #P connect 3 0 0 0; #P connect 2 0 0 0; #P connect 0 0 1 0; #P window clipboard copycount 4;
- Previous message: [maxmsp] > is bigger than < is bigger than yours.
- Next message: [maxmsp] > is bigger than < is bigger than yours.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
