From ec7d936289dbd3c8a438053c3cd0cf6b9eb96e43 Mon Sep 17 00:00:00 2001 From: Christopher Snowhill Date: Tue, 11 Feb 2025 17:45:05 -0800 Subject: [PATCH] DSP: Stylistic change Signed-off-by: Christopher Snowhill --- Audio/Chain/DSPRubberbandNode.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Audio/Chain/DSPRubberbandNode.m b/Audio/Chain/DSPRubberbandNode.m index 5aa8a1b03..f031dd120 100644 --- a/Audio/Chain/DSPRubberbandNode.m +++ b/Audio/Chain/DSPRubberbandNode.m @@ -351,7 +351,7 @@ static void * kDSPRubberbandNodeContext = &kDSPRubberbandNodeContext; - (AudioChunk *)convert { if(stopping) - return 0; + return nil; processEntered = YES;