OSC: in custom strip list check all strips exist
[ardour.git] / libs / surfaces / osc / osc.h
index a65513423d942243f90b13539b094ecb8e65db0e..34d024f4cfc18d9190f04bc1fd38131bbaebd413 100644 (file)
@@ -118,7 +118,7 @@ class OSC : public ARDOUR::ControlProtocol, public AbstractUI<OSCUIRequest>
        };
 
        typedef std::vector<boost::shared_ptr<ARDOUR::Stripable> > Sorted;
-       Sorted get_sorted_stripables(std::bitset<32> types, bool cue);
+       Sorted get_sorted_stripables(std::bitset<32> types, bool cue, bool custom, Sorted my_list);
        typedef std::map<boost::shared_ptr<ARDOUR::AutomationControl>, uint32_t> FakeTouchMap;
        FakeTouchMap _touch_timeout;