Re: Time measurement

2024-03-15 Thread Kieren MacMillan
Hi Jean, > To get 2-digit precision on the number of seconds, you can simply replace > > (format #f "~as" (round rest)) > > with > > (format #f "~,2fs" rest) > > in the format-time function. > > For seconds:frames at 24 frames/second, replace format-time with > > (define (format-time secon

Re: Time measurement

2024-03-15 Thread Jean Abou Samra
> Hi Jean, > > As always… remarkable. > > One question: How hard would it be to have this output more precise > timings (e.g., 1/4 or 1/10th or 1/100th of a second, or SMPTE timecode > in minutes:seconds:frames)? I could imagine this being *very* useful > for film/video/media composers. To get

Re: Time measurement

2024-03-15 Thread Kieren MacMillan
Hi Lukas, I love that we have two custom engravers to compare and learn from! Thank you so much for this solution — looking forward to analyzing it when I have a moment. Best, Kieren. > On Mar 14, 2024, at 5:54 PM, Lukas-Fabian Moser wrote: >> “This sounds like a job for… Custom Engraver!!” :

Re: Time measurement

2024-03-15 Thread Kieren MacMillan
Hi Jean, As always… remarkable. One question: How hard would it be to have this output more precise timings (e.g., 1/4 or 1/10th or 1/100th of a second, or SMPTE timecode in minutes:seconds:frames)? I could imagine this being *very* useful for film/video/media composers. Thanks! Kieren. > On