Searched refs:getPitchcorrection (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DModelWavetable.java48 public float getPitchcorrection(); method in interface:ModelWavetable
H A DModelByteBufferWavetable.java275 public float getPitchcorrection() { method in class:ModelByteBufferWavetable
H A DSoftAbstractResampler.java97 pitchcorrection = osc.getPitchcorrection();
/openjdk7/jdk/test/javax/sound/midi/Gervill/ModelByteBufferWavetable/
H A DGetPitchCorrection.java89 if(wavetable.getPitchcorrection() != 10f)
90 throw new RuntimeException("wavetable.getPitchcorrection() not 10!");
92 if(wavetable.getPitchcorrection() != 20f)
93 throw new RuntimeException("wavetable.getPitchcorrection() not 20!");
H A DNewModelByteBufferWavetableModelByteBufferFloat.java92 if(wavetable.getPitchcorrection() != 10f)
93 throw new RuntimeException("wavetable.getPitchcorrection() not 10!");

Completed in 32 milliseconds