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

/openjdk7/jdk/src/share/classes/javax/sound/midi/
H A DSynthesizer.java179 * @see #remapInstrument
196 * @see #remapInstrument
226 public boolean remapInstrument(Instrument from, Instrument to); method in interface:Synthesizer
/openjdk7/jdk/test/javax/sound/midi/Gervill/SoftSynthesizer/
H A DRemapInstrument.java27 @summary Test SoftSynthesizer remapInstrument method */
61 assertTrue(synth.remapInstrument(ins3, ins10));
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DSoftSynthesizer.java598 public boolean remapInstrument(Instrument from, Instrument to) { method in class:SoftSynthesizer

Completed in 33 milliseconds