TMM GUI: display delta time from all slaves

This commit is contained in:
Robin Gareus 2020-05-11 18:37:16 +02:00
parent 58c5f75fc9
commit 44d87f2cd7
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
1 changed files with 1 additions and 5 deletions

View File

@ -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();