mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 02:56:35 +01:00
add timecode format parser
git-svn-id: svn://localhost/ardour2/branches/3.0@13479 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
1f1cba3814
commit
55c7a3bf01
2 changed files with 20 additions and 0 deletions
|
|
@ -112,6 +112,8 @@ std::string timecode_format_sampletime (
|
|||
double timecode_frames_per_second, bool timecode_drop_frames
|
||||
);
|
||||
|
||||
bool parse_timecode_format(std::string tc, Timecode::Time &TC);
|
||||
|
||||
void
|
||||
timecode_to_sample(
|
||||
Timecode::Time& timecode, int64_t& sample,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue