menu
dart_melty_soundfont package
documentation
soundfont_math.dart
SoundFontMath
expCutoff static method
expCutoff static method
dark_mode
light_mode
expCutoff
static method
double
expCutoff
(
double
x
)
Implementation
static double expCutoff(double x) { if (x < logNonAudible) { return 0.0; } else { return exp(x); } }
dart_melty_soundfont package
documentation
soundfont_math
SoundFontMath
expCutoff static method
SoundFontMath class