X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fmidi-walker.hh;h=be335a1ec05d7f62321c6470ea8e7ad8d1587a1e;hb=bc95f4434f760d41191341ab4508b2064eb19025;hp=69bf4c8a9b939589e41caf9fa62cc2390cd174a3;hpb=1b344bd7394e98933bc482a7b64b8af681a96861;p=lilypond.git diff --git a/lily/include/midi-walker.hh b/lily/include/midi-walker.hh index 69bf4c8a9b..be335a1ec0 100644 --- a/lily/include/midi-walker.hh +++ b/lily/include/midi-walker.hh @@ -1,8 +1,21 @@ /* - midi-walker.hh -- declare Midi_walker + This file is part of LilyPond, the GNU music typesetter. - (c) 1996--2007 Han-Wen Nienhuys + Copyright (C) 1996--2010 Han-Wen Nienhuys Jan Nieuwenhuizen + + LilyPond is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + LilyPond is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with LilyPond. If not, see . */ #ifndef MIDI_WALKER_HH @@ -33,12 +46,12 @@ public: void process (); void operator ++ (int); bool ok () const; - + void finalize (); private: void do_start_note (Midi_note *note); void do_stop_notes (int); void output_event (int, Midi_item *l); - + Midi_item *get_midi (Audio_item*); int channel_; Midi_track *track_; Audio_staff *staff_; @@ -47,6 +60,7 @@ private: PQueue stop_note_queue; int last_tick_; + vector midi_events_; }; #endif // MIDI_WALKER_HH