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

/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DDLSRegion.java39 public final class DLSRegion { class
H A DDLSInstrument.java50 List<DLSRegion> regions = new ArrayList<DLSRegion>();
93 public List<DLSRegion> getRegions() {
377 for (DLSRegion zone: regions) {
381 DLSRegion.OPTION_SELFNONEXCLUSIVE) != 0);
H A DDLSSoundbank.java254 for (Map.Entry<DLSRegion, Long> entry : temp_rgnassign.entrySet()) {
471 DLSRegion split = new DLSRegion();
477 DLSRegion split = new DLSRegion();
585 private Map<DLSRegion, Long> temp_rgnassign = new HashMap<DLSRegion, Long>();
587 private boolean readRgnChunk(DLSRegion split, RIFFReader riff)
1023 for (DLSRegion region : instrument.regions) {
1043 for (DLSRegion regio
[all...]

Completed in 33 milliseconds