mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 12:45:45 +01:00
Make (MIDI) event time stamp type a template parameter.
git-svn-id: svn://localhost/ardour2/branches/3.0@4473 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
ead5dd4568
commit
166ef64e3d
54 changed files with 534 additions and 424 deletions
|
|
@ -605,7 +605,7 @@ MidiStreamView::update_rec_regions (boost::shared_ptr<MidiModel> data, nframes_t
|
|||
|
||||
// FIXME: slooooooooow!
|
||||
|
||||
const boost::shared_ptr<Evoral::Note> note = data->note_at(i);
|
||||
const boost::shared_ptr<MidiRegionView::NoteType> note = data->note_at(i);
|
||||
|
||||
if (note->length() > 0 && note->end_time() + region->position() > start)
|
||||
mrv->resolve_note(note->note(), note->end_time());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue