org.apache.cocoon.components.midi.xmidi
Class Constants

java.lang.Object
  extended by org.apache.cocoon.components.midi.xmidi.Constants

public final class Constants
extends Object

The MIDI file parsing parts of this class are based on code from the XMidi project, written by Peter Arthur Loeb (http://www.palserv.com/XMidi/) and used with permission. The warranty disclaimer of the MIT license (http://www.opensource.org/licenses/mit-license.html) applies to Peter Arthur Loeb's code.

Author:
Mark Leicester, Peter Loeb

Field Summary
static String VERSION
           
 
Constructor Summary
Constants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VERSION

public static final String VERSION
See Also:
Constant Field Values
Constructor Detail

Constants

public Constants()


Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.