src/java.desktop/share/classes/com/sun/media/sound/DLSRegion.java

Print this page

        

*** 36,46 **** * * @author Karl Helgason */ public final class DLSRegion { ! public final static int OPTION_SELFNONEXCLUSIVE = 0x0001; List<DLSModulator> modulators = new ArrayList<DLSModulator>(); int keyfrom; int keyto; int velfrom; int velto; --- 36,46 ---- * * @author Karl Helgason */ public final class DLSRegion { ! public static final int OPTION_SELFNONEXCLUSIVE = 0x0001; List<DLSModulator> modulators = new ArrayList<DLSModulator>(); int keyfrom; int keyto; int velfrom; int velto;