output buzz

This commit is contained in:
Gordon JC Pearce 2024-08-20 21:11:39 +01:00
parent 3e18a96554
commit 70b588f7f5

View File

@ -33,9 +33,6 @@ void Sonnenlicht::run(const float**, float** outputs, uint32_t frames,
if (phase > 1) phase -= 1; if (phase > 1) phase -= 1;
outputs[0][i] = phase - 0.5; outputs[0][i] = phase - 0.5;
outputs[1][i] = phase - 0.5; outputs[1][i] = phase - 0.5;
} }
} }