com.jsyn.midi
Class MidiConstants
java.lang.Object
com.jsyn.midi.MidiConstants
public class MidiConstants
- extends java.lang.Object
Constants that define the MIDI standard.
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
MidiConstants
public MidiConstants()