Skip to content

Commit

Permalink
use delay_q
Browse files Browse the repository at this point in the history
  • Loading branch information
marcel-licence authored Oct 14, 2024
1 parent 31305b4 commit 60efc19
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ml_synth_multi_saw_example.ino
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,9 @@
#ifdef REVERB_ENABLED
#include <ml_reverb.h>
#endif
#include <ml_delay.h>
#ifdef MAX_DELAY_Q
#include <ml_delay_q.h>
#endif
#ifdef OLED_OSC_DISP_ENABLED
#include <ml_scope.h>
#endif
Expand Down

0 comments on commit 60efc19

Please sign in to comment.