mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-01 11:27:45 +01:00
Remove unused timecode offset stuff.
git-svn-id: svn://localhost/ardour2/branches/3.0@8143 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
93d65777b8
commit
f500846fd4
14 changed files with 36 additions and 159 deletions
|
|
@ -80,8 +80,8 @@ class BasicUI {
|
|||
jack_nframes_t timecode_frames_per_hour ();
|
||||
|
||||
void timecode_time (jack_nframes_t where, Timecode::Time&);
|
||||
void timecode_to_sample (Timecode::Time& timecode, int64_t& sample, bool use_offset, bool use_subframes) const;
|
||||
void sample_to_timecode (int64_t sample, Timecode::Time& timecode, bool use_offset, bool use_subframes) const;
|
||||
void timecode_to_sample (Timecode::Time& timecode, int64_t& sample, bool use_subframes) const;
|
||||
void sample_to_timecode (int64_t sample, Timecode::Time& timecode, bool use_subframes) const;
|
||||
|
||||
protected:
|
||||
BasicUI ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue