From 71497ebe84d519c4f3a28abba9df4d900fcb1dde Mon Sep 17 00:00:00 2001 From: Holger Wirtz Date: Mon, 19 Jul 2021 14:02:38 +0200 Subject: [PATCH] Enabled USE_FX. Small fixes. --- config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.h b/config.h index 73fa00d..28d5678 100644 --- a/config.h +++ b/config.h @@ -106,7 +106,7 @@ #endif // FX-CHAIN ENABLE/DISABLE -//#define USE_FX 1 +#define USE_FX 1 // CHORUS parameters #define MOD_DELAY_SAMPLE_BUFFER int32_t(TIME_MS2SAMPLES(20.0)) // 20.0 ms delay buffer. @@ -308,7 +308,7 @@ # warning >>> With enabled FX a maximum of 14 voices is possible (due to CPU limitations) # define MAX_NOTES 14 # if F_CPU > 180000000 -# warning >>> Enabled FX with clockrate more than 180MHz is not useful due to RAM limitations. +# error >>> Enabled FX with clockrate more than 180MHz is not useful due to RAM limitations. # endif # else # if F_CPU == 256000000