The great audio processing overhaul.
[ardour.git] / libs / evoral / evoral / ControlSet.hpp
index 0172d0e0254bf4a23ddd91cd64bab7af2b8ebb6e..e03933292022b24c4b6b724f3f02880601d05181 100644 (file)
@@ -58,8 +58,8 @@ public:
 
        bool find_next_event(FrameTime start, FrameTime end, ControlEvent& ev) const;
        
-       virtual bool empty() const { return _controls.size() == 0; }
-       virtual void clear();
+       virtual bool controls_empty() const { return _controls.size() == 0; }
+       virtual void clear_controls();
 
        void what_has_data(std::set<Parameter>&) const;