Prepare for non-bypassable plugins (Mixbus channelstrip)
[ardour.git] / libs / ardour / ardour / plugin_insert.h
index bec49616a2d93322d5e3a8cb68c722e18d316c7f..a0dd8618f49409fd70792823e4e436c9bc91ad32 100644 (file)
@@ -115,6 +115,10 @@ public:
 
 #ifdef MIXBUS
        bool is_channelstrip () const;
+       bool is_nonbypassable () const;
+#else
+       bool is_channelstrip () const { return false; }
+       bool is_nonbypassable () const { return false; }
 #endif
 
        void set_input_map (uint32_t, ChanMapping);