Packagede.popforge.audio.processor.bitboy.formats.xm
Classpublic final class XMFormatError
InheritanceXMFormatError Inheritance Error



Public Methods
 MethodDefined by
  
XMFormatError(message:String = "", id:int = 0)
XMFormatError
Public Constants
 ConstantDefined by
  FILE_CORRUPT : String = "Invalid XM file"
[static]
XMFormatError
  MAX_CHANNELS : String = "Maximum number of channels reached"
[static]
XMFormatError
  MAX_INSTRUMENTS : String = "Maximum number of instruments reached"
[static]
XMFormatError
  MAX_LENGTH : String = "Maximum song length is reached"
[static]
XMFormatError
  MAX_PATTERNS : String = "Maximum number of patterns reached"
[static]
XMFormatError
  NOT_IMPLEMENTED : String = "A feature has not been implemented yet"
[static]
XMFormatError
Constructor detail
XMFormatError()constructor
public function XMFormatError(message:String = "", id:int = 0)Parameters
message:String (default = "")
 
id:int (default = 0)
Constant detail
FILE_CORRUPTconstant
public static const FILE_CORRUPT:String = "Invalid XM file"
MAX_CHANNELSconstant 
public static const MAX_CHANNELS:String = "Maximum number of channels reached"
MAX_INSTRUMENTSconstant 
public static const MAX_INSTRUMENTS:String = "Maximum number of instruments reached"
MAX_LENGTHconstant 
public static const MAX_LENGTH:String = "Maximum song length is reached"
MAX_PATTERNSconstant 
public static const MAX_PATTERNS:String = "Maximum number of patterns reached"
NOT_IMPLEMENTEDconstant 
public static const NOT_IMPLEMENTED:String = "A feature has not been implemented yet"