summaryrefslogtreecommitdiff
path: root/libs/ardour/delivery.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2010-06-24 14:13:45 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2010-06-24 14:13:45 +0000
commit0f5bdd666fa66bd279f8629a670d8058780a613d (patch)
tree2456f101d56c9d2f091631293f8b85645389f031 /libs/ardour/delivery.cc
parentfe229a830e0164e56d3aceaf3d539e4148f322a6 (diff)
use JACK thread creation functions to create process-graph threads; provide GUI control over number of threads-relative-to-number-of-CPUS
git-svn-id: svn://localhost/ardour2/branches/3.0@7296 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/delivery.cc')
-rw-r--r--libs/ardour/delivery.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/delivery.cc b/libs/ardour/delivery.cc
index cb8dc539a2..7bacb1c058 100644
--- a/libs/ardour/delivery.cc
+++ b/libs/ardour/delivery.cc
@@ -481,7 +481,7 @@ Delivery::target_gain ()
return 0.0;
}
- MuteMaster::MutePoint mp;
+ MuteMaster::MutePoint mp = MuteMaster::Main; // stupid gcc uninit warning
switch (_role) {
case Main: