]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/midi-def.hh
release: 0.0.75
[lilypond.git] / lily / include / midi-def.hh
index 788cf1dc4f6399eaa357eef34978abfc25b7f3b0..13073251abf910b5fe3f45c70d38595134d9cfa6 100644 (file)
@@ -26,7 +26,7 @@ struct Midi_def {
     String outfile_str_;
 
     Assoc<String, Real> *real_vars_p_;
-    Input_performer* iperf_p_;
+    Input_translator* itrans_p_;
 
     /// duration of whole note
     Real whole_seconds_f_;
@@ -40,7 +40,7 @@ struct Midi_def {
     Real get_var( String s ) const;
     int get_tempo_i( Moment moment );
     void print() const;
-    void set( Input_performer* iperf_p );
+    void set( Input_translator* itrans_p );
     void set_var( String s, Real r );
     void set_tempo( Moment moment, int count_per_minute_i );
 };