We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 23f8f68 + 409ccbb commit beb6dd1Copy full SHA for beb6dd1
cyclone_objects/binaries/audio/play.c
@@ -387,7 +387,7 @@ static t_int *play_perform(t_int *w)
387
//let's handle this in two cases, forwards playing (isneg == 0), backwards playing (isneg == 1)
388
for (iblock = 0; iblock < nblock; iblock++){
389
double phase = x->x_phase;
390
- double fadephase, fadegain;
+ double fadephase = 0.0, fadegain = 0.0;
391
if(isneg){
392
393
//[0---endxsamp---endsamp----stxsamp----stsamp----npts]
0 commit comments