Forgot to change phasemod constant

This commit is contained in:
Vesa
2014-03-26 00:39:27 +02:00
parent 19b56779e9
commit 07d37e0fbc

View File

@@ -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;