Skip to content

Commit

Permalink
Merge pull request supercollider#2468 from snappizz/topic/unpack1fft-…
Browse files Browse the repository at this point in the history
…ctor

plugins: Unpack1FFT: initialize output
  • Loading branch information
danstowell authored Nov 3, 2016
2 parents 2e8c17d + 7f83274 commit ff749a6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions server/plugins/UnpackFFTUGens.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ void Unpack1FFT_Ctor(Unpack1FFT* unit)
SETCALC(Unpack1FFT_next_phase);
}
}

ZOUT0(0) = unit->outval;
}


Expand Down

0 comments on commit ff749a6

Please sign in to comment.