mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-30 18:37:40 +01:00
Don't update unused dsp timer variable in freewheel process in PortaudioBackend
This commit is contained in:
parent
7b23f80b03
commit
cf81caa798
1 changed files with 0 additions and 2 deletions
|
|
@ -1581,8 +1581,6 @@ PortAudioBackend::main_blocking_process_thread ()
|
|||
memset ((*it)->get_buffer (_samples_per_period), 0, _samples_per_period * sizeof (Sample));
|
||||
}
|
||||
|
||||
clock1 = utils::get_microseconds ();
|
||||
|
||||
// TODO clear midi or stop midi recv when entering fwheelin'
|
||||
|
||||
if (engine.process_callback (_samples_per_period)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue