Package | de.popforge.audio.processor.bitboy.formats.xm |
Class | public final class XMFormatError |
Inheritance | XMFormatError ![]() |
Method | Defined by | ||
---|---|---|---|
XMFormatError(message:String = "", id:int = 0)
| XMFormatError |
Constant | Defined 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 |
XMFormatError | () | constructor |
public function XMFormatError(message:String = "", id:int = 0)
Parameters
message:String (default = " ")
|
|
id:int (default = 0 )
|
FILE_CORRUPT | constant |
public static const FILE_CORRUPT:String = "Invalid XM file"
MAX_CHANNELS | constant |
public static const MAX_CHANNELS:String = "Maximum number of channels reached"
MAX_INSTRUMENTS | constant |
public static const MAX_INSTRUMENTS:String = "Maximum number of instruments reached"
MAX_LENGTH | constant |
public static const MAX_LENGTH:String = "Maximum song length is reached"
MAX_PATTERNS | constant |
public static const MAX_PATTERNS:String = "Maximum number of patterns reached"
NOT_IMPLEMENTED | constant |
public static const NOT_IMPLEMENTED:String = "A feature has not been implemented yet"