mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 15:54:57 +01:00
lots of MIDI editing stuff. to be explained on the website when its done
git-svn-id: svn://localhost/ardour2/branches/3.0@5596 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
c6be9b6888
commit
3845af6ce9
49 changed files with 1110 additions and 220 deletions
|
|
@ -73,7 +73,6 @@ Note<Time>::Note(const Note<Time>& copy)
|
|||
assert(channel() == copy.channel());
|
||||
}
|
||||
|
||||
|
||||
template<typename Time>
|
||||
Note<Time>::~Note()
|
||||
{
|
||||
|
|
@ -98,6 +97,7 @@ Note<Time>::operator=(const Note<Time>& copy)
|
|||
return *this;
|
||||
}
|
||||
|
||||
template class Note<double>;
|
||||
template class Note<Evoral::MusicalTime>;
|
||||
|
||||
} // namespace Evoral
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue