Fix Off/Omni logic

pull/365/head
diyelectromusic 3 years ago
parent 70c0f8b54f
commit 77c4445451
  1. 4
      src/minidexed.ini

@ -60,8 +60,8 @@ LongPressTimeout=400
# MIDI Button Navigation # MIDI Button Navigation
# Specify MIDI CC to act as a button # Specify MIDI CC to act as a button
# NB: Off < 64 < ON # NB: Off < 64 < ON
# CC channel: 0=OMNI; 1-16 MIDI Ch; >16 OFF # CC channel: 0=OFF; 1-16 MIDI Ch; >16 Omni
MIDIButtonCh=255 MIDIButtonCh=0
MIDIButtonPrev=85 MIDIButtonPrev=85
MIDIButtonNext=86 MIDIButtonNext=86
MIDIButtonHome=87 MIDIButtonHome=87

Loading…
Cancel
Save