jdk/src/java.desktop/share/classes/com/sun/media/sound/DLSRegion.java
changeset 32865 f9cb6e427f9e
parent 25859 3317bb8137f4
child 40444 afabcfc2f3ef
equal deleted inserted replaced
32864:2a338536e642 32865:f9cb6e427f9e
    36  *
    36  *
    37  * @author Karl Helgason
    37  * @author Karl Helgason
    38  */
    38  */
    39 public final class DLSRegion {
    39 public final class DLSRegion {
    40 
    40 
    41     public final static int OPTION_SELFNONEXCLUSIVE = 0x0001;
    41     public static final int OPTION_SELFNONEXCLUSIVE = 0x0001;
    42     List<DLSModulator> modulators = new ArrayList<DLSModulator>();
    42     List<DLSModulator> modulators = new ArrayList<DLSModulator>();
    43     int keyfrom;
    43     int keyfrom;
    44     int keyto;
    44     int keyto;
    45     int velfrom;
    45     int velfrom;
    46     int velto;
    46     int velto;