From 07d37e0fbc66b14cadf387dbf8d0c04c87fab9ff Mon Sep 17 00:00:00 2001 From: Vesa Date: Wed, 26 Mar 2014 00:39:27 +0200 Subject: [PATCH] Forgot to change phasemod constant --- plugins/watsyn/Watsyn.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/watsyn/Watsyn.h b/plugins/watsyn/Watsyn.h index 6ff570b3b..5b4072202 100644 --- a/plugins/watsyn/Watsyn.h +++ b/plugins/watsyn/Watsyn.h @@ -61,7 +61,7 @@ const int WAVELEN = 4400; const int WAVERATIO = WAVELEN / GRAPHLEN; -const int PMOD_AMT = 110; +const int PMOD_AMT = WAVELEN / 2; const int MOD_MIX = 0; const int MOD_AM = 1;