mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
Add seconds as clock-unit
This commit is contained in:
parent
318e7efb9e
commit
867460cd30
8 changed files with 137 additions and 9 deletions
|
|
@ -917,6 +917,7 @@ ExportFormatDialog::update_time (AnyTime & time, AudioClock const & clock)
|
|||
time.type = AnyTime::BBT;
|
||||
_session->bbt_time (samples, time.bbt);
|
||||
break;
|
||||
case AudioClock::Seconds:
|
||||
case AudioClock::MinSec:
|
||||
time.type = AnyTime::Seconds;
|
||||
time.seconds = (double) samples / _session->sample_rate();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue