This website works better with JavaScript.
Home
Help
Sign In
linuxaudio
/
new-session-manager
mirror of
https://github.com/linuxaudio/new-session-manager
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
17
Wiki
Activity
Browse Source
Improve BBT clock display.
tags/non-daw-v1.1.0
Jonathan Moore Liles
17 years ago
parent
6dd66f328f
commit
a5a3e737bb
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Timeline/Clock.H
+ 1
- 1
Timeline/Clock.H
View File
@@ -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 );
}
Write
Preview
Loading…
Cancel
Save