From 2b95cdcce91ed942faa2cd28b12fb244a0b672cd Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sun, 10 Dec 2006 01:00:17 +0000 Subject: [PATCH] comment --- stepmania/src/RageSoundReader_ChannelSplit.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/stepmania/src/RageSoundReader_ChannelSplit.cpp b/stepmania/src/RageSoundReader_ChannelSplit.cpp index d4ab7984d2..973cb3451b 100644 --- a/stepmania/src/RageSoundReader_ChannelSplit.cpp +++ b/stepmania/src/RageSoundReader_ChannelSplit.cpp @@ -6,6 +6,10 @@ * * The resulting readers should be read in parallel. If their source position * drifts apart, the data between will be buffered to prevent seeking the source. + * + * The resulting sound has as many channels as the largest destination channel + * specified; multiple sounds on the same channel are mixed together; empty + * channels are silent. */ #include "global.h"