summaryrefslogtreecommitdiffstats
path: root/src/engine/ingen_lv2.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-04-19 17:04:46 +0000
committerDavid Robillard <d@drobilla.net>2011-04-19 17:04:46 +0000
commit4ceb2aa22679af70ddcfd9d5719a4585b818bdbd (patch)
tree8a9daff2425cc5d3b2177e234766d35599aa90c3 /src/engine/ingen_lv2.cpp
parentd940d40081bae1e2e2e077b6ee08743465ae4f27 (diff)
downloadingen-4ceb2aa22679af70ddcfd9d5719a4585b818bdbd.tar.gz
ingen-4ceb2aa22679af70ddcfd9d5719a4585b818bdbd.tar.bz2
ingen-4ceb2aa22679af70ddcfd9d5719a4585b818bdbd.zip
Replace load_plugins API with a GET of ingen:plugins.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@3161 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/engine/ingen_lv2.cpp')
-rw-r--r--src/engine/ingen_lv2.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/engine/ingen_lv2.cpp b/src/engine/ingen_lv2.cpp
index 44ebc52b..0c943a7a 100644
--- a/src/engine/ingen_lv2.cpp
+++ b/src/engine/ingen_lv2.cpp
@@ -290,8 +290,8 @@ ingen_instantiate(const LV2_Descriptor* descriptor,
engine->post_processor()->set_end_time(UINT_MAX);
- // FIXME: don't load all plugins, only necessary ones
- plugin->world->engine()->load_plugins();
+ // TODO: Load only necessary plugins
+ plugin->world->engine()->get("ingen:plugins");
interface->process(*engine->post_processor(), context, false);
engine->post_processor()->process();