From 35a5943998ad024211488121a4e9e966fcf56c22 Mon Sep 17 00:00:00 2001 From: Johan Berglund Date: Sat, 20 Mar 2021 11:00:51 +0100 Subject: [PATCH] Small tweak to CC intervals (mainly for pitch bend message interval update as a slight steppiness could be detected in some situations) --- NuEVI/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NuEVI/config.h b/NuEVI/config.h index 09ebd36..bcd539f 100644 --- a/NuEVI/config.h +++ b/NuEVI/config.h @@ -16,8 +16,8 @@ // milliseconds #define CC_BREATH_INTERVAL 5 #define SLOW_MIDI_ADD 7 -#define CC_INTERVAL 13 -#define CC_INTERVAL2 19 +#define CC_INTERVAL 9 +#define CC_INTERVAL2 13 #define CC_INTERVAL3 37 #define LVL_TIMER_INTERVAL 15 #define CVPORTATUNE 2