From 465bc88e8f03408e7dced22c4b23c2ca9a07e46b Mon Sep 17 00:00:00 2001 From: Jens Ahrensfeld Date: Thu, 31 Jul 2025 16:41:24 +0200 Subject: [PATCH] removed linefeed --- Source/synth/vco.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);