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