fix up note names (from Don F, via SoftWerk)

git-svn-id: svn://localhost/ardour2/branches/3.0@6649 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2010-02-08 19:36:25 +00:00
parent c3b5e572df
commit ea63af333e

View File

@ -37,10 +37,10 @@ midi_note_name (uint8_t val)
"f",
"f#",
"g",
"g#",
"a",
"a#",
"b",
"b#"
"b"
};
int octave = val/12;