TMM GUI: display delta time from all slaves
This commit is contained in:
parent
58c5f75fc9
commit
44d87f2cd7
@ -623,11 +623,7 @@ TransportMastersWidget::Row::update (Session* s, samplepos_t now)
|
||||
|
||||
current.set_text (Timecode::timecode_format_time (t));
|
||||
|
||||
if (TransportMasterManager::instance().current() == tm) {
|
||||
delta.set_markup (tm->delta_string ());
|
||||
} else {
|
||||
delta.set_markup ("");
|
||||
}
|
||||
delta.set_markup (tm->delta_string ());
|
||||
|
||||
char gap[32];
|
||||
float seconds = (when - now) / (float) AudioEngine::instance()->sample_rate();
|
||||
|
Loading…
Reference in New Issue
Block a user