]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/midi-walker.cc
release: 1.1.54
[lilypond.git] / lily / midi-walker.cc
index c0afd12f1504ba410e6cf03ca740e6825956481c..48c408aaa76a2c4309e0da79396db896e5328745 100644 (file)
@@ -66,7 +66,7 @@ Midi_walker::do_start_note (Midi_note* note_p)
   e.val = new Midi_note_off (note_p);
   e.key = stop_mom;
   stop_note_queue.insert (e);
-  
+      
   output_event (ptr->audio_column_l_->at_mom (), note_p);
 }
 
@@ -86,7 +86,7 @@ Midi_walker::do_stop_notes (Moment max_mom)
        }
       
       Moment stop_mom = e.key;
-      Midi_note_off* note_p = e.val;
+      Midi_note* note_p = e.val;
        
       output_event (stop_mom, note_p);
     }