computerscare-vcv-modules

computerscare modules for VCV Rack
Log | Files | Refs

commit 7060db2506444a28283f9fb318e34de1a5a50480
parent e8ea21d625c14102d876ac16b58d8f1befe9e65b
Author: Adam M <aemalone@gmail.com>
Date:   Wed, 24 Jul 2019 22:55:58 -0500

more face stuff

Diffstat:
Msrc/ComputerscareFolyPace.cpp | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/ComputerscareFolyPace.cpp b/src/ComputerscareFolyPace.cpp @@ -240,9 +240,9 @@ struct FolyPaceDisplay : TransparentWidget { float ox=67.5+ sf*20.33*sin(D-C/2); float oy = 180+ sf*30.33*sin(G-F); - float h = 0.4 + 0.3*sin(A)+0.3*sin(K+G-A); //face hue - float s = 0.5 + 0.32*sin(B-33.21-D); //face saturation - float l = 0.5 + 0.45*sin(C+D/3); //face lightness + float h = 0.4 + 0.3*sin(A/2)+0.3*sin(K/3); //face hue + float s = 0.5 + 0.32*sin(B/3-33.21-D/2); //face saturation + float l = 0.5 + 0.45*sin(C/2); //face lightness float fx = ox ; //face y float fy= oy; //face x