diff --git a/code/daisy-looper/daisy-looper.ino b/code/daisy-looper/daisy-looper.ino
index 2d84ecbeed826e5a178d33c8c905747b6de3ff8b..566ea0e3e710b71714f3b104a33017346ca900f9 100644
--- a/code/daisy-looper/daisy-looper.ino
+++ b/code/daisy-looper/daisy-looper.ino
@@ -125,6 +125,7 @@ void AudioCallback(float **in, float **out, size_t size) {
     input_envelope_follower.Process(in[1][i]);
 
     // Process the Looper
+    // TODO: Add Saturating function here
     looper_out = looper.Process();
 
     // Mix the dry/Wet of the looper