::find_next_event() does not need to be a pure virtual in ControlSet (it can originate in AutomatableSequence)
This commit is contained in:
parent
789b98e6f2
commit
3f50ace767
@ -59,8 +59,6 @@ public:
|
||||
|
||||
virtual void add_control(boost::shared_ptr<Control>);
|
||||
|
||||
virtual bool find_next_event(double start, double end, ControlEvent& ev, bool only_active = true) const = 0;
|
||||
|
||||
virtual bool controls_empty() const { return _controls.size() == 0; }
|
||||
virtual void clear_controls();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user