[xiph-commits] r8582 - trunk/postfish

xiphmont at motherfish-iii.xiph.org xiphmont at motherfish-iii.xiph.org
Sun Jan 2 20:08:19 PST 2005


Author: xiphmont
Date: 2005-01-02 20:08:19 -0800 (Sun, 02 Jan 2005)
New Revision: 8582

Modified:
   trunk/postfish/freeverb.c
Log:
Correct a comment in the freeverb code



Modified: trunk/postfish/freeverb.c
===================================================================
--- trunk/postfish/freeverb.c	2005-01-03 03:41:05 UTC (rev 8581)
+++ trunk/postfish/freeverb.c	2005-01-03 04:08:19 UTC (rev 8582)
@@ -24,7 +24,8 @@
 /* Derived from the Freeverb3 public domain reverb code by Jezar at
    Dreampoint. This C version of the original C++ assumes reverb to be
    a solved problem and so is not structured for tinkering; it removes
-   much of the pretty OO to make it a monolithic black box. */
+   much of the pretty OO to make it a monolithic black box. It also
+   adds predelay and control over early-reflection timings. */
 
 #include "postfish.h"
 #include "internal.h"



More information about the commits mailing list