GUI: add an option for it

This commit is contained in:
tildearrow 2022-05-08 02:07:58 -05:00
parent 2c643aca4c
commit 4faa65a2e9
4 changed files with 7 additions and 1 deletions

View file

@ -598,7 +598,7 @@ struct MIDIMap {
int**** map;
std::vector<MIDIBind> binds;
bool noteInput, volInput, rawVolume, polyInput, directChannel, programChange, midiClock, midiTimeCode;
bool noteInput, volInput, rawVolume, polyInput, directChannel, programChange, midiClock, midiTimeCode, yamahaFMResponse;
// 0: disabled
//
// 1: C- C# D- D# E- F- F# G- G# A- A# B-
@ -660,6 +660,7 @@ struct MIDIMap {
programChange(true),
midiClock(false),
midiTimeCode(false),
yamahaFMResponse(false),
valueInputStyle(1),
valueInputControlMSB(0),
valueInputControlLSB(0),