First implementation of NoteOn/NoteOff MIDI UI buttons

pull/368/head
diyelectromusic 3 years ago
parent e4265d6da1
commit 6813d01ea7
  1. 3
      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

Loading…
Cancel
Save