]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/score-performer.hh
patch::: 0.0.73pre.jcn1: epsilon performance
[lilypond.git] / lily / include / score-performer.hh
1 /*
2   score-performer.hh -- declare Score_performer
3
4   (c) 1996, 1997 Han-Wen Nienhuys <hanwen@stack.nl>
5                  Jan Nieuwenhuizen <jan@digicash.com>
6  */
7
8 #ifndef SCORE_PERFORMER_HH
9 #define SCORE_PERFORMER_HH
10
11 #include "performer-group-performer.hh"
12 #include "global-translator.hh"
13
14 class Score_performer: 
15     public Performer_group_performer, public Global_translator 
16 {
17     Midi_file* file_p_;
18     Moment prev_mom_;
19
20 public:
21     virtual void play_event( Midi_item i );
22     virtual void prepare( Moment mom );
23 };
24
25 #endif // SCORE_PERFORMER_HH