X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fevoral%2Fevoral%2FNote.hpp;h=d9d4b070ff5d034135a8d249c01c8054d4f64ce2;hb=13bcd4342315eb20d5a27a06ba03f6890e20478a;hp=7e98255d7cd572386b7b6210f742c1f970246f74;hpb=c5aa71782890fc652531f89f8676cdcc99fa8f53;p=ardour.git diff --git a/libs/evoral/evoral/Note.hpp b/libs/evoral/evoral/Note.hpp index 7e98255d7c..d9d4b070ff 100644 --- a/libs/evoral/evoral/Note.hpp +++ b/libs/evoral/evoral/Note.hpp @@ -29,15 +29,16 @@ namespace Evoral { * * Currently a note is defined as (on event, length, off event). */ +template class Note { public: - Note(uint8_t chan=0, EventTime time=0, EventLength len=0, uint8_t note=0, uint8_t vel=0x40); - Note(const Note& copy); + Note(uint8_t chan=0, Time time=0, EventLength len=0, uint8_t note=0, uint8_t vel=0x40); + Note(const Note