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:
Paul Davis 2009-08-27 03:09:30 +00:00
parent c6be9b6888
commit 3845af6ce9
49 changed files with 1110 additions and 220 deletions

View file

@ -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