static Frequency pianoKeyFrequency(double key) { ret toFrequency(440*pow(plusOneSemitone(), key-49)); }