From 10d278848f98ada4d903049ac0c94ecf3a430edf Mon Sep 17 00:00:00 2001 From: probonopd Date: Mon, 14 Apr 2025 19:04:18 +0200 Subject: [PATCH] setOperatorMute [ci skip] --- src/minidexed.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/minidexed.h b/src/minidexed.h index 6a7ef81..d0b2a92 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 The MiniDexed Team +// Copyright (C) 2022-25 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 @@ -228,6 +228,7 @@ public: bool DoSavePerformance (void); void setMasterVolume (float32_t vol); + void setOperatorMute(uint8_t operatorIndex, unsigned nTG); private: int16_t ApplyNoteLimits (int16_t pitch, unsigned nTG); // returns < 0 to ignore note