[maxmsp] Seeking Stopwatch/Counter: LARGE DISPLAY
Jean-Michel Darrémont
jmdarremont at free.fr
Sat Dec 1 03:37:02 MST 2007
- Previous message: [maxmsp] pattrstorage: interp from current
- Next message: [maxmsp] convert signals into data values ,flawless?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Try this: max v2; #N vpatcher 31 55 787 386; #P origin 10 -5; #P window setfont "Sans Serif" 9.; #P hidden newex 428 80 77 196617 loadmess clear; #P hidden newex 183 37 84 196617 loadmess local 0; #P window setfont "American Typewriter" 24.; #P message 69 51 59 199491608 stop; #B color 5; #P window setfont "Sans Serif" 9.; #P hidden newex 466 49 82 196617 bgcolor 0 0 128; #P hidden newex 309 54 93 196617 loadmess border 0; #P hidden newex 309 32 136 196617 loadmess frgb 255 255 255; #P hidden newex 307 79 113 196617 loadmess brgb 0 0 128; #P hidden newex 183 76 117 196617 loadmess moveto 20 90; #P hidden newex 183 57 102 196617 loadmess font 4 100; #P user lcd 21 112 638 116 0 0 0 0 0; #N vpatcher 698 432 1037 825; #P window setfont "Sans Serif" 9.; #P window linecount 1; #P newex 207 177 32 196617 * 10; #P newex 207 155 34 196617 % 10; #P newex 207 133 35 196617 * 10.; #P newex 36 201 181 196617 sprintf symout %.2i:%.2i:%.2i.%.1s; #P newex 64 56 64 196617 clocker 100; #P newex 36 222 27 196617 atoi; #P message 94 293 73 196617 moveto 20 90; #P newex 36 269 69 196617 t l clear bang; #P newex 36 245 69 196617 prepend ascii; #P outlet 36 322 15 0; #P newex 150 109 71 196617 expr $f1+0.5; #N vpatcher 762 692 1092 881; #P window setfont "Sans Serif" 9.; #P newex 152 109 141 196617 expr ($f1% 60000.) / 1000.; #P newex 98 109 27 196617 int; #P newex 13 109 27 196617 int; #P newex 98 84 159 196617 expr ($f1% 3600000.) / 60000.; #P newex 13 60 105 196617 expr $f1 / 3600000.; #P outlet 152 134 15 0; #P outlet 98 134 15 0; #P outlet 13 134 15 0; #P inlet 97 29 15 0; #P connect 0 0 4 0; #P connect 4 0 6 0; #P connect 6 0 1 0; #P connect 0 0 5 0; #P connect 5 0 7 0; #P connect 7 0 2 0; #P connect 0 0 8 0; #P connect 8 0 3 0; #P pop; #P newobj 64 82 69 196617 p ms_to_hms; #P inlet 64 34 15 0; #P newex 110 136 32 196617 print; #P connect 2 0 10 0; #P connect 10 0 8 0; #P connect 8 0 5 0; #P connect 5 0 6 0; #P connect 6 0 4 0; #P fasten 6 1 4 0 70 305 41 305; #P fasten 7 0 4 0 99 315 41 315; #P connect 1 0 9 0; #P connect 9 0 2 0; #P connect 2 1 10 1; #P connect 6 2 7 0; #P connect 2 2 3 0; #P connect 3 0 10 2; #P connect 3 0 11 0; #P connect 11 0 12 0; #P connect 12 0 13 0; #P connect 13 0 10 3; #P pop 1; #P hidden newobj 21 88 41 196617 p clock; #P button 21 41 42 5; #P window setfont "Sans Serif" 14.; #P comment 1 21 89 196622 start/reset; #B frgb 255 255 255; #P hidden connect 10 0 2 0; #P hidden connect 1 0 2 0; #P hidden connect 12 0 3 0; #P hidden connect 11 0 3 0; #P hidden connect 4 0 3 0; #P hidden connect 6 0 3 0; #P hidden connect 8 0 3 0; #P hidden connect 7 0 3 0; #P hidden connect 5 0 3 0; #P hidden connect 2 0 3 0; #P pop; Le 30 nov. 07 à 16:53, chiyoko szlavnics a écrit : > > Hi, does anyone have a large (perhaps 4" x 6") stopwatch to share > with me? I desperately need one for an extra monitor, so that the > musicians can synch with the events in my patch. I can't figure out > how to make the font in mine larger than 18pt... > > Thanks! > _______________________________________________ > maxmsp mailing list > maxmsp at cycling74.com > http://www.cycling74.com/mailman/listinfo/maxmsp > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.cycling74.com/pipermail/maxmsp/attachments/20071201/3a78894a/attachment.htm
- Previous message: [maxmsp] pattrstorage: interp from current
- Next message: [maxmsp] convert signals into data values ,flawless?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
