mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 20:29:35 +01:00
Ensure disk buffer refills happen in the right thread
This commit is contained in:
parent
63c068227f
commit
96ebac646d
1 changed files with 2 additions and 0 deletions
|
|
@ -1158,6 +1158,8 @@ DiskReader::refill_audio (Sample* sum_buffer, Sample* mixdown_buffer, float* gai
|
|||
return 0;
|
||||
}
|
||||
|
||||
assert (0 == strcmp ("butler", pthread_name ()) || _session.exporting ());
|
||||
|
||||
int32_t ret = 0;
|
||||
samplecnt_t zero_fill;
|
||||
uint32_t chan_n;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue