From: fred Date: Tue, 11 Mar 1997 20:09:54 +0000 (+0000) Subject: lilypond-0.0.41 X-Git-Tag: release/1.5.59~6223 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=48eec3ea67f09e408b018e2b2f1f3825bcdbc439;p=lilypond.git lilypond-0.0.41 --- diff --git a/mi2mu/include/midi-event.hh b/mi2mu/include/midi-event.hh index 3f06353c4a..df08ce5fed 100644 --- a/mi2mu/include/midi-event.hh +++ b/mi2mu/include/midi-event.hh @@ -56,6 +56,7 @@ public: int get_tempo_i( Moment moment ); virtual String mudela_str( bool command_mode_bo ); + int useconds_per_4_i(); private: int useconds_per_4_i_; @@ -81,6 +82,8 @@ public: Duration i2_dur( int time_i, int division_1_i ); int clocks_1_i(); + int den_i(); + int num_i(); virtual String mudela_str( bool command_mode_bo ); Moment bar_mom();