From 6d99523934e4e6d93dd47cd0c82d092ac7ddb7f6 Mon Sep 17 00:00:00 2001 From: arsamus Date: Mon, 16 May 2022 01:02:01 -0300 Subject: [PATCH] Update minidexed.h --- src/minidexed.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/minidexed.h b/src/minidexed.h index 66beb35..93ff9df 100644 --- a/src/minidexed.h +++ b/src/minidexed.h @@ -193,6 +193,8 @@ private: int m_nNoteShift[CConfig::ToneGenerators]; unsigned m_nReverbSend[CConfig::ToneGenerators]; + + uint8_t m_nRawVoiceData[156]; CUserInterface m_UI; CSysExFileLoader m_SysExFileLoader;