Searched refs:pitchToFrequency (Results 1 – 4 of 4) sorted by relevance
29 public static double pitchToFrequency(double pitch) { in pitchToFrequency() method in SynthUnit
27 float freq = (float) pitchToFrequency(pitch); in setPitch()