Skip to content

Commit 66217c1

Browse files
committed
Remove print statement I left in
1 parent 3883f3c commit 66217c1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Sources/CSoundpipeAudioKit/Effects/AmplitudeEnvelopeDSP.mm

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ void process(FrameRange range) override {
6565
adsr->rel = releaseDurationRamp.getAndStep();
6666

6767
sp_adsr_compute(sp, adsr, &internalTrigger, &amp);
68-
printf("%.2f\n", amp);
6968
outputSample(0, i) = inputSample(0, i) * amp;
7069
outputSample(1, i) = inputSample(1, i) * amp;
7170
}

0 commit comments

Comments
 (0)