From 7b1b1bac73084f4f34aa4bacb54eb36acfcf2c33 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Mon, 25 Aug 2025 13:41:29 -0600 Subject: [PATCH] if visible note range is set to 1 note, treat just like any other range < 12 --- gtk2_ardour/midi_view_background.cc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/gtk2_ardour/midi_view_background.cc b/gtk2_ardour/midi_view_background.cc index 20af700120..e84827566b 100644 --- a/gtk2_ardour/midi_view_background.cc +++ b/gtk2_ardour/midi_view_background.cc @@ -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 */