]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/midi-walker.cc
release: 0.0.68pre
[lilypond.git] / lily / midi-walker.cc
index b6d25ea43aa64056c9ae3480f05c0e914a1e57b9..3068c987ddbdb0c458f5b1e8adf0c7bd0d4587bc 100644 (file)
 #include "command-request.hh"
 #include "musical-request.hh"
 #include "p-score.hh"
-#include "staff.hh"
 #include "midi-walker.hh"
 #include "midi-item.hh"
 #include "midi-stream.hh"
 #include "debug.hh"
-#include "staff-column.hh"
-
+#if 0
 Midi_walker::Midi_walker(Staff *st_l, Midi_track* track_l)
     : PCursor<Staff_column*>(st_l->cols_)
 {
@@ -86,7 +84,7 @@ Midi_walker::output_event(Midi_item &i, Moment now)
 }
 
 void
-Midi_walker::process_requests()
+Midi_walker::do_process_requests()
 {
     do_stop_notes(ptr()->when());
 
@@ -130,3 +128,4 @@ compare(Note_event const&e1, Note_event const&e2)
 {
     return sign(e1.key - e2.key);
 }
+#endif