it worked the other way but not strictly correct

This commit is contained in:
Gordon JC Pearce 2023-06-21 20:18:37 +01:00
parent 2d0e58a3ed
commit feb6a92eec
1 changed files with 1 additions and 1 deletions

View File

@ -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;