X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fperformer.hh;h=a4a6caff1d9c738b3072bc77d1dcb2323504ec8a;hb=38f531248027140d85c36b75582d079275740070;hp=ce5b71ad518e88687688bf3ff33393bd86c72190;hpb=78ed9c22a8cbf56ff5390553e0a2854aa42cbbc5;p=lilypond.git diff --git a/lily/include/performer.hh b/lily/include/performer.hh index ce5b71ad51..a4a6caff1d 100644 --- a/lily/include/performer.hh +++ b/lily/include/performer.hh @@ -1,7 +1,7 @@ /* performer.hh -- declare Performer - (c) 1996, 1997--1999 Han-Wen Nienhuys + (c) 1996--2003 Han-Wen Nienhuys Jan Nieuwenhuizen */ @@ -10,9 +10,8 @@ #include "audio-element-info.hh" #include "array.hh" -#include "request.hh" -#include "score-element-info.hh" -#include "staff-info.hh" +#include "event.hh" +#include "grob-info.hh" #include "translator.hh" /** @@ -22,16 +21,16 @@ class Performer : public virtual Translator { public: - VIRTUAL_COPY_CONS(Translator); + VIRTUAL_COPY_CONS (Translator); friend class Performer_group_performer; - Performer_group_performer* daddy_perf_l() const; + Performer_group_performer* get_daddy_perf () const; protected: virtual void announce_element (Audio_element_info); - virtual void acknowledge_element (Audio_element_info); - virtual void process_acknowledged (); - virtual int get_tempo_i() const; - virtual void play_element (Audio_element * elem_p ); + virtual void acknowledge_audio_element (Audio_element_info); + virtual void create_audio_elements (); + virtual int get_tempo () const; + virtual void play_element (Audio_element * elem ); };