summaryrefslogtreecommitdiff
path: root/muse2/muse/event.h
diff options
context:
space:
mode:
Diffstat (limited to 'muse2/muse/event.h')
-rw-r--r--muse2/muse/event.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/muse2/muse/event.h b/muse2/muse/event.h
index 78ac7f93..ed1ddb87 100644
--- a/muse2/muse/event.h
+++ b/muse2/muse/event.h
@@ -74,7 +74,7 @@ class Event {
void write(int a, Xml& xml, const Pos& offset, bool ForceWavePaths = false) const;
void dump(int n = 0) const;
Event clone() const;
- Event mid(unsigned a, unsigned b);
+ Event mid(unsigned a, unsigned b) const;
bool isNote() const;
bool isNoteOff() const;
@@ -135,6 +135,7 @@ class EventList : public EL {
void deselect();
public:
+ ciEvent find(const Event&) const;
iEvent find(const Event&);
iEvent add(Event& event);
void move(Event& event, unsigned tick);