Constant | Defined by | ||
---|---|---|---|
NO_COMMAND : uint = 0x00 [static]
| XMVolumeCommand | ||
PANNING : uint = 0xc0 [static]
| XMVolumeCommand | ||
PANNING_SLIDE_LEFT : uint = 0xd0 [static]
| XMVolumeCommand | ||
PANNING_SLIDE_RIGHT : uint = 0xe0 [static]
| XMVolumeCommand | ||
TONE_PORTAMENTO : uint = 0xf0 [static]
| XMVolumeCommand | ||
VIBRATO : uint = 0xb0 [static]
| XMVolumeCommand | ||
VIBRATO_SPEED : uint = 0xa0 [static]
| XMVolumeCommand | ||
VOLUME : uint = 0x01 [static]
| XMVolumeCommand | ||
VOLUME_FINE_DOWN : uint = 0x80 [static]
| XMVolumeCommand | ||
VOLUME_FINE_UP : uint = 0x90 [static]
| XMVolumeCommand | ||
VOLUME_SLIDE_DOWN : uint = 0x60 [static]
| XMVolumeCommand | ||
VOLUME_SLIDE_UP : uint = 0x70 [static]
| XMVolumeCommand |
NO_COMMAND | constant |
public static const NO_COMMAND:uint = 0x00
PANNING | constant |
public static const PANNING:uint = 0xc0
PANNING_SLIDE_LEFT | constant |
public static const PANNING_SLIDE_LEFT:uint = 0xd0
PANNING_SLIDE_RIGHT | constant |
public static const PANNING_SLIDE_RIGHT:uint = 0xe0
TONE_PORTAMENTO | constant |
public static const TONE_PORTAMENTO:uint = 0xf0
VIBRATO | constant |
public static const VIBRATO:uint = 0xb0
VIBRATO_SPEED | constant |
public static const VIBRATO_SPEED:uint = 0xa0
VOLUME | constant |
public static const VOLUME:uint = 0x01
VOLUME_FINE_DOWN | constant |
public static const VOLUME_FINE_DOWN:uint = 0x80
VOLUME_FINE_UP | constant |
public static const VOLUME_FINE_UP:uint = 0x90
VOLUME_SLIDE_DOWN | constant |
public static const VOLUME_SLIDE_DOWN:uint = 0x60
VOLUME_SLIDE_UP | constant |
public static const VOLUME_SLIDE_UP:uint = 0x70