Move m_uchOPMask[] to the private section of the class

https://github.com/probonopd/MiniDexed/issues/111#issuecomment-1104236141

Thanks @rsta2
pull/118/head
probonopd 3 years ago committed by GitHub
parent cbe6c2d7ca
commit 37ec291a6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      src/minidexed.h

@ -81,7 +81,6 @@ public:
void ControllersRefresh (unsigned nTG);
void SetReverbSend (unsigned nReverbSend, unsigned nTG); // 0 .. 127
uint8_t m_uchOPMask[CConfig::ToneGenerators];
enum TParameter
{
@ -127,7 +126,8 @@ public:
private:
int16_t ApplyNoteLimits (int16_t pitch, unsigned nTG); // returns < 0 to ignore note
uint8_t m_uchOPMask[CConfig::ToneGenerators];
void ProcessSound (void);
#ifdef ARM_ALLOW_MULTI_CORE

Loading…
Cancel
Save