GetIgnoreAllNotesOff

[ci skip]
pull/366/head
probonopd 3 years ago committed by GitHub
parent d53aeb40f5
commit 05f959621f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      src/config.h

@ -75,7 +75,7 @@ public:
const char *GetMIDIThruIn (void) const; // "" if not specified
const char *GetMIDIThruOut (void) const; // "" if not specified
bool GetMIDIRXProgramChange (void) const; // true if not specified
bool GetIgnoreAllNotesOff (void) const;
// HD44780 LCD
// GPIO pin numbers are chip numbers, not header positions
@ -143,6 +143,7 @@ private:
std::string m_MIDIThruIn;
std::string m_MIDIThruOut;
bool m_bMIDIRXProgramChange;
bool m_bIgnoreAllNotesOff;
bool m_bLCDEnabled;
unsigned m_nLCDPinEnable;

Loading…
Cancel
Save