mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-21 12:55:57 +01:00
butler thread needs its per-thread sample rate set every loop iteration
This commit is contained in:
parent
13bc352ece
commit
3f9e94289c
1 changed files with 3 additions and 0 deletions
|
|
@ -31,6 +31,8 @@
|
|||
#include "pbd/error.h"
|
||||
#include "pbd/pthread_utils.h"
|
||||
|
||||
#include "temporal/superclock.h"
|
||||
|
||||
#include "ardour/butler.h"
|
||||
#include "ardour/debug.h"
|
||||
#include "ardour/disk_io.h"
|
||||
|
|
@ -208,6 +210,7 @@ Butler::thread_work ()
|
|||
}
|
||||
}
|
||||
|
||||
Temporal::_thread_sample_rate = _session.sample_rate ();
|
||||
|
||||
restart:
|
||||
DEBUG_TRACE (DEBUG::Butler, "at restart for disk work\n");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue