amend 070818f
This commit is contained in:
parent
bdfe32c086
commit
f15236b9a0
@ -485,6 +485,8 @@ Graph::dump (int chain)
|
|||||||
int
|
int
|
||||||
Graph::silent_process_routes (pframes_t nframes, framepos_t start_frame, framepos_t end_frame, bool& need_butler)
|
Graph::silent_process_routes (pframes_t nframes, framepos_t start_frame, framepos_t end_frame, bool& need_butler)
|
||||||
{
|
{
|
||||||
|
if (!_threads_active) return 0;
|
||||||
|
|
||||||
_process_nframes = nframes;
|
_process_nframes = nframes;
|
||||||
_process_start_frame = start_frame;
|
_process_start_frame = start_frame;
|
||||||
_process_end_frame = end_frame;
|
_process_end_frame = end_frame;
|
||||||
@ -510,6 +512,8 @@ Graph::process_routes (pframes_t nframes, framepos_t start_frame, framepos_t end
|
|||||||
{
|
{
|
||||||
DEBUG_TRACE (DEBUG::ProcessThreads, string_compose ("graph execution from %1 to %2 = %3\n", start_frame, end_frame, nframes));
|
DEBUG_TRACE (DEBUG::ProcessThreads, string_compose ("graph execution from %1 to %2 = %3\n", start_frame, end_frame, nframes));
|
||||||
|
|
||||||
|
if (!_threads_active) return 0;
|
||||||
|
|
||||||
_process_nframes = nframes;
|
_process_nframes = nframes;
|
||||||
_process_start_frame = start_frame;
|
_process_start_frame = start_frame;
|
||||||
_process_end_frame = end_frame;
|
_process_end_frame = end_frame;
|
||||||
|
Loading…
Reference in New Issue
Block a user