summaryrefslogtreecommitdiff
path: root/libs/evoral/evoral/Sequence.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'libs/evoral/evoral/Sequence.hpp')
-rw-r--r--libs/evoral/evoral/Sequence.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/evoral/evoral/Sequence.hpp b/libs/evoral/evoral/Sequence.hpp
index c76d126904..8acd04fd27 100644
--- a/libs/evoral/evoral/Sequence.hpp
+++ b/libs/evoral/evoral/Sequence.hpp
@@ -239,8 +239,8 @@ private:
bool overlaps_unlocked (const boost::shared_ptr< Note<Time> > ev) const;
bool contains_unlocked (const boost::shared_ptr< Note<Time> > ev) const;
- void append_note_on_unlocked(uint8_t chan, Time time, uint8_t note, uint8_t velocity);
- void append_note_off_unlocked(uint8_t chan, Time time, uint8_t note, uint8_t velocity);
+ void append_note_on_unlocked (boost::shared_ptr< Note<Time> >);
+ void append_note_off_unlocked(boost::shared_ptr< Note<Time> >);
void append_control_unlocked(const Parameter& param, Time time, double value);
void append_sysex_unlocked(const MIDIEvent<Time>& ev);