AUDIO: Miles Audio AdLib: initialize variable
initialize currentPitchRange (although it was properly initialized later anyway)
This commit is contained in:
parent
e0761bc678
commit
f3df43dcbb
1 changed files with 1 additions and 0 deletions
|
@ -163,6 +163,7 @@ private:
|
||||||
MidiChannelEntry() : currentPatchBank(0),
|
MidiChannelEntry() : currentPatchBank(0),
|
||||||
currentInstrumentPtr(NULL),
|
currentInstrumentPtr(NULL),
|
||||||
currentPitchBender(MILES_PITCHBENDER_DEFAULT),
|
currentPitchBender(MILES_PITCHBENDER_DEFAULT),
|
||||||
|
currentPitchRange(0),
|
||||||
currentVoiceProtection(0),
|
currentVoiceProtection(0),
|
||||||
currentVolume(0), currentVolumeExpression(0),
|
currentVolume(0), currentVolumeExpression(0),
|
||||||
currentPanning(0),
|
currentPanning(0),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue