Lint fixes

This commit is contained in:
Dejvino
2026-03-01 21:35:38 +01:00
parent fbf1b36652
commit d9f1f1200c
2 changed files with 43 additions and 3 deletions
+1 -1
View File
@@ -55,8 +55,8 @@ SynthEngine::SynthEngine(uint32_t sampleRate)
_increment(0),
_volume(0.5f),
_waveform(SAWTOOTH),
_isGateOpen(false),
_freqToPhaseInc(0.0f),
_isGateOpen(false),
_rngState(12345)
{
fill_wave_tables();