mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 08:53:08 +01:00
::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
1 changed files with 0 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue