diff --git a/Source/synth/vco.c b/Source/synth/vco.c index e456fc4..c9f7088 100644 --- a/Source/synth/vco.c +++ b/Source/synth/vco.c @@ -45,7 +45,7 @@ void VCO_Init(osc_t *pObj, UINT32 id, vco_common_t *pCom, synth_float_t fs) VCO_SetBufsize(pObj, SYNTH_MAX_BUFSIZE); pObj->param[OSC_PARAM2_WAVEFORM] = OSC_WAVEFORM_SAWTOOTH; - + Sine_Init(&pObj->sine, fs); BLIT_Init(&pObj->blep, &pCom->blit, fs); WT_Init(&pObj->wt, id, &pCom->wt, fs);