@ -22,8 +22,8 @@
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include "config.h"
#include <limits.h>
#include <Audio.h>
#include <Wire.h>
#include <SPI.h>
@ -26,6 +26,7 @@
#ifndef CONFIG_H_INCLUDED
#define CONFIG_H_INCLUDED
#include <Arduino.h>
#include "midinotes.h"
// ATTENTION! For better latency you have to redefine AUDIO_BLOCK_SAMPLES from
@ -23,9 +23,9 @@
#include "synth.h"
#include "dexed.h"
#include "EngineMkI.h"
#include "EngineOpl.h"
#include "fm_core.h"
@ -24,12 +24,12 @@
#include <SD.h>
#include "dexed_sysex.h"
extern Dexed* MicroDexed[NUM_DEXED];
@ -22,10 +22,10 @@
#include "arm_math.h"
#include "effect_modulated_delay.h"
extern config_t configuration;
@ -14,6 +14,7 @@
* limitations under the License.
#include <math.h>
#include <cstdlib>
@ -25,7 +26,6 @@
#include "sin.h"
#include "fm_op_kernel.h"
#ifdef HAVE_NEON
static bool hasNeon() {