Skip to content

Commit 729719c

Browse files
committed
set output buffer values to zero
1 parent 39cc670 commit 729719c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Sources/CAudioKitEX/Nodes/CallbackInstrumentDSP.mm

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@
3636
}
3737

3838
void process(FrameRange range) override {
39+
zeroOutput(range.count, range.start);
40+
3941
count += range.count;
4042
if (updateTime) {
4143
lastFrameCount = count;

0 commit comments

Comments
 (0)