fix stupid copy/paste error in 00f26394a9
This commit is contained in:
parent
476da4f3df
commit
e8dc221191
@ -353,7 +353,7 @@ AudioTrack::roll (pframes_t nframes, framepos_t start_frame, framepos_t end_fram
|
||||
_silent = false;
|
||||
_amp->apply_gain_automation(false);
|
||||
|
||||
BufferSet& bufs = _session.get_scratch_buffers (n_process_buffers ());
|
||||
BufferSet& bufs = _session.get_route_buffers (n_process_buffers ());
|
||||
|
||||
fill_buffers_with_input (bufs, _input, nframes);
|
||||
|
||||
|
@ -114,7 +114,7 @@ ProcessThread::get_route_buffers (ChanCount count, bool silence)
|
||||
ThreadBuffers* tb = _private_thread_buffers.get();
|
||||
assert (tb);
|
||||
|
||||
BufferSet* sb = tb->scratch_buffers;
|
||||
BufferSet* sb = tb->route_buffers;
|
||||
assert (sb);
|
||||
|
||||
if (count != ChanCount::ZERO) {
|
||||
|
Loading…
Reference in New Issue
Block a user