diff --git a/extras/nodes/ma_reverb_node/ma_reverb_node.c b/extras/nodes/ma_reverb_node/ma_reverb_node.c index f1905109..5c214d6c 100644 --- a/extras/nodes/ma_reverb_node/ma_reverb_node.c +++ b/extras/nodes/ma_reverb_node/ma_reverb_node.c @@ -34,7 +34,7 @@ static ma_node_vtable g_ma_reverb_node_vtable = { ma_reverb_node_process_pcm_frames, NULL, - 1, /* 1 input channels. */ + 1, /* 1 input channel. */ 1, /* 1 output channel. */ MA_NODE_FLAG_CONTINUOUS_PROCESSING /* Reverb requires continuous processing to ensure the tail get's processed. */ };