From bdd8c21fcfff8041ea94a972903ce42e58c2a5c2 Mon Sep 17 00:00:00 2001 From: ozpv <39195175+ozpv@users.noreply.github.com> Date: Sat, 29 Aug 2026 23:04:49 -0500 Subject: add retain --- Core/Inc/Effects/ringmod.h | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'Core/Inc/Effects/ringmod.h') diff --git a/Core/Inc/Effects/ringmod.h b/Core/Inc/Effects/ringmod.h index 516ca6c..766fad4 100755 --- a/Core/Inc/Effects/ringmod.h +++ b/Core/Inc/Effects/ringmod.h @@ -20,6 +20,13 @@ typedef struct RingModParams { bool square_lfo; } RingModParams; -void ringmod(float *samples, const size_t range_min, const size_t range_max, const struct RingModParams *params); +void ringmod( + const struct RingModParams *params, + const int32_t *samples_in, + int32_t *samples_out, + const size_t range_min, + const size_t range_max, + const enum Channel channel +); #endif /* INC_EFFECTS_RINGMOD_H_ */ -- cgit v1.2.3