From 1a8568072017fb79e9cd002f8e7949e658b8ea84 Mon Sep 17 00:00:00 2001 From: arsamus Date: Sun, 15 May 2022 21:07:33 -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;