static double keyNumberToMultiplyingFactor(int cents, int key) { return timecentsToSeconds(cents * (60.0 - key)); }