it worked the other way but not strictly correct
This commit is contained in:
parent
2d0e58a3ed
commit
feb6a92eec
|
@ -69,7 +69,7 @@ void vco(nekobee_synth_t *synth, uint32_t count) {
|
||||||
// https://www.kvraudio.com/forum/viewtopic.php?t=398553
|
// https://www.kvraudio.com/forum/viewtopic.php?t=398553
|
||||||
|
|
||||||
nekobee_voice_t *voice = synth->voice;
|
nekobee_voice_t *voice = synth->voice;
|
||||||
blosc_t *osc = &voice->osc;
|
struct blosc_t *osc = &voice->osc;
|
||||||
|
|
||||||
uint32_t i;
|
uint32_t i;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue