L: never, ever show BBT clock
This commit is contained in:
parent
c218b34f7f
commit
76877483a5
@ -2242,6 +2242,10 @@ AudioClock::locate ()
|
||||
void
|
||||
AudioClock::set_mode (Mode m)
|
||||
{
|
||||
if (Profile->get_livetrax() && m == BBT) {
|
||||
m = Timecode;
|
||||
}
|
||||
|
||||
if (_mode == m) {
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user