Skip to content
Snippets Groups Projects
Commit a34b9654 authored by David Huss's avatar David Huss :speech_balloon:
Browse files

Add base for InterpolatingLookup

parent c4eef923
Branches
Tags
No related merge requests found
...@@ -125,6 +125,7 @@ void AudioCallback(float **in, float **out, size_t size) { ...@@ -125,6 +125,7 @@ void AudioCallback(float **in, float **out, size_t size) {
input_envelope_follower.Process(in[1][i]); input_envelope_follower.Process(in[1][i]);
// Process the Looper // Process the Looper
// TODO: Add Saturating function here
looper_out = looper.Process(); looper_out = looper.Process();
// Mix the dry/Wet of the looper // Mix the dry/Wet of the looper
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment