X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=inline;f=lily%2Fmidi-walker.cc;h=782c3e2932ea3d6cbf10066f43b82547746c064b;hb=08a9cbccefe68491d5a940c6c03ad041a85f1175;hp=08b5534e0d4badde3ebd3ceb300d409b1f438746;hpb=2b7957caa0fe30768b6ca9beaf491b889bd0c1c4;p=lilypond.git diff --git a/lily/midi-walker.cc b/lily/midi-walker.cc index 08b5534e0d..782c3e2932 100644 --- a/lily/midi-walker.cc +++ b/lily/midi-walker.cc @@ -12,6 +12,7 @@ #include "audio-column.hh" #include "audio-staff.hh" #include "midi-item.hh" +#include "midi-chunk.hh" #include "midi-stream.hh" #include "warn.hh" @@ -69,6 +70,7 @@ void Midi_walker::do_start_note (Midi_note *note) { Audio_item *ptr = items_[index_]; + assert (note->audio_ == ptr); int stop_ticks = int (moment_to_real (note->audio_->length_mom_) * Real (384 * 4)) + ptr->audio_column_->ticks (); @@ -113,9 +115,6 @@ Midi_walker::do_start_note (Midi_note *note) } } -/** - Output note events for all notes which end before #max_mom# -*/ void Midi_walker::do_stop_notes (int max_ticks) {