We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a0477a commit ab91082Copy full SHA for ab91082
1 file changed
synth_sine_f32.cpp
@@ -20,6 +20,9 @@ void AudioSynthWaveformSine_F32::update(void) {
20
uint16_t index, i;
21
float32_t a, b;
22
23
+ if(!enabled)
24
+ return;
25
+
26
blockS = AudioStream_F32::allocate_f32(); // Output blocks
27
if (!blockS) return;
28
0 commit comments