Searched refs:unloadInstrument (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/sound/midi/
H A DSynthesizer.java176 * @see #unloadInstrument
198 public void unloadInstrument(Instrument instrument); method in interface:Synthesizer
297 * @see #unloadInstrument
330 * @see #unloadInstrument
/openjdk7/jdk/test/javax/sound/midi/Gervill/SoftSynthesizer/
H A DUnloadInstrument.java27 @summary Test SoftSynthesizer unloadInstrument method */
68 synth.unloadInstrument(ins2);
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DSoftSynthesizer.java578 public void unloadInstrument(Instrument instrument) { method in class:SoftSynthesizer
618 unloadInstrument(from);
810 unloadInstrument(ins);
838 unloadInstrument(ins);

Completed in 33 milliseconds