]> git.donarmstrong.com Git - lilypond.git/blobdiff - mi2mu/include/midi-event.hh
release: 0.0.62
[lilypond.git] / mi2mu / include / midi-event.hh
index 2d57aa8336f5d7add2f5568440f82b322ecafab6..928851e808ec264851e5ecc3866eb8139983e8b5 100644 (file)
@@ -38,7 +38,8 @@ private:
 
 class Midi_note : public Midi_event {
 public:
-       int const c0_pitch_i_c_ = 60;
+//     int const c0_pitch_i_c_ = 60; // huh?
+       int const c0_pitch_i_c_ = 48;
 
        Midi_note( String name_str, Duration dur );
        virtual Moment mom();