about summary refs log tree commit diff
path: root/editor/pamaltsat.c
diff options
context:
space:
mode:
Diffstat (limited to 'editor/pamaltsat.c')
-rw-r--r--editor/pamaltsat.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/editor/pamaltsat.c b/editor/pamaltsat.c
index fbf69641..64a099e4 100644
--- a/editor/pamaltsat.c
+++ b/editor/pamaltsat.c
@@ -250,6 +250,8 @@ getTupInfo(tuplen          const tup,
 
 /* ------------------------ Logarithmic saturation ------------------------- */
 
+/* Method and algorithm by Anton Shepelev.  */
+
 static void
 tryLogSat(double          const sat,
           LinSampleInfo * const siP,
@@ -375,7 +377,9 @@ saturateLog(LinSampleInfo* const siP,
 
 
 
-/* -------------------------- Spectrum saturation --------------------------- */
+/* ------------------------- Spectrum saturation --------------------------- */
+
+/* Method and algorithm by Anton Shepelev.  */
 
 static void
 saturateSpectrum(LinSampleInfo * const siP,