com.jsyn.midi
Class MidiConstants

java.lang.Object
  extended by com.jsyn.midi.MidiConstants

public class MidiConstants
extends java.lang.Object

Constants that define the MIDI standard.


Field Summary
static int CHANNEL_AFTERTOUCH
           
static int CONTROL_CHANGE
           
static int NOTE_OFF
           
static int NOTE_ON
           
static int PITCH_BEND
           
static int PITCH_BEND_CENTER
           
static int POLYPHONIC_AFTERTOUCH
           
static int PROGRAM_CHANGE
           
static int SYSTEM_COMMON
           
 
Constructor Summary
MidiConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NOTE_OFF

public static final int NOTE_OFF
See Also:
Constant Field Values

NOTE_ON

public static final int NOTE_ON
See Also:
Constant Field Values

POLYPHONIC_AFTERTOUCH

public static final int POLYPHONIC_AFTERTOUCH
See Also:
Constant Field Values

CONTROL_CHANGE

public static final int CONTROL_CHANGE
See Also:
Constant Field Values

PROGRAM_CHANGE

public static final int PROGRAM_CHANGE
See Also:
Constant Field Values

CHANNEL_AFTERTOUCH

public static final int CHANNEL_AFTERTOUCH
See Also:
Constant Field Values

PITCH_BEND

public static final int PITCH_BEND
See Also:
Constant Field Values

SYSTEM_COMMON

public static final int SYSTEM_COMMON
See Also:
Constant Field Values

PITCH_BEND_CENTER

public static final int PITCH_BEND_CENTER
See Also:
Constant Field Values
Constructor Detail

MidiConstants

public MidiConstants()