mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 00:43:18 +01:00
fix incorrect type for Waves' backend's _sample_time_at_cycle_start
This commit is contained in:
parent
582138f280
commit
76f6ff178e
1 changed files with 1 additions and 1 deletions
|
|
@ -391,7 +391,7 @@ class WavesMidiPort;
|
|||
static uint64_t __performance_counter_frequency;
|
||||
#endif
|
||||
uint64_t _cycle_start_time_nanos;
|
||||
pframes_t _sample_time_at_cycle_start;
|
||||
framepos_t _sample_time_at_cycle_start;
|
||||
|
||||
bool _freewheeling;
|
||||
bool _freewheel_thread_active;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue