From 08e01b85c8f49c1b9dd7af18ba10a0897701545b Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Wed, 9 Feb 2011 13:01:23 +0000 Subject: make the export graph use the same number of threads as the DSP graph git-svn-id: svn://localhost/ardour2/branches/3.0@8795 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/export_graph_builder.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libs/ardour/export_graph_builder.cc') diff --git a/libs/ardour/export_graph_builder.cc b/libs/ardour/export_graph_builder.cc index 1180d5eace..916a4ad265 100644 --- a/libs/ardour/export_graph_builder.cc +++ b/libs/ardour/export_graph_builder.cc @@ -17,6 +17,7 @@ #include "ardour/export_format_specification.h" #include "ardour/export_timespan.h" #include "ardour/sndfile_helpers.h" +#include "ardour/utils.h" #include "pbd/filesystem.h" @@ -27,7 +28,7 @@ namespace ARDOUR { ExportGraphBuilder::ExportGraphBuilder (Session const & session) : session (session) - , thread_pool (4) // FIXME thread amount to cores amount + , thread_pool (how_many_dsp_threads()) { process_buffer_frames = session.engine().frames_per_cycle(); } -- cgit v1.2.3