From 6ec15549b62a645dba93b685b3d53d8f72ca712b Mon Sep 17 00:00:00 2001 From: arsamus Date: Tue, 24 May 2022 23:52:13 -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 c0961e8..07027d8 100644 --- a/src/minidexed.h +++ b/src/minidexed.h @@ -215,6 +215,8 @@ private: bool m_bSetNewPerformance; unsigned m_nSetNewPerformanceID; + float32_t nMasterVolume; + CUserInterface m_UI; CSysExFileLoader m_SysExFileLoader; CPerformanceConfig m_PerformanceConfig;