#include <cmath>
#include <cstdlib>
#include "ladspa_types.h"
Go to the source code of this file.
◆ BOUNDED()
◆ BOUNDED_ABOVE()
◆ BOUNDED_BELOW()
◆ calculate60dBDrag()
The drag setting is arranged so that the gain drops by a factor of 1e3 (60dB) in the time specified. This is a bit of an arbitrary value but ties in with what the user will probably expect from his/her experience with reverb units.
◆ sampleNormalDistribution()
| double sampleNormalDistribution |
( |
const double | dMean, |
|
|
const double | dStandardDeviation, |
|
|
const long | lQuality = 12 ) |
|
inline |