From d03717d602ba5b999d0df25a3b1720e5007c95ea Mon Sep 17 00:00:00 2001 From: probonopd Date: Sat, 3 Dec 2022 07:04:48 +0100 Subject: [PATCH] MIDIButtonNotes=0 by default --- src/minidexed.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/src/minidexed.ini b/src/minidexed.ini index 9025423..7d73416 100644 --- a/src/minidexed.ini +++ b/src/minidexed.ini @@ -65,6 +65,7 @@ LongPressTimeout=400 # If MIDIButtonNotes>0 then treat MIDIButton # numbers as MIDI Note numbers note CC numbers. MIDIButtonCh=0 +MIDIButtonNotes=0 MIDIButtonNotes=1 MIDIButtonPrev=00 MIDIButtonNext=02