From ed22ebbfe80cdd9fc3535adaaf248aa24d1f2e3d Mon Sep 17 00:00:00 2001 From: David Reid Date: Fri, 10 Dec 2021 20:55:39 +1000 Subject: [PATCH] Fix a comment. --- extras/nodes/ma_reverb_node/ma_reverb_node.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extras/nodes/ma_reverb_node/ma_reverb_node.h b/extras/nodes/ma_reverb_node/ma_reverb_node.h index cd5845fd..80370fbd 100644 --- a/extras/nodes/ma_reverb_node/ma_reverb_node.h +++ b/extras/nodes/ma_reverb_node/ma_reverb_node.h @@ -14,7 +14,7 @@ The reverb node has one input and one output. typedef struct { ma_node_config nodeConfig; - ma_uint32 channels; /* The number of channels of the source, which will be the same as the output. Must be 1 or 2. The excite bus must always have one channel. */ + ma_uint32 channels; /* The number of channels of the source, which will be the same as the output. Must be 1 or 2. */ ma_uint32 sampleRate; float roomSize; float damping;