-fixed includes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user