Searched refs:getLoopLength (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DModelWavetable.java42 public float getLoopLength(); method in interface:ModelWavetable
H A DModelByteBufferWavetable.java251 public float getLoopLength() { method in class:ModelByteBufferWavetable
H A DSoftAbstractResampler.java100 looplen = osc.getLoopLength();
/openjdk7/jdk/test/javax/sound/midi/Gervill/ModelByteBufferWavetable/
H A DGetLoopLength.java27 @summary Test ModelByteBufferWavetable getLoopLength method */
89 if(wavetable.getLoopLength() != 10f)
90 throw new RuntimeException("wavetable.getLoopLength() not 10!");
92 if(wavetable.getLoopLength() != 20f)
93 throw new RuntimeException("wavetable.getLoopLength() not 20!");

Completed in 34 milliseconds