mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 12:45:45 +01:00
* 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:
parent
6d319e2132
commit
58e569c9e1
8 changed files with 45 additions and 64 deletions
|
|
@ -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)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue