diff options
author | Wohlstand <admin@wohlnet.ru> | 2020-08-21 22:33:07 +0300 |
---|---|---|
committer | Wohlstand <admin@wohlnet.ru> | 2020-08-21 22:33:07 +0300 |
commit | c025dc0c06eed05800d5081380b7771e2de6fea4 (patch) | |
tree | 19f00334bc6d21ea218bc1fddc36fe6fbb674758 /src/adlmidi_midiplay.hpp | |
parent | 75637f387b2d91bf81ee2558244c030c3f7df26d (diff) | |
parent | af8b30f7b83d4ee00f5255f84cc4305d609b446f (diff) | |
download | libADLMIDI-c025dc0c06eed05800d5081380b7771e2de6fea4.tar.gz libADLMIDI-c025dc0c06eed05800d5081380b7771e2de6fea4.tar.bz2 libADLMIDI-c025dc0c06eed05800d5081380b7771e2de6fea4.zip |
Merge branch 'master' into wip-new-embedded-banks
Diffstat (limited to 'src/adlmidi_midiplay.hpp')
-rw-r--r-- | src/adlmidi_midiplay.hpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/adlmidi_midiplay.hpp b/src/adlmidi_midiplay.hpp index 9cf35b1..f7732fe 100644 --- a/src/adlmidi_midiplay.hpp +++ b/src/adlmidi_midiplay.hpp @@ -538,9 +538,6 @@ public: //! CMF Rhythm mode bool m_cmfPercussionMode; - //! Master volume, controlled via SysEx - uint8_t m_masterVolume; - //! SysEx device ID uint8_t m_sysExDeviceId; |