menu
dart_melty_soundfont package
documentation
soundfont_math.dart
SoundFontMath
centsToHertz static method
centsToHertz static method
dark_mode
light_mode
centsToHertz
static method
double
centsToHertz
(
double
x
)
Implementation
static double centsToHertz(double x) { return 8.176 * pow(2.0, (1.0 / 1200.0) * x); }
dart_melty_soundfont package
documentation
soundfont_math
SoundFontMath
centsToHertz static method
SoundFontMath class