Searched refs:DLSInstrument (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DDLSSoundbank.java179 private final List<DLSInstrument> instruments = new ArrayList<DLSInstrument>();
457 DLSInstrument instrument = new DLSInstrument(this);
678 private void readInsInfoChunk(DLSInstrument dlsinstrument, RIFFReader riff)
1007 for (DLSInstrument instrument : instruments) {
1012 private void writeInstrument(RIFFWriter writer, DLSInstrument instrument)
1218 public DLSInstrument[] getInstruments() {
1219 DLSInstrument[] inslist_array =
1220 instruments.toArray(new DLSInstrument[instrument
[all...]
H A DDLSInstrument.java43 public final class DLSInstrument extends ModelInstrument { class in inherits:ModelInstrument
53 public DLSInstrument() { method in class:DLSInstrument
57 public DLSInstrument(DLSSoundbank soundbank) { method in class:DLSInstrument

Completed in 47 milliseconds