A bit of cleanup

pull/409/head
abscisys 2 years ago
parent e18c0f284e
commit ffcafd6f63
  1. 3
      src/fx.h
  2. 2
      src/userinterface.h

@ -22,9 +22,6 @@
#include <arm_math.h> #include <arm_math.h>
#include "common.h" #include "common.h"
#include <iostream>
using namespace std;
#define DISALLOW_COPY_AND_ASSIGN(TypeName) \ #define DISALLOW_COPY_AND_ASSIGN(TypeName) \
TypeName(const TypeName&) = delete; \ TypeName(const TypeName&) = delete; \
void operator=(const TypeName&) = delete void operator=(const TypeName&) = delete

@ -55,8 +55,8 @@ public:
// To be called from the MIDI device on reception of a MIDI CC message // To be called from the MIDI device on reception of a MIDI CC message
void UIMIDICmdHandler (unsigned nMidiCh, unsigned nMidiCmd, unsigned nMidiData1, unsigned nMidiData2); void UIMIDICmdHandler (unsigned nMidiCh, unsigned nMidiCmd, unsigned nMidiData1, unsigned nMidiData2);
void LCDWrite (const char *pString); // Print to optional HD44780 display
private: private:
void LCDWrite (const char *pString); // Print to optional HD44780 display
void EncoderEventHandler (CKY040::TEvent Event); void EncoderEventHandler (CKY040::TEvent Event);
static void EncoderEventStub (CKY040::TEvent Event, void *pParam); static void EncoderEventStub (CKY040::TEvent Event, void *pParam);

Loading…
Cancel
Save