diff --git a/src/sfizz/MidiState.h b/src/sfizz/MidiState.h index d7b528e3..18305e40 100644 --- a/src/sfizz/MidiState.h +++ b/src/sfizz/MidiState.h @@ -202,12 +202,12 @@ private: * @brief Stores the note on times. * */ - MidiNoteArray noteOnTimes {}; + MidiNoteArray noteOnTimes {{}}; /** * @brief Stores the note off times. * */ - MidiNoteArray noteOffTimes {}; + MidiNoteArray noteOffTimes {{}}; /** * @brief Stores the velocity of the note ons for currently * depressed notes.