X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=JackStahl.pde;h=710ad945e0ec192e6c8ae2cbe8394360dc29aba8;hb=d3f23c0e16c7e8174979fb6908d3bffac3144035;hp=543ab892b8ca0e44b47333a563a23cc10f908844;hpb=9b37e50c388caa3cdb42b15eb6626c820eb09cc9;p=SugarCubes.git diff --git a/JackStahl.pde b/JackStahl.pde index 543ab89..710ad94 100644 --- a/JackStahl.pde +++ b/JackStahl.pde @@ -43,7 +43,7 @@ class Swim extends SCPattern { beat = (beat + 1) % 4; } prevRamp = ramp; - float phase = (beat+ramp) / 2.0 * 4 * PI; + float phase = (beat+ramp) / 2.0 * 2 * PI; float denominator = max(xAngle.getValuef() + yAngle.getValuef() + zAngle.getValuef(), 1);