compile warn fix
This commit is contained in:
+2
-2
@@ -19,13 +19,13 @@ void fill_sine_table() {
|
||||
}
|
||||
|
||||
SynthEngine::SynthEngine(uint32_t sampleRate)
|
||||
: _sampleRate(sampleRate),
|
||||
: grid{},
|
||||
_sampleRate(sampleRate),
|
||||
_phase(0),
|
||||
_increment(0),
|
||||
_volume(0.5f),
|
||||
_waveform(SAWTOOTH),
|
||||
_isGateOpen(false),
|
||||
grid{},
|
||||
_rngState(12345)
|
||||
{
|
||||
fill_sine_table();
|
||||
|
||||
Reference in New Issue
Block a user