Improve BBT clock display.
This commit is contained in:
parent
6dd66f328f
commit
a5a3e737bb
|
@ -96,7 +96,7 @@ public:
|
|||
{
|
||||
struct BBT bbt = timeline->solve_tempomap( frame );
|
||||
|
||||
snprintf( dst, n, "%03d:%1d:%04d", bbt.bar + 1, bbt.beat + 1 , bbt.tick );
|
||||
snprintf( dst, n, "%03d|%1d|%04d", bbt.bar + 1, bbt.beat + 1, bbt.tick );
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue