From feb6a92eeccd1c2f09944514e84f6ce3aa5f9568 Mon Sep 17 00:00:00 2001 From: Gordon JC Pearce Date: Wed, 21 Jun 2023 20:18:37 +0100 Subject: [PATCH] it worked the other way but not strictly correct --- plugins/Nekobi/nekobee-src/nekobee_voice_render.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Nekobi/nekobee-src/nekobee_voice_render.c b/plugins/Nekobi/nekobee-src/nekobee_voice_render.c index 9ba69f6..c3665c3 100644 --- a/plugins/Nekobi/nekobee-src/nekobee_voice_render.c +++ b/plugins/Nekobi/nekobee-src/nekobee_voice_render.c @@ -69,7 +69,7 @@ void vco(nekobee_synth_t *synth, uint32_t count) { // https://www.kvraudio.com/forum/viewtopic.php?t=398553 nekobee_voice_t *voice = synth->voice; - blosc_t *osc = &voice->osc; + struct blosc_t *osc = &voice->osc; uint32_t i;