tg icon indicating copy to clipboard operation
tg copied to clipboard

A program for timing mechanical watches

Results 27 tg issues
Sort by recently updated
recently updated
newest added

Got tired of all the warning spew from autoconf when it rebuilds the configure script.

This is an audio setup dialog that allows setting the device and rate. This includes support for changing the same rate at runtime from 44.1 kHz too. Device and rate...

There is race when switching between normal and light mode. Fix this. If light mode is set in the config file, the app will start in normal anyway and then...

I measured this as reducing CPU usage from ~78% to ~45%. Almost doubling the speed, which is expected as described below. Tg processes the audio in a series of steps...

This lets the pane between the paperstrip and waveforms be resized. If one is currently more interested in one of the other. Also adds a menu and config file option...

This builds on the horizontal chart PR #28. This adds zoom buttons that overlay the paperstrip drawing area. They allow one to *smoothly* zoom from displaying a full beat per...

Periods (two beats) longer than 500 ms were rejected as too long. This effectively limits the low end of BPH to 14400. Any slower and the correct period length is...

TG uses a custom text based format to save the snapshots. This makes it hard to load the data into another program, like R or Python. These tools could be...

Silences a compiler warning. This could actually happen if the save file had no snapshots. It should always have some, but format does allow for zero, which would probably crash.

I would love to use tg-timer with clocks with low BPH such as mechanical wall clocks, for example one is running with 6300 bph. It seems to me code is...