if visible note range is set to 1 note, treat just like any other range < 12
This commit is contained in:
@@ -247,10 +247,6 @@ MidiViewBackground::apply_note_range (uint8_t lowest, uint8_t highest, bool to_c
|
||||
return false;
|
||||
}
|
||||
|
||||
if (lowest == highest) {
|
||||
return false;
|
||||
}
|
||||
|
||||
bool changed = false;
|
||||
|
||||
/* Enforce a 1 octave minimum */
|
||||
|
||||
Reference in New Issue
Block a user