mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Fix session-export util (timecode: frames, not samples)
This commit is contained in:
parent
8017a7fc1e
commit
25eb8ca593
1 changed files with 2 additions and 3 deletions
|
|
@ -90,13 +90,13 @@ static int export_session (Session *session,
|
|||
" <Start>"
|
||||
" <Trim enabled=\"false\"/>"
|
||||
" <Add enabled=\"false\">"
|
||||
" <Duration format=\"Timecode\" hours=\"0\" minutes=\"0\" seconds=\"0\" samples=\"0\"/>"
|
||||
" <Duration format=\"Timecode\" hours=\"0\" minutes=\"0\" seconds=\"0\" frames=\"0\"/>"
|
||||
" </Add>"
|
||||
" </Start>"
|
||||
" <End>"
|
||||
" <Trim enabled=\"false\"/>"
|
||||
" <Add enabled=\"false\">"
|
||||
" <Duration format=\"Timecode\" hours=\"0\" minutes=\"0\" seconds=\"0\" samples=\"0\"/>"
|
||||
" <Duration format=\"Timecode\" hours=\"0\" minutes=\"0\" seconds=\"0\" frames=\"0\"/>"
|
||||
" </Add>"
|
||||
" </End>"
|
||||
" </Silence>"
|
||||
|
|
@ -254,7 +254,6 @@ int main (int argc, char* argv[])
|
|||
settings._sample_format = ExportFormatBase::SF_Float;
|
||||
break;
|
||||
}
|
||||
|
||||
/* fall through */
|
||||
default:
|
||||
fprintf(stderr, "Invalid Bit Depth\n");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue