mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-08 06:35:46 +01:00
Add comment.
git-svn-id: svn://localhost/ardour2/branches/3.0@11778 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
4cd2e73732
commit
e960ebeebb
1 changed files with 3 additions and 0 deletions
|
|
@ -223,6 +223,9 @@ SndFileSource::open ()
|
|||
|
||||
bool bwf_info_exists = _broadcast_info->load_from_file (sf);
|
||||
|
||||
/* Set our timeline position to either the time reference from a BWF header or the current
|
||||
start of the session.
|
||||
*/
|
||||
set_timeline_position (bwf_info_exists ? _broadcast_info->get_time_reference() : header_position_offset);
|
||||
|
||||
if (_length != 0 && !bwf_info_exists) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue