arb.soundcipher.constants
Interface MidiMessageTypes

All Known Implementing Classes:
SCScore, SoundCipher

public interface MidiMessageTypes


Field Summary
static int ACTIVE_SENSING
           
static int CHANNEL_PRESSURE
           
static int CONTROL_CHANGE
           
static int END_OF_EXCLUSIVE
           
static int MIDI_TIME_CODE
           
static int NOTE_OFF
           
static int NOTE_ON
           
static int PITCH_BEND
           
static int POLY_PRESSURE
           
static int PROGRAM_CHANGE
           
static int SONG_POSITION_POINTER
           
static int SONG_SELECT
           
static int START
           
static int STOP
           
static int SYSTEM_RESET
           
static int TIMING_CLOCK
           
static int TUNE_REQUEST
           
 

Field Detail

ACTIVE_SENSING

static final int ACTIVE_SENSING
See Also:
Constant Field Values

CHANNEL_PRESSURE

static final int CHANNEL_PRESSURE
See Also:
Constant Field Values

CONTROL_CHANGE

static final int CONTROL_CHANGE
See Also:
Constant Field Values

END_OF_EXCLUSIVE

static final int END_OF_EXCLUSIVE
See Also:
Constant Field Values

MIDI_TIME_CODE

static final int MIDI_TIME_CODE
See Also:
Constant Field Values

NOTE_OFF

static final int NOTE_OFF
See Also:
Constant Field Values

NOTE_ON

static final int NOTE_ON
See Also:
Constant Field Values

PITCH_BEND

static final int PITCH_BEND
See Also:
Constant Field Values

POLY_PRESSURE

static final int POLY_PRESSURE
See Also:
Constant Field Values

PROGRAM_CHANGE

static final int PROGRAM_CHANGE
See Also:
Constant Field Values

SONG_POSITION_POINTER

static final int SONG_POSITION_POINTER
See Also:
Constant Field Values

SONG_SELECT

static final int SONG_SELECT
See Also:
Constant Field Values

START

static final int START
See Also:
Constant Field Values

STOP

static final int STOP
See Also:
Constant Field Values

SYSTEM_RESET

static final int SYSTEM_RESET
See Also:
Constant Field Values

TIMING_CLOCK

static final int TIMING_CLOCK
See Also:
Constant Field Values

TUNE_REQUEST

static final int TUNE_REQUEST
See Also:
Constant Field Values