From f6e8f3e7dbfa44cc12eb1aef968b1158bdfbaedf Mon Sep 17 00:00:00 2001 From: TheoryOfNekomata Date: Sun, 29 May 2022 12:51:36 +0800 Subject: [PATCH] Update default controls Restrict Yes/No actions in same 2-octave span. --- docs/reference/files/config.ini | 6 +++--- src/packages/game/input/IZ_midi.h | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/reference/files/config.ini b/docs/reference/files/config.ini index 3f3cd93..b7dff61 100644 --- a/docs/reference/files/config.ini +++ b/docs/reference/files/config.ini @@ -40,8 +40,8 @@ Up="A#5" Right=C6 Down=B5 Left=A5 -Affirm=F6 -Negate=E6 +Affirm=F5 +Negate=E5 Action0=C4 Action1="C#4" Action2=D4 @@ -53,4 +53,4 @@ Action7=G4 Action8="G#4" Action9=A4 [MIDIInput.0] -DeviceID=1 +DeviceID=0 diff --git a/src/packages/game/input/IZ_midi.h b/src/packages/game/input/IZ_midi.h index f006cb9..5face3e 100644 --- a/src/packages/game/input/IZ_midi.h +++ b/src/packages/game/input/IZ_midi.h @@ -32,8 +32,8 @@ static const IZ_MIDINote IZ_DEFAULT_MIDI_INPUT_CONTROLS[PLAYERS][CONTROLS] = { 72, 71, 69, - 77, - 76, + 65, + 64, 48, 49, 50,