From db21abc95039eee957e682d513f81160be09359e Mon Sep 17 00:00:00 2001 From: falkTX Date: Sun, 15 Jan 2023 12:39:26 +0100 Subject: [PATCH] Wording and typos Signed-off-by: falkTX --- News.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/News.php b/News.php index 54cd254..fd98588 100644 --- a/News.php +++ b/News.php @@ -100,7 +100,7 @@ include_once("includes/header.php");

As an example, Francesco provided a simple patch that plays a sine wave through a sequence of 54 modules to measure the difference of the starting signal with the end one.
- As it can be seen below, with the old implementation there was definitely a delay introduced by the connections
+ As it can be seen below, with the old implementation there was definitely a delay introduced by the connections.
(since the audio engine steps through the modules in the order in which they were created, ignoring which modules should come first according to the cable connections)

@@ -118,7 +118,7 @@ include_once("includes/header.php");

Main Changelog