jdk/src/share/classes/com/sun/media/sound/StandardMidiFileWriter.java
changeset 3451 22d903fd3c5e
parent 2 90ce3da70b43
child 5506 202f599c92aa
equal deleted inserted replaced
3450:2f08a8bb9b83 3451:22d903fd3c5e
     1 /*
     1 /*
     2  * Copyright 1999-2007 Sun Microsystems, Inc.  All Rights Reserved.
     2  * Copyright 1999-2009 Sun Microsystems, Inc.  All Rights Reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Sun designates this
     7  * published by the Free Software Foundation.  Sun designates this
    80 
    80 
    81 
    81 
    82     /**
    82     /**
    83      * MIDI parser types
    83      * MIDI parser types
    84      */
    84      */
    85     public static final int types[] = {
    85     private static final int types[] = {
    86         MIDI_TYPE_0,
    86         MIDI_TYPE_0,
    87         MIDI_TYPE_1
    87         MIDI_TYPE_1
    88     };
    88     };
    89 
    89 
    90 
    90