]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/score-performer.hh
release: 1.3.131
[lilypond.git] / lily / include / score-performer.hh
index adb462a2dd325faa64740d411bfdf03590106a21..41f00e2ed3ffab47af9676d1c31ef390206c9a67 100644 (file)
@@ -1,7 +1,7 @@
 /*
   score-performer.hh -- declare Score_performer
 
-  (c) 1996,  1997--1998 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1996--2001 Han-Wen Nienhuys <hanwen@cs.uu.nl>
                  Jan Nieuwenhuizen <janneke@gnu.org>
  */
 
@@ -18,8 +18,8 @@ class Score_performer:
   public Performer_group_performer, public Global_translator 
 {
 public:
-  TRANSLATOR_CLONE(Score_performer);
-  DECLARE_MY_RUNTIME_TYPEINFO;
+  VIRTUAL_COPY_CONS(Translator);
+  
   Score_performer();
   ~Score_performer();
   Performance *performance_p_;
@@ -27,12 +27,14 @@ public:
 protected:
   virtual void finish();
   virtual void prepare (Moment mom);
-  virtual void process();
+  virtual void one_time_step();
   virtual void start();
-  virtual void do_add_processing ();
+  virtual void initialize ();
+  virtual void announce_element (Audio_element_info);
   virtual int get_tempo_i() const;
-  virtual void play (Audio_element* p);
+  virtual void play_element (Audio_element* p);
   virtual Music_output *get_output_p ();
+
 private:
   void header (Midi_stream&);