Fixed noise droplet from crashing

This commit is contained in:
Christian Colglazier 2020-09-17 16:10:41 -04:00
parent d7e6b6f6e7
commit 1251eb53cd

View File

@ -3,6 +3,7 @@
NoiseDroplet::NoiseDroplet(DaisyPatch* m_patch, NoiseDroplet::NoiseDroplet(DaisyPatch* m_patch,
float sample_rate, float sample_rate,
DropletState m_state) { DropletState m_state) {
patch = m_patch;
noise.Init(); noise.Init();
filter.Init(); filter.Init();
UpdateState(m_state); UpdateState(m_state);