Packagede.popforge.audio.processor.bitboy.formats.xm
Classpublic final class XMVolumeCommand



Public Constants
 ConstantDefined 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
Constant detail
NO_COMMANDconstant
public static const NO_COMMAND:uint = 0x00
PANNINGconstant 
public static const PANNING:uint = 0xc0
PANNING_SLIDE_LEFTconstant 
public static const PANNING_SLIDE_LEFT:uint = 0xd0
PANNING_SLIDE_RIGHTconstant 
public static const PANNING_SLIDE_RIGHT:uint = 0xe0
TONE_PORTAMENTOconstant 
public static const TONE_PORTAMENTO:uint = 0xf0
VIBRATOconstant 
public static const VIBRATO:uint = 0xb0
VIBRATO_SPEEDconstant 
public static const VIBRATO_SPEED:uint = 0xa0
VOLUMEconstant 
public static const VOLUME:uint = 0x01
VOLUME_FINE_DOWNconstant 
public static const VOLUME_FINE_DOWN:uint = 0x80
VOLUME_FINE_UPconstant 
public static const VOLUME_FINE_UP:uint = 0x90
VOLUME_SLIDE_DOWNconstant 
public static const VOLUME_SLIDE_DOWN:uint = 0x60
VOLUME_SLIDE_UPconstant 
public static const VOLUME_SLIDE_UP:uint = 0x70