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

@ -138,6 +138,7 @@ bool MIDIMap::read(String path) {
UNDERSTAND_OPTION(programChange) else
UNDERSTAND_OPTION(midiClock) else
UNDERSTAND_OPTION(midiTimeCode) else
UNDERSTAND_OPTION(yamahaFMResponse) else
UNDERSTAND_OPTION(valueInputStyle) else
UNDERSTAND_OPTION(valueInputControlMSB) else
UNDERSTAND_OPTION(valueInputControlLSB) else
@ -203,6 +204,7 @@ bool MIDIMap::write(String path) {
WRITE_OPTION(programChange);
WRITE_OPTION(midiClock);
WRITE_OPTION(midiTimeCode);
WRITE_OPTION(yamahaFMResponse);
WRITE_OPTION(valueInputStyle);
WRITE_OPTION(valueInputControlMSB);
WRITE_OPTION(valueInputControlLSB);