13
0

Make the headers on sound files created by bouncing ranges complete.

git-svn-id: svn://localhost/ardour2/trunk@1584 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Sampo Savolainen 2007-03-13 19:41:59 +00:00
parent 7e0e458f74
commit 7f80d6d21b

View File

@ -3904,6 +3904,7 @@ Session::write_one_audio_track (AudioTrack& track, nframes_t start, nframes_t le
if (afs) {
afs->update_header (position, *xnow, now);
afs->flush_header ();
}
}