mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-18 20:56:28 +01:00
TMM GUI: display delta time from all slaves
This commit is contained in:
parent
58c5f75fc9
commit
44d87f2cd7
1 changed files with 1 additions and 5 deletions
|
|
@ -623,11 +623,7 @@ TransportMastersWidget::Row::update (Session* s, samplepos_t now)
|
||||||
|
|
||||||
current.set_text (Timecode::timecode_format_time (t));
|
current.set_text (Timecode::timecode_format_time (t));
|
||||||
|
|
||||||
if (TransportMasterManager::instance().current() == tm) {
|
delta.set_markup (tm->delta_string ());
|
||||||
delta.set_markup (tm->delta_string ());
|
|
||||||
} else {
|
|
||||||
delta.set_markup ("");
|
|
||||||
}
|
|
||||||
|
|
||||||
char gap[32];
|
char gap[32];
|
||||||
float seconds = (when - now) / (float) AudioEngine::instance()->sample_rate();
|
float seconds = (when - now) / (float) AudioEngine::instance()->sample_rate();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue