comparison flattendynamics-ladspa.h @ 5:6b732542a34c

Experiment with permitting some local variation rather than always aiming to flatten
author Chris Cannam
date Mon, 21 Jul 2014 18:01:11 +0100
parents f21753c504e1
children 4d48ab57fbcc
comparison
equal deleted inserted replaced
4:e36fe9312ad4 5:6b732542a34c
50 int m_histwrite; 50 int m_histwrite;
51 int m_histread; 51 int m_histread;
52 52
53 double m_sumOfSquares; 53 double m_sumOfSquares;
54 float m_rms; 54 float m_rms;
55 float m_maxRms;
55 float m_gain; 56 float m_gain;
56 }; 57 };
57 58
58 #endif 59 #endif