From 05f959621f7e6f467b939bb1b4ed5cb26847a8c3 Mon Sep 17 00:00:00 2001 From: probonopd Date: Mon, 3 Oct 2022 20:10:24 +0200 Subject: [PATCH] GetIgnoreAllNotesOff [ci skip] --- src/config.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/config.h b/src/config.h index dc5e7a3..f2c4aca 100644 --- a/src/config.h +++ b/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;