summaryrefslogtreecommitdiff
path: root/libs/ardour/route.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/route.cc')
-rw-r--r--libs/ardour/route.cc8
1 files changed, 1 insertions, 7 deletions
diff --git a/libs/ardour/route.cc b/libs/ardour/route.cc
index 084c4e58b5..fd0d99e87a 100644
--- a/libs/ardour/route.cc
+++ b/libs/ardour/route.cc
@@ -1666,6 +1666,7 @@ Route::add_processor_from_xml (const XMLNode& node)
bool have_insert = false;
if (prop->value() == "ladspa" || prop->value() == "Ladspa" ||
+ prop->value() == "lv2" ||
prop->value() == "vst" ||
prop->value() == "audiounit") {
@@ -2282,13 +2283,6 @@ Route::get_mute_config (mute_type t)
}
void
-Route::set_active (bool yn)
-{
- _active = yn;
- active_changed(); /* EMIT SIGNAL */
-}
-
-void
Route::handle_transport_stopped (bool abort_ignored, bool did_locate, bool can_flush_processors)
{
nframes_t now = _session.transport_frame();