mirror of
https://github.com/jhbruhn/eurorack.git
synced 2025-03-15 02:55:49 +00:00
Fix bug in MidiNoteMenuItem for negative octaves
This commit is contained in:
parent
9d21a944d5
commit
30a86fbdd9
1 changed files with 1 additions and 1 deletions
|
@ -222,7 +222,7 @@ class StringListMenuItem : public NumberMenuItem<uint8_t> {
|
||||||
|
|
||||||
class MidiNoteMenuItem : public NumberMenuItem<uint8_t> {
|
class MidiNoteMenuItem : public NumberMenuItem<uint8_t> {
|
||||||
private:
|
private:
|
||||||
char string_buffer[4];
|
char string_buffer[5];
|
||||||
const char* note_strings[12];
|
const char* note_strings[12];
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
|
|
Loading…
Reference in a new issue