mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
another in-progress snapshot of gtk2_ardour after getting audio_clock.cc to compile
This commit is contained in:
parent
8fb70885ec
commit
1ee38e7a7f
14 changed files with 214 additions and 247 deletions
|
|
@ -105,7 +105,7 @@ MainClock::absolute_time () const
|
|||
}
|
||||
|
||||
void
|
||||
MainClock::set (samplepos_t when, bool force, ARDOUR::samplecnt_t /*offset*/)
|
||||
MainClock::set (timepos_t const & when, bool force, timecnt_t const & /*offset*/)
|
||||
{
|
||||
ClockDeltaMode mode;
|
||||
if (_primary) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue