From 70b588f7f531bcdc0fcf413bfb9104b22b34ea0a Mon Sep 17 00:00:00 2001 From: Gordon JC Pearce Date: Tue, 20 Aug 2024 21:11:39 +0100 Subject: [PATCH] output buzz --- plugin/sonnenlicht.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/plugin/sonnenlicht.cpp b/plugin/sonnenlicht.cpp index 01a010a..145aad3 100644 --- a/plugin/sonnenlicht.cpp +++ b/plugin/sonnenlicht.cpp @@ -33,9 +33,6 @@ void Sonnenlicht::run(const float**, float** outputs, uint32_t frames, if (phase > 1) phase -= 1; outputs[0][i] = phase - 0.5; outputs[1][i] = phase - 0.5; - - - } }