-fixed includes

This commit is contained in:
2025-07-31 16:39:38 +02:00
parent 6fc6b9f567
commit 6e8b990391
4 changed files with 28 additions and 11 deletions
+9
View File
@@ -16,6 +16,15 @@
#include "JaySynthMidiCC.h"
#include "JaySynth.h"
#include "synth/voice.h"
#include "synth/vco.h"
#include "synth/noise.h"
#include "synth/smooth.h"
#include "synth/vcf.h"
#include "synth/lfo.h"
#include "synth/env.h"
#include "synth/param_scale.h"
#ifndef max
#define max(a,b) (((a) > (b)) ? (a) : (b))
#endif