computerscare-vcv-modules

computerscare modules for VCV Rack
Log | Files | Refs

commit 29de561bdf517ad3ef3ced8787a072a32fee3fe1
parent 259a91f9ea676f4b5ba695df6839108aead24fa0
Author: Adam M <aemalone@gmail.com>
Date:   Mon,  2 Sep 2019 15:01:54 -0500

Tweak scale factor

Diffstat:
Msrc/ComputerscareFolyPace.cpp | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/ComputerscareFolyPace.cpp b/src/ComputerscareFolyPace.cpp @@ -207,7 +207,7 @@ struct FolyPaceDisplay : TransparentWidget { //nvgReset(args.vg); - float sf = 1 + 0.3 * sin(B - C); //scaleFactor + float sf = 1 + 0.2 * sin(B - C); //scaleFactor float ox = 67.5 + sf * 20.33 * sin(D - C / 2); float oy = 180 + sf * 30.33 * sin(G - F);