From 5224b4b1c756c494844913a4ef69a6654a28a65e Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Fri, 19 Jan 2007 06:51:57 +0000 Subject: [PATCH] comment --- stepmania/src/RageSoundReader_Extend.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/stepmania/src/RageSoundReader_Extend.cpp b/stepmania/src/RageSoundReader_Extend.cpp index 1b67de605b..fc0c36bf9f 100644 --- a/stepmania/src/RageSoundReader_Extend.cpp +++ b/stepmania/src/RageSoundReader_Extend.cpp @@ -7,6 +7,9 @@ /* * Add support for negative seeks (adding a delay), extending a sound * beyond its end (m_LengthSeconds and M_CONTINUE), looping and fading. + * This filter is normally inserted before extended buffering, implementing + * properties that can seek the sound; this results in buffered seeks, but + * changes to these properties are delayed. */ RageSoundReader_Extend::RageSoundReader_Extend( RageSoundReader *pSource ):