]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/score-performer.hh
''
[lilypond.git] / lily / include / score-performer.hh
index 289f6948286080592f114b1a511977bf2334f8c5..792ab2d886e5d8835bc20ebef0a676b1ceb3d0ec 100644 (file)
@@ -1,7 +1,7 @@
 /*
   score-performer.hh -- declare Score_performer
 
-  (c) 1996,  1997--1999 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1996--2002 Han-Wen Nienhuys <hanwen@cs.uu.nl>
                  Jan Nieuwenhuizen <janneke@gnu.org>
  */
 
@@ -18,20 +18,18 @@ class Score_performer:
   public Performer_group_performer, public Global_translator 
 {
 public:
-  VIRTUAL_COPY_CONS(Translator);
-  
-  Score_performer();
-  ~Score_performer();
+  TRANSLATOR_DECLARATIONS(Score_performer);
+  ~Score_performer ();
   Performance *performance_p_;
 
 protected:
-  virtual void finish();
+  virtual void finish ();
   virtual void prepare (Moment mom);
-  virtual void process();
-  virtual void start();
-  virtual void do_add_processing ();
+  virtual void one_time_step ();
+  virtual void start ();
+  virtual void initialize ();
   virtual void announce_element (Audio_element_info);
-  virtual int get_tempo_i() const;
+  virtual int get_tempo_i () const;
   virtual void play_element (Audio_element* p);
   virtual Music_output *get_output_p ();