From 3a84a4bcb34984b4e529a70b16703f49d05d485d Mon Sep 17 00:00:00 2001 From: "N.N." Date: Sun, 7 Jun 2015 10:10:06 +0000 Subject: Changed rampsmooth~ ramp to linear as specified by help-patch and Max5 doc. svn path=/trunk/externals/miXed/; revision=17474 --- cyclone/sickle/rampsmooth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cyclone/sickle/rampsmooth.c b/cyclone/sickle/rampsmooth.c index 848e304..32be1d7 100644 --- a/cyclone/sickle/rampsmooth.c +++ b/cyclone/sickle/rampsmooth.c @@ -7,7 +7,7 @@ #include "sickle/sic.h" /* LATER select the mode fitter-optionally */ -#define RAMPSMOOTH_GEOMETRIC /* geometric series (same as slide~) CHECKED */ +/* #define RAMPSMOOTH_GEOMETRIC /* geometric series (same as slide~) CHECKED */ #ifndef RAMPSMOOTH_GEOMETRIC #define RAMPSMOOTH_LINEAR #endif -- cgit v1.2.1