Searched defs:Patch (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/sound/midi/
H A DPatch.java30 * A <code>Patch</code> object represents a location, on a MIDI
32 * Every <code>Instrument</code> object has its own <code>Patch</code>
52 * @see Synthesizer#loadInstruments(Soundbank, Patch[])
59 public class Patch { class
80 public Patch(int bank, int program) { method in class:Patch
89 * whose location this <code>Patch</code> specifies.
101 * a bank, of the instrument whose location this <code>Patch</code> specifies.
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/parser/
H A DPatch.java31 * Patch program that runs later to "fix" references among components.
36 public interface Patch { interface

Completed in 113 milliseconds