From 48eec3ea67f09e408b018e2b2f1f3825bcdbc439 Mon Sep 17 00:00:00 2001 From: fred Date: Tue, 11 Mar 1997 20:09:54 +0000 Subject: [PATCH] lilypond-0.0.41 --- mi2mu/include/midi-event.hh | 3 +++ 1 file changed, 3 insertions(+) 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(); -- 2.39.5