* Renamed CanvasMidiEvent into CanvasNoteEvent

* changed MidiModel::write_to to include note off handling *and* time sorting

git-svn-id: svn://localhost/ardour2/branches/3.0@3294 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Hans Baier 2008-04-29 08:37:53 +00:00
parent 6d319e2132
commit 58e569c9e1
8 changed files with 45 additions and 64 deletions

View file

@ -36,7 +36,7 @@ public:
Group& group,
const boost::shared_ptr<ARDOUR::Note> note = boost::shared_ptr<ARDOUR::Note>())
: SimpleRect(group), CanvasMidiEvent(region, this, note)
: SimpleRect(group), CanvasNoteEvent(region, this, note)
{
}