/[classpath]/classpath/javax/sound/midi/MidiFileFormat.java
ViewVC logotype

Diff of /classpath/javax/sound/midi/MidiFileFormat.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by green, Mon Sep 26 16:35:00 2005 UTC revision 1.2 by green, Mon Sep 26 17:24:00 2005 UTC
# Line 95  public class MidiFileFormat Line 95  public class MidiFileFormat
95     * @param bytes the MIDI file size in bytes     * @param bytes the MIDI file size in bytes
96     * @param microseconds the MIDI file length in microseconds     * @param microseconds the MIDI file length in microseconds
97     */     */
98    public MidiFileFormat(int type, float divisionType, int resolution, int bytes, long microseconds)    public MidiFileFormat(int type, float divisionType,
99                            int resolution, int bytes, long microseconds)
100    {    {
101      this.type = type;      this.type = type;
102      this.divisionType = divisionType;      this.divisionType = divisionType;

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26