diff --git a/src/sfizz/MidiState.h b/src/sfizz/MidiState.h index b629c88a..badb0e17 100644 --- a/src/sfizz/MidiState.h +++ b/src/sfizz/MidiState.h @@ -134,13 +134,13 @@ private: * @brief Stores the note on times. * */ - MidiNoteArray noteOnTimes { }; + MidiNoteArray noteOnTimes; /** * @brief Stores the velocity of the note ons for currently * depressed notes. * */ - MidiNoteArray lastNoteVelocities { }; + MidiNoteArray lastNoteVelocities; /** * @brief Current known values for the CCs. *