Don't write undo records for automation that moves with regions when nothing changes...
[ardour.git] / libs / evoral / src / midi_util.cpp
index 4076337137063904c263f7146896525b21b6cd8e..e84f3ca2d41b67b41c6789dca337b7c1618ab03b 100644 (file)
@@ -37,10 +37,10 @@ midi_note_name (uint8_t val)
                "f",
                "f#",
                "g",
+               "g#",
                "a",
                "a#",
-               "b",
-               "b#"
+               "b"
        };
 
        int octave = val/12;