From 6813d01ea77a43a4a3e044140fbbcea0b7b3f803 Mon Sep 17 00:00:00 2001 From: diyelectromusic <68612569+diyelectromusic@users.noreply.github.com> Date: Tue, 4 Oct 2022 15:45:10 +0100 Subject: [PATCH] First implementation of NoteOn/NoteOff MIDI UI buttons --- src/minidexed.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/minidexed.ini b/src/minidexed.ini index 4e6f78c..a2c2bd6 100644 --- a/src/minidexed.ini +++ b/src/minidexed.ini @@ -61,7 +61,10 @@ LongPressTimeout=400 # Specify MIDI CC to act as a button # NB: Off < 64 < ON # CC channel: 0=OFF; 1-16 MIDI Ch; >16 Omni +# If MIDIButtonNotes>0 then treat MIDIButton +# numbers as MIDI Note numbers note CC numbers. MIDIButtonCh=0 +MIDIButtonNotes=1 MIDIButtonPrev=00 MIDIButtonNext=02 MIDIButtonBack=03