X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fmidi-walker.hh;h=ee839339976820e6127043e5c6e4562497536e64;hb=d9b43b93f2c885409bafdb157138158f65cc49aa;hp=342983f5f16b5e5e5e7da799c88d9b8dcf61f775;hpb=fc3e875d6bf06f0680e897faffdcab36ad975a03;p=lilypond.git diff --git a/lily/include/midi-walker.hh b/lily/include/midi-walker.hh index 342983f5f1..ee83933997 100644 --- a/lily/include/midi-walker.hh +++ b/lily/include/midi-walker.hh @@ -1,7 +1,7 @@ /* midi-walker.hh -- declare Midi_walker - (c) 1996--2001 Han-Wen Nienhuys + (c) 1996--2002 Han-Wen Nienhuys Jan Nieuwenhuizen */ @@ -32,11 +32,12 @@ public: void process (); void operator ++ (int); bool ok () const; + private: void do_start_note (Midi_note* note_p); void do_stop_notes (Moment now_mom); void output_event (Moment now_mom, Midi_item* l); - + Midi_track* track_l_; Audio_staff* staff_l_; int index_;