From de3a50cc1ddc3ed6ff070388f0e60dd089df6fcf Mon Sep 17 00:00:00 2001 From: tonton th Date: Tue, 5 Jan 2021 22:55:34 +0100 Subject: [PATCH] jacky tuning --- Fonderie/glitches.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Fonderie/glitches.c b/Fonderie/glitches.c index 33cbe9d..5e3e971 100644 --- a/Fonderie/glitches.c +++ b/Fonderie/glitches.c @@ -173,7 +173,7 @@ static int x_delta(float dy, float phy) { float param, fv; param = dy + phy; -fv = 9.999*sin(param) + 6.666*sin(param*3) + 3.333*sin(param*5); +fv = 12.11*sin(param+0.22) + 8.5*sin(param*3.02) + 0.42*sin(param*5.1); return (int)fv; } /* -------------------------------------------------------------- */ @@ -193,7 +193,7 @@ fprintf(stderr, ">>> %s ( %p %d %f %f )\n", __func__, picz, #endif h = picz->height; w = picz->width; -#define BB 4 +#define BB 2 for (y=BB; y