expose more info from plugin-strip (for GUI display)
[ardour.git] / libs / ardour / audio_diskstream.cc
index 6f7c2d62297bfd392c28330e34dce335cc651820..f2e4245823fdde8746fd86593e1df74cd06ce1a1 100644 (file)
@@ -168,7 +168,7 @@ AudioDiskstream::non_realtime_input_change ()
                        need_write_sources = true;
                }
 
-               if (input_change_pending.type == IOChange::ConfigurationChanged) {
+               if (input_change_pending.type & IOChange::ConfigurationChanged) {
                        RCUWriter<ChannelList> writer (channels);
                        boost::shared_ptr<ChannelList> c = writer.get_copy();