Hallo, Oded Ben-Tal hat gesagt: // Oded Ben-Tal wrote:
Thanks for your help. It seems that if only the symbol object could be controlled (in terms of size/colour) it would be perfect for displaying time to a player in a performance situation. Using the number2 option (M S or H M S) has the disadvantage that it doesn't look like a clock so will need a little more time to get use to.
This one is using [knob]:
http://cvs.sourceforge.net/viewcvs.py/*checkout*/pure-data/externals/footils...
(The URL is one line!)
Personally I prefer a digital clock, I used [cnv] for this.
I also used [timer] for timing instead of metro, because it's a bit easier to patch: Just divide by 1000 and use [div 60] and [mod 60] and some [makefilename] tricks. (You cannot pause [timer] so you may not want to follow this.)
See attached patch.
Frank Barknecht _ ______footils.org_ __goto10.org__