summaryrefslogtreecommitdiff
path: root/libs/ardour/bundle.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/bundle.cc')
-rw-r--r--libs/ardour/bundle.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/libs/ardour/bundle.cc b/libs/ardour/bundle.cc
index f38fe0c42f..cf393644fc 100644
--- a/libs/ardour/bundle.cc
+++ b/libs/ardour/bundle.cc
@@ -205,6 +205,8 @@ Bundle::remove_channel (uint32_t ch)
Glib::Threads::Mutex::Lock lm (_channel_mutex);
_channel.erase (_channel.begin () + ch);
+
+ emit_changed (ConfigurationChanged);
}
/** Remove all channels */
@@ -214,6 +216,8 @@ Bundle::remove_channels ()
Glib::Threads::Mutex::Lock lm (_channel_mutex);
_channel.clear ();
+
+ emit_changed (ConfigurationChanged);
}
/** @param p Port name.