public class MidiDefinitions
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static byte |
CENTER_PAN |
static int |
CHANNEL_COUNT |
static int |
DEFAULT_TEMPO_MPQ |
static int |
F_SHARP_4_KEY |
static int |
HIGHEST_KEY |
static int |
KEY_COUNT |
static int |
KEYS_PER_OCTAVE |
static int |
LOWEST_KEY |
static byte |
MAX_VELOCITY |
static int |
META_COPYRIGHT_NOTICE |
static int |
META_SET_TEMPO |
static int |
META_TRACK_NAME |
static int |
PAN_CONTROL_MSB |
static int |
PERCUSSION_CHANNEL |
static int |
RESET_CONTROLS |
static float |
SONG_TARGET_TEMPO |
static int |
VOLUME_CONTROL_MSB |
| Constructor and Description |
|---|
MidiDefinitions() |
public static final int META_COPYRIGHT_NOTICE
public static final int META_TRACK_NAME
public static final int META_SET_TEMPO
public static final int PERCUSSION_CHANNEL
public static final int VOLUME_CONTROL_MSB
public static final int PAN_CONTROL_MSB
public static final int RESET_CONTROLS
public static final int LOWEST_KEY
public static final int HIGHEST_KEY
public static final int KEY_COUNT
public static final int KEYS_PER_OCTAVE
public static final int F_SHARP_4_KEY
public static final int CHANNEL_COUNT
public static final int DEFAULT_TEMPO_MPQ
public static final byte MAX_VELOCITY
public static final byte CENTER_PAN
public static final float SONG_TARGET_TEMPO