From 5a5521b3b5162fde828ac228a52eefbf65e6823a Mon Sep 17 00:00:00 2001 From: pranaygupta36 <pranayguptastudent@gmail.com> Date: Sun, 8 Jul 2018 05:01:29 +0530 Subject: [PATCH] double precision changes to the bonk class --- pd/extra/bonk~/bonk~.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pd/extra/bonk~/bonk~.c b/pd/extra/bonk~/bonk~.c index 33e19701b..c61619d7a 100644 --- a/pd/extra/bonk~/bonk~.c +++ b/pd/extra/bonk~/bonk~.c @@ -67,6 +67,7 @@ decay and other times in msec #include "ext_obex.h" typedef double t_floatarg; /* from m_pd.h */ +typedef float t_float; /* from m_pd.h */ #define flog log #define fexp exp #define fsqrt sqrt @@ -99,12 +100,12 @@ static t_class *bonk_class; #define DEFOVERLAP 1 #define DEFFIRSTBIN 1 #define DEFMINBANDWIDTH 1.5 -#define DEFHITHRESH 5 +#define DEFHITHRESH 5. #define DEFLOTHRESH 2.5 #define DEFMASKTIME 4 #define DEFMASKDECAY 0.7 #define DEFDEBOUNCEDECAY 0 -#define DEFMINVEL 7 +#define DEFMINVEL 7. #define DEFATTACKBINS 1 #define MAXATTACKWAIT 4 -- GitLab