From 41f3722e5bd443d30fba3b6a4ab122d6b2d2222f Mon Sep 17 00:00:00 2001 From: Vesa Date: Sun, 27 Apr 2014 21:31:42 +0300 Subject: [PATCH] Fix previous.. --- plugins/monstro/Monstro.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/monstro/Monstro.cpp b/plugins/monstro/Monstro.cpp index 422ae304c..f64f39627 100644 --- a/plugins/monstro/Monstro.cpp +++ b/plugins/monstro/Monstro.cpp @@ -271,8 +271,8 @@ void MonstroSynth::renderOutput( fpp_t _frames, sampleFrame * _buf ) // phase manipulation vars - these can be reused by all oscs float leftph; float rightph; - float coeff_l; - float coeff_r; + float pd_l; + float pd_r; // osc1 vars float o1l_f;