mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-07 14:15:46 +01:00
Revert previous incorrect patch.
git-svn-id: svn://localhost/ardour2/branches/3.0@8144 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
f500846fd4
commit
bce9a0aee7
16 changed files with 169 additions and 36 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_subframes) const;
|
||||
void sample_to_timecode (int64_t sample, Timecode::Time& timecode, bool use_subframes) const;
|
||||
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;
|
||||
|
||||
protected:
|
||||
BasicUI ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue