Enabled USE_FX.

Small fixes.
pull/46/head
Holger Wirtz 3 years ago
parent 60ac8c6b02
commit 71497ebe84
  1. 4
      config.h

@ -106,7 +106,7 @@
#endif #endif
// FX-CHAIN ENABLE/DISABLE // FX-CHAIN ENABLE/DISABLE
//#define USE_FX 1 #define USE_FX 1
// CHORUS parameters // CHORUS parameters
#define MOD_DELAY_SAMPLE_BUFFER int32_t(TIME_MS2SAMPLES(20.0)) // 20.0 ms delay buffer. #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) # warning >>> With enabled FX a maximum of 14 voices is possible (due to CPU limitations)
# define MAX_NOTES 14 # define MAX_NOTES 14
# if F_CPU > 180000000 # 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 # endif
# else # else
# if F_CPU == 256000000 # if F_CPU == 256000000

Loading…
Cancel
Save