X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fardour%2Fgraph.cc;fp=libs%2Fardour%2Fgraph.cc;h=aee5ef77fdb8d032498f00d89b43605f88799deb;hb=542d021fbc3c7846cc659d3522e33067af0468b1;hp=7b3719605f0307568552c6e9b872527d0e073a40;hpb=96a9437289af972f45b2105c0db5e150ccb3d12e;p=ardour.git diff --git a/libs/ardour/graph.cc b/libs/ardour/graph.cc index 7b3719605f..aee5ef77fd 100644 --- a/libs/ardour/graph.cc +++ b/libs/ardour/graph.cc @@ -125,7 +125,7 @@ Graph::reset_thread_list () throw failed_constructor (); } - for (uint32_t i = 1; i < num_threads; ++i) { + for (uint32_t i = 2; i < num_threads; ++i) { if (AudioEngine::instance()->create_process_thread (boost::bind (&Graph::helper_thread, this))) { throw failed_constructor (); }