This is an example of how to use the AudioDelayFeedback class.
#include <MozziGuts.h>
#include <Oscil.h>
#include <tables/triangle_analogue512_int8.h>
#include <tables/triangle512_int8.h>
#include <AudioDelayFeedback.h>
#include <mozzi_midi.h>
#define CONTROL_RATE 128 // powers of 2 please
byte del_samps;
void setup(){
aTriangle.setFreq(
mtof(48.f));
kDelSamps.setFreq(.163f);
}
}
char asig = aTriangle.next();
return asig/8 + aDel.
next(asig, deltime);
}
void loop(){
}