mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-27 15:38:19 +01:00
Fix for SMPTE clock text entry
git-svn-id: svn://localhost/ardour2/trunk@1258 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
1bddf1bc88
commit
b529cbc5dc
1 changed files with 2 additions and 0 deletions
|
|
@ -1346,6 +1346,8 @@ AudioClock::smpte_frame_from_display () const
|
|||
smpte.minutes = atoi (minutes_label.get_text());
|
||||
smpte.seconds = atoi (seconds_label.get_text());
|
||||
smpte.frames = atoi (frames_label.get_text());
|
||||
smpte.rate = session->smpte_frames_per_second();
|
||||
smpte.drop= session->smpte_drop_frames();
|
||||
|
||||
session->smpte_to_sample( smpte, sample, false /* use_offset */, false /* use_subframes */ );
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue