Browse Source

Update default controls

Restrict Yes/No actions in same 2-octave span.
feature/data-structs
TheoryOfNekomata 2 years ago
parent
commit
f6e8f3e7db
2 changed files with 5 additions and 5 deletions
  1. +3
    -3
      docs/reference/files/config.ini
  2. +2
    -2
      src/packages/game/input/IZ_midi.h

+ 3
- 3
docs/reference/files/config.ini View File

@@ -40,8 +40,8 @@ Up="A#5"
Right=C6 Right=C6
Down=B5 Down=B5
Left=A5 Left=A5
Affirm=F6
Negate=E6
Affirm=F5
Negate=E5
Action0=C4 Action0=C4
Action1="C#4" Action1="C#4"
Action2=D4 Action2=D4
@@ -53,4 +53,4 @@ Action7=G4
Action8="G#4" Action8="G#4"
Action9=A4 Action9=A4
[MIDIInput.0] [MIDIInput.0]
DeviceID=1
DeviceID=0

+ 2
- 2
src/packages/game/input/IZ_midi.h View File

@@ -32,8 +32,8 @@ static const IZ_MIDINote IZ_DEFAULT_MIDI_INPUT_CONTROLS[PLAYERS][CONTROLS] = {
72, 72,
71, 71,
69, 69,
77,
76,
65,
64,
48, 48,
49, 49,
50, 50,


Loading…
Cancel
Save