alphaTab.importer.alphaTex.AlphaTexDiagnosticCode
Description
(no description)
Enum Members
| Name | Numeric Value | Description |
|---|---|---|
AT001 | 1 | Unexpected character at comment start, expected '//' or '/*' but found '/%s'. |
AT002 | 2 | Missing identifier after meta data start. |
AT003 | 3 | Unexpected end of file. Need 4 hex characters on a \uXXXX escape sequence. |
AT004 | 4 | Invalid unicode value. Need 4 hex characters on a \uXXXX escape sequence. |
AT005 | 5 | Unsupported escape sequence. Expected '\n', '\r', '\t', or '\uXXXX' but found '%s'. |
AT006 | 6 | Unexpected end of file. String not closed. |
AT200 | 200 | Missing beat multiplier value after '*'. |
AT201 | 201 | Missing duration value after ':'. |
AT202 | 202 | Unexpected '%s' token. Expected one of following: %s |
AT203 | 203 | Unexpected end of file. |
AT204 | 204 | Unrecognized metadata '%s'. |
AT205 | 205 | Unrecognized property '%s'. |
AT206 | 206 | Unexpected end of file. Group not closed. |
AT207 | 207 | Missing string for fretted note. |
AT208 | 208 | Note string is out of range. Available range: 1-%s |
AT209 | 209 | Unexpected %s value '%s', expected: %s |
AT210 | 210 | Missing values. Expected following values: %s |
AT211 | 211 | Value is out of valid range. Allowed range: %s, Actual Value: %s |
AT212 | 212 | Unrecogized property '%s', expected one of %s |
AT213 | 213 | Invalid format for color |
AT214 | 214 | The '%s' effect needs %s values per item. With %s points, %s values are needed, only %s values found. |
AT215 | 215 | Cannot use pitched note value '%s' on %s staff, please specify notes using the 'fret.string' syntax. |
AT216 | 216 | Cannot use pitched note value '%s' on percussion staff, please specify percussion articulations with numbers or names. |
AT217 | 217 | Unrecognized note value '%s'. |
AT218 | 218 | Wrong note kind '%s' for staff with note kind '%s'. Do not mix incompatible staves and notes. |
AT300 | 300 | Expected no values, but found some. Values are ignored. |
AT301 | 301 | Metadata values should be wrapped into parenthesis. |
AT302 | 302 | Metadata values should be placed before metadata properties. |
AT303 | 303 | Property values should be wrapped into parenthesis. |
AT304 | 304 | The beat multiplier should be specified after the beat effects. |
AT305 | 305 | This value should be rather specified via the properties. |
AT306 | 306 | This staff metadata tag should be specified as staff property. |
AT400 | 400 | The dots separating score metadata, score contents and the sync points can be removed. |