Searched refs:isPercussion (Results 1 - 12 of 12) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DModelInstrumentComparator.java45 a += ((ModelPatch)p0).isPercussion() ? 2097152 : 0;
48 b += ((ModelPatch)p1).isPercussion() ? 2097152 : 0;
H A DModelPatch.java30 * A extended patch object that has isPercussion function.
49 public boolean isPercussion() { method in class:ModelPatch
H A DModelInstrument.java80 percussion = ((ModelPatch)getPatch()).isPercussion();
110 percussion = ((ModelPatch)getPatch()).isPercussion();
H A DModelAbstractOscillator.java177 if (((ModelPatch)p).isPercussion()
178 != ((ModelPatch)patch).isPercussion()) {
H A DSimpleSoundbank.java98 percussion = ((ModelPatch)patch).isPercussion();
106 percussion2 = ((ModelPatch)patch2).isPercussion();
H A DSimpleInstrument.java186 if (patch instanceof ModelPatch && ((ModelPatch)patch).isPercussion()) {
H A DDLSInstrument.java78 if (patch instanceof ModelPatch && ((ModelPatch)patch).isPercussion()) {
H A DSF2Soundbank.java876 percussion = ((ModelPatch)patch).isPercussion();
884 percussion2 = ((ModelPatch) patch2).isPercussion();
H A DDLSSoundbank.java1234 percussion = ((ModelPatch) patch).isPercussion();
1242 percussion2 = ((ModelPatch) patch2).isPercussion();
H A DSF2Instrument.java75 if (patch instanceof ModelPatch && ((ModelPatch) patch).isPercussion()) {
H A DSoftSynthesizer.java358 if (patch instanceof ModelPatch && ((ModelPatch) patch).isPercussion())
H A DEmergencySoundbank.java472 if (((ModelPatch) patch).isPercussion())

Completed in 60 milliseconds