summaryrefslogtreecommitdiff
path: root/libs/ardour/globals.cc
diff options
context:
space:
mode:
authorTaybin Rutkin <taybin@taybin.com>2006-07-27 03:30:03 +0000
committerTaybin Rutkin <taybin@taybin.com>2006-07-27 03:30:03 +0000
commitd23fec7b9a0f076256dbd71faae254a78efbe37a (patch)
tree2a00b13c9d4b15caa1025d30bd5a0d47eb79f7e9 /libs/ardour/globals.cc
parent690e04ed42c7f4f29feb53f54c759dbb7c64884c (diff)
sfdb paths are saved and restored.prercu
git-svn-id: svn://localhost/ardour2/trunk@700 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/globals.cc')
-rw-r--r--libs/ardour/globals.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/libs/ardour/globals.cc b/libs/ardour/globals.cc
index ffcc4ddb05..308f502d2a 100644
--- a/libs/ardour/globals.cc
+++ b/libs/ardour/globals.cc
@@ -198,6 +198,9 @@ ARDOUR::init (AudioEngine& engine, bool use_vst, bool try_optimization)
PBD::ID::init ();
+ lrdf_init();
+ Library = new AudioLibrary;
+
Config = new Configuration;
if (Config->load_state ()) {
@@ -296,9 +299,6 @@ ARDOUR::init (AudioEngine& engine, bool use_vst, bool try_optimization)
info << "No H/W specific optimizations in use" << endmsg;
}
- lrdf_init();
- Library = new AudioLibrary;
-
/* singleton - first object is "it" */
new PluginManager (engine);