< prev index next >

src/java.desktop/share/classes/javax/sound/midi/Synthesizer.java

Print this page

        

*** 47,58 **** * with a given synthesizer. Also, synthesizers may have a limited amount of * memory for instruments, meaning that not every soundbank and instrument can * be used by every synthesizer, even if the synthesis technique is compatible. * To see whether the instruments from a certain soundbank can be played by a * given synthesizer, invoke the ! * {@link #isSoundbankSupported(Soundbank) isSoundbankSupported} ! * method of {@code Synthesizer}. * <p> * "Loading" an instrument means that that instrument becomes available for * synthesizing notes. The instrument is loaded into the bank and program * location specified by its {@code Patch} object. Loading does not necessarily * mean that subsequently played notes will immediately have the sound of this --- 47,58 ---- * with a given synthesizer. Also, synthesizers may have a limited amount of * memory for instruments, meaning that not every soundbank and instrument can * be used by every synthesizer, even if the synthesis technique is compatible. * To see whether the instruments from a certain soundbank can be played by a * given synthesizer, invoke the ! * {@link #isSoundbankSupported(Soundbank) isSoundbankSupported} method of ! * {@code Synthesizer}. * <p> * "Loading" an instrument means that that instrument becomes available for * synthesizing notes. The instrument is loaded into the bank and program * location specified by its {@code Patch} object. Loading does not necessarily * mean that subsequently played notes will immediately have the sound of this
< prev index next >