From 069110e79053151b4583337a0a2b10940b27a2a2 Mon Sep 17 00:00:00 2001 From: probonopd Date: Wed, 23 Apr 2025 02:23:22 +0200 Subject: [PATCH] Remove setOperatorMask It was not working --- src/minidexed.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/minidexed.h b/src/minidexed.h index 695a6ea..6a7ef81 100644 --- a/src/minidexed.h +++ b/src/minidexed.h @@ -2,7 +2,7 @@ // minidexed.h // // MiniDexed - Dexed FM synthesizer for bare metal Raspberry Pi -// Copyright (C) 2022-25 The MiniDexed Team +// Copyright (C) 2022 The MiniDexed Team // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by @@ -229,8 +229,6 @@ public: void setMasterVolume (float32_t vol); - void setOperatorMask(uint8_t operatorMask, unsigned nTG); // Set operators enabled/disabled from bitmask - private: int16_t ApplyNoteLimits (int16_t pitch, unsigned nTG); // returns < 0 to ignore note uint8_t m_uchOPMask[CConfig::AllToneGenerators];