Home » Archimedes archive » Acorn User » AU 1994-06.adf » !QTM_Music » !QTMTrack/Docs/ErrorNums

!QTMTrack/Docs/ErrorNums

This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.

Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.

Tape/disk: Home » Archimedes archive » Acorn User » AU 1994-06.adf » !QTM_Music
Filename: !QTMTrack/Docs/ErrorNums
Read OK:
File size: 0F97 bytes
Load address: 0000
Exec address: 0000
File contents
QTM errors and error numbers                      � 1993/4 Phoenix/Quantum
--------------------------------------------------------------------------

   The block of error numbers used by QTM v1.00 have been allocated by Acorn,
these are in the range &00809E00 -> &00809EFF.


Number  | Error message                 | Reason for error
________|_______________________________|___________________________________
        |                               |
&809E00 | Not enough memory in RMA to   | QTM has tried to load a song, but
        | load song, requires at least: | could not claim enough RMA, and
        | xxxK free                     | has had to abort the loading
        |                               | process
        |                               |
&809E01 | Sorry, I don't understand     | After loading, QTM has attempted
        | this song format, or it is    | to read the song data, but has
        | too badly corrupted to play   | found the information to be in an
        |                               | unrecognised format, or too badly
        |                               | corrupted to risk playing.
        |                               |
&809E02 | Sequence number out of range  | The 'QTMPos' command (or SWI) has
        |                               | been told to jump to a sequence
        |                               | number larger than the highest
        |                               | sequence in the song.
        |                               |
&809E03 | Event number out of range     | The 'QTMPos' SWI has been told to
        |                               | jump to an event line, larger than
        |                               | 63 (the highest event).
        |                               |
&809E04 | Effect number out of range    | The effect disable routine has
        |                               | recieved a parameter higher than
        |                               | &F - the highest effect number.
        |                               |
&809E05 | No song loaded                | A command has been called, which
        |                               | requires a song to be loaded into
        |                               | QTM, before it can operate.
        |                               |
&809E06 | Not enough space in RMA to    | QTM could not extend it's RMA
        | correct song                  | block by enough to convert a 15
        |                               | inst song into a 31 inst song
        |                               | (which is required by the playing
        |                               | routines).
        |                               |
&809E07 | Volume level out of range     | The volume specified was not in
        |                               | the range 0-64, and so could not
        |                               | be used.
        |                               |
&809E08 | Sample speed out of range     | The sample speed given was outside
        |                               | the range 16-100uS, which are the
        |                               | only sensible values to use.
        |                               |
&809E09 | Channel number out of range   | A channel number larger than 4, or
        |                               | smaller than 1 was specified when
        |                               | QTM wasn't expecting it.
        |                               |
&809E0A | Sample number out of range    | An attempt to access a non-
        |                               | existant sample was made (<>1-31).
        |                               |
&809E0B | Note number out of range      | The 'PlaySample' was given an
        |                               | illegal pitch to play. The range
        |                               | is from 1 to 36 (1='C-1'...
        |                               | 36='B#3')
________|_______________________________|____________________________________
00000000  51 54 4d 20 65 72 72 6f  72 73 20 61 6e 64 20 65  |QTM errors and e|
00000010  72 72 6f 72 20 6e 75 6d  62 65 72 73 20 20 20 20  |rror numbers    |
00000020  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000030  20 20 a9 20 31 39 39 33  2f 34 20 50 68 6f 65 6e  |  . 1993/4 Phoen|
00000040  69 78 2f 51 75 61 6e 74  75 6d 0a 2d 2d 2d 2d 2d  |ix/Quantum.-----|
00000050  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |----------------|
*
00000090  2d 2d 2d 2d 2d 0a 0a 20  20 20 54 68 65 20 62 6c  |-----..   The bl|
000000a0  6f 63 6b 20 6f 66 20 65  72 72 6f 72 20 6e 75 6d  |ock of error num|
000000b0  62 65 72 73 20 75 73 65  64 20 62 79 20 51 54 4d  |bers used by QTM|
000000c0  20 76 31 2e 30 30 20 68  61 76 65 20 62 65 65 6e  | v1.00 have been|
000000d0  20 61 6c 6c 6f 63 61 74  65 64 20 62 79 20 41 63  | allocated by Ac|
000000e0  6f 72 6e 2c 0a 74 68 65  73 65 20 61 72 65 20 69  |orn,.these are i|
000000f0  6e 20 74 68 65 20 72 61  6e 67 65 20 26 30 30 38  |n the range &008|
00000100  30 39 45 30 30 20 2d 3e  20 26 30 30 38 30 39 45  |09E00 -> &00809E|
00000110  46 46 2e 0a 0a 0a 4e 75  6d 62 65 72 20 20 7c 20  |FF....Number  | |
00000120  45 72 72 6f 72 20 6d 65  73 73 61 67 65 20 20 20  |Error message   |
00000130  20 20 20 20 20 20 20 20  20 20 20 20 20 20 7c 20  |              | |
00000140  52 65 61 73 6f 6e 20 66  6f 72 20 65 72 72 6f 72  |Reason for error|
00000150  0a 5f 5f 5f 5f 5f 5f 5f  5f 7c 5f 5f 5f 5f 5f 5f  |.________|______|
00000160  5f 5f 5f 5f 5f 5f 5f 5f  5f 5f 5f 5f 5f 5f 5f 5f  |________________|
00000170  5f 5f 5f 5f 5f 5f 5f 5f  5f 7c 5f 5f 5f 5f 5f 5f  |_________|______|
00000180  5f 5f 5f 5f 5f 5f 5f 5f  5f 5f 5f 5f 5f 5f 5f 5f  |________________|
00000190  5f 5f 5f 5f 5f 5f 5f 5f  5f 5f 5f 5f 5f 0a 20 20  |_____________.  |
000001a0  20 20 20 20 20 20 7c 20  20 20 20 20 20 20 20 20  |      |         |
000001b0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000001c0  20 20 20 20 20 20 7c 0a  26 38 30 39 45 30 30 20  |      |.&809E00 |
000001d0  7c 20 4e 6f 74 20 65 6e  6f 75 67 68 20 6d 65 6d  || Not enough mem|
000001e0  6f 72 79 20 69 6e 20 52  4d 41 20 74 6f 20 20 20  |ory in RMA to   |
000001f0  7c 20 51 54 4d 20 68 61  73 20 74 72 69 65 64 20  || QTM has tried |
00000200  74 6f 20 6c 6f 61 64 20  61 20 73 6f 6e 67 2c 20  |to load a song, |
00000210  62 75 74 0a 20 20 20 20  20 20 20 20 7c 20 6c 6f  |but.        | lo|
00000220  61 64 20 73 6f 6e 67 2c  20 72 65 71 75 69 72 65  |ad song, require|
00000230  73 20 61 74 20 6c 65 61  73 74 3a 20 7c 20 63 6f  |s at least: | co|
00000240  75 6c 64 20 6e 6f 74 20  63 6c 61 69 6d 20 65 6e  |uld not claim en|
00000250  6f 75 67 68 20 52 4d 41  2c 20 61 6e 64 0a 20 20  |ough RMA, and.  |
00000260  20 20 20 20 20 20 7c 20  78 78 78 4b 20 66 72 65  |      | xxxK fre|
00000270  65 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |e               |
00000280  20 20 20 20 20 20 7c 20  68 61 73 20 68 61 64 20  |      | has had |
00000290  74 6f 20 61 62 6f 72 74  20 74 68 65 20 6c 6f 61  |to abort the loa|
000002a0  64 69 6e 67 0a 20 20 20  20 20 20 20 20 7c 20 20  |ding.        |  |
000002b0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000002c0  20 20 20 20 20 20 20 20  20 20 20 20 20 7c 20 70  |             | p|
000002d0  72 6f 63 65 73 73 0a 20  20 20 20 20 20 20 20 7c  |rocess.        ||
000002e0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000002f0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 7c  |               ||
00000300  0a 26 38 30 39 45 30 31  20 7c 20 53 6f 72 72 79  |.&809E01 | Sorry|
00000310  2c 20 49 20 64 6f 6e 27  74 20 75 6e 64 65 72 73  |, I don't unders|
00000320  74 61 6e 64 20 20 20 20  20 7c 20 41 66 74 65 72  |tand     | After|
00000330  20 6c 6f 61 64 69 6e 67  2c 20 51 54 4d 20 68 61  | loading, QTM ha|
00000340  73 20 61 74 74 65 6d 70  74 65 64 0a 20 20 20 20  |s attempted.    |
00000350  20 20 20 20 7c 20 74 68  69 73 20 73 6f 6e 67 20  |    | this song |
00000360  66 6f 72 6d 61 74 2c 20  6f 72 20 69 74 20 69 73  |format, or it is|
00000370  20 20 20 20 7c 20 74 6f  20 72 65 61 64 20 74 68  |    | to read th|
00000380  65 20 73 6f 6e 67 20 64  61 74 61 2c 20 62 75 74  |e song data, but|
00000390  20 68 61 73 0a 20 20 20  20 20 20 20 20 7c 20 74  | has.        | t|
000003a0  6f 6f 20 62 61 64 6c 79  20 63 6f 72 72 75 70 74  |oo badly corrupt|
000003b0  65 64 20 74 6f 20 70 6c  61 79 20 20 20 7c 20 66  |ed to play   | f|
000003c0  6f 75 6e 64 20 74 68 65  20 69 6e 66 6f 72 6d 61  |ound the informa|
000003d0  74 69 6f 6e 20 74 6f 20  62 65 20 69 6e 20 61 6e  |tion to be in an|
000003e0  0a 20 20 20 20 20 20 20  20 7c 20 20 20 20 20 20  |.        |      |
000003f0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000400  20 20 20 20 20 20 20 20  20 7c 20 75 6e 72 65 63  |         | unrec|
00000410  6f 67 6e 69 73 65 64 20  66 6f 72 6d 61 74 2c 20  |ognised format, |
00000420  6f 72 20 74 6f 6f 20 62  61 64 6c 79 0a 20 20 20  |or too badly.   |
00000430  20 20 20 20 20 7c 20 20  20 20 20 20 20 20 20 20  |     |          |
00000440  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000450  20 20 20 20 20 7c 20 63  6f 72 72 75 70 74 65 64  |     | corrupted|
00000460  20 74 6f 20 72 69 73 6b  20 70 6c 61 79 69 6e 67  | to risk playing|
00000470  2e 0a 20 20 20 20 20 20  20 20 7c 20 20 20 20 20  |..        |     |
00000480  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000490  20 20 20 20 20 20 20 20  20 20 7c 0a 26 38 30 39  |          |.&809|
000004a0  45 30 32 20 7c 20 53 65  71 75 65 6e 63 65 20 6e  |E02 | Sequence n|
000004b0  75 6d 62 65 72 20 6f 75  74 20 6f 66 20 72 61 6e  |umber out of ran|
000004c0  67 65 20 20 7c 20 54 68  65 20 27 51 54 4d 50 6f  |ge  | The 'QTMPo|
000004d0  73 27 20 63 6f 6d 6d 61  6e 64 20 28 6f 72 20 53  |s' command (or S|
000004e0  57 49 29 20 68 61 73 0a  20 20 20 20 20 20 20 20  |WI) has.        |
000004f0  7c 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  ||               |
00000500  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000510  7c 20 62 65 65 6e 20 74  6f 6c 64 20 74 6f 20 6a  || been told to j|
00000520  75 6d 70 20 74 6f 20 61  20 73 65 71 75 65 6e 63  |ump to a sequenc|
00000530  65 0a 20 20 20 20 20 20  20 20 7c 20 20 20 20 20  |e.        |     |
00000540  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000550  20 20 20 20 20 20 20 20  20 20 7c 20 6e 75 6d 62  |          | numb|
00000560  65 72 20 6c 61 72 67 65  72 20 74 68 61 6e 20 74  |er larger than t|
00000570  68 65 20 68 69 67 68 65  73 74 0a 20 20 20 20 20  |he highest.     |
00000580  20 20 20 7c 20 20 20 20  20 20 20 20 20 20 20 20  |   |            |
00000590  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000005a0  20 20 20 7c 20 73 65 71  75 65 6e 63 65 20 69 6e  |   | sequence in|
000005b0  20 74 68 65 20 73 6f 6e  67 2e 0a 20 20 20 20 20  | the song..     |
000005c0  20 20 20 7c 20 20 20 20  20 20 20 20 20 20 20 20  |   |            |
000005d0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000005e0  20 20 20 7c 0a 26 38 30  39 45 30 33 20 7c 20 45  |   |.&809E03 | E|
000005f0  76 65 6e 74 20 6e 75 6d  62 65 72 20 6f 75 74 20  |vent number out |
00000600  6f 66 20 72 61 6e 67 65  20 20 20 20 20 7c 20 54  |of range     | T|
00000610  68 65 20 27 51 54 4d 50  6f 73 27 20 53 57 49 20  |he 'QTMPos' SWI |
00000620  68 61 73 20 62 65 65 6e  20 74 6f 6c 64 20 74 6f  |has been told to|
00000630  0a 20 20 20 20 20 20 20  20 7c 20 20 20 20 20 20  |.        |      |
00000640  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000650  20 20 20 20 20 20 20 20  20 7c 20 6a 75 6d 70 20  |         | jump |
00000660  74 6f 20 61 6e 20 65 76  65 6e 74 20 6c 69 6e 65  |to an event line|
00000670  2c 20 6c 61 72 67 65 72  20 74 68 61 6e 0a 20 20  |, larger than.  |
00000680  20 20 20 20 20 20 7c 20  20 20 20 20 20 20 20 20  |      |         |
00000690  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000006a0  20 20 20 20 20 20 7c 20  36 33 20 28 74 68 65 20  |      | 63 (the |
000006b0  68 69 67 68 65 73 74 20  65 76 65 6e 74 29 2e 0a  |highest event)..|
000006c0  20 20 20 20 20 20 20 20  7c 20 20 20 20 20 20 20  |        |       |
000006d0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000006e0  20 20 20 20 20 20 20 20  7c 0a 26 38 30 39 45 30  |        |.&809E0|
000006f0  34 20 7c 20 45 66 66 65  63 74 20 6e 75 6d 62 65  |4 | Effect numbe|
00000700  72 20 6f 75 74 20 6f 66  20 72 61 6e 67 65 20 20  |r out of range  |
00000710  20 20 7c 20 54 68 65 20  65 66 66 65 63 74 20 64  |  | The effect d|
00000720  69 73 61 62 6c 65 20 72  6f 75 74 69 6e 65 20 68  |isable routine h|
00000730  61 73 0a 20 20 20 20 20  20 20 20 7c 20 20 20 20  |as.        |    |
00000740  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000750  20 20 20 20 20 20 20 20  20 20 20 7c 20 72 65 63  |           | rec|
00000760  69 65 76 65 64 20 61 20  70 61 72 61 6d 65 74 65  |ieved a paramete|
00000770  72 20 68 69 67 68 65 72  20 74 68 61 6e 0a 20 20  |r higher than.  |
00000780  20 20 20 20 20 20 7c 20  20 20 20 20 20 20 20 20  |      |         |
00000790  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000007a0  20 20 20 20 20 20 7c 20  26 46 20 2d 20 74 68 65  |      | &F - the|
000007b0  20 68 69 67 68 65 73 74  20 65 66 66 65 63 74 20  | highest effect |
000007c0  6e 75 6d 62 65 72 2e 0a  20 20 20 20 20 20 20 20  |number..        |
000007d0  7c 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  ||               |
000007e0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000007f0  7c 0a 26 38 30 39 45 30  35 20 7c 20 4e 6f 20 73  ||.&809E05 | No s|
00000800  6f 6e 67 20 6c 6f 61 64  65 64 20 20 20 20 20 20  |ong loaded      |
00000810  20 20 20 20 20 20 20 20  20 20 7c 20 41 20 63 6f  |          | A co|
00000820  6d 6d 61 6e 64 20 68 61  73 20 62 65 65 6e 20 63  |mmand has been c|
00000830  61 6c 6c 65 64 2c 20 77  68 69 63 68 0a 20 20 20  |alled, which.   |
00000840  20 20 20 20 20 7c 20 20  20 20 20 20 20 20 20 20  |     |          |
00000850  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000860  20 20 20 20 20 7c 20 72  65 71 75 69 72 65 73 20  |     | requires |
00000870  61 20 73 6f 6e 67 20 74  6f 20 62 65 20 6c 6f 61  |a song to be loa|
00000880  64 65 64 20 69 6e 74 6f  0a 20 20 20 20 20 20 20  |ded into.       |
00000890  20 7c 20 20 20 20 20 20  20 20 20 20 20 20 20 20  | |              |
000008a0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000008b0  20 7c 20 51 54 4d 2c 20  62 65 66 6f 72 65 20 69  | | QTM, before i|
000008c0  74 20 63 61 6e 20 6f 70  65 72 61 74 65 2e 0a 20  |t can operate.. |
000008d0  20 20 20 20 20 20 20 7c  20 20 20 20 20 20 20 20  |       |        |
000008e0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000008f0  20 20 20 20 20 20 20 7c  0a 26 38 30 39 45 30 36  |       |.&809E06|
00000900  20 7c 20 4e 6f 74 20 65  6e 6f 75 67 68 20 73 70  | | Not enough sp|
00000910  61 63 65 20 69 6e 20 52  4d 41 20 74 6f 20 20 20  |ace in RMA to   |
00000920  20 7c 20 51 54 4d 20 63  6f 75 6c 64 20 6e 6f 74  | | QTM could not|
00000930  20 65 78 74 65 6e 64 20  69 74 27 73 20 52 4d 41  | extend it's RMA|
00000940  0a 20 20 20 20 20 20 20  20 7c 20 63 6f 72 72 65  |.        | corre|
00000950  63 74 20 73 6f 6e 67 20  20 20 20 20 20 20 20 20  |ct song         |
00000960  20 20 20 20 20 20 20 20  20 7c 20 62 6c 6f 63 6b  |         | block|
00000970  20 62 79 20 65 6e 6f 75  67 68 20 74 6f 20 63 6f  | by enough to co|
00000980  6e 76 65 72 74 20 61 20  31 35 0a 20 20 20 20 20  |nvert a 15.     |
00000990  20 20 20 7c 20 20 20 20  20 20 20 20 20 20 20 20  |   |            |
000009a0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000009b0  20 20 20 7c 20 69 6e 73  74 20 73 6f 6e 67 20 69  |   | inst song i|
000009c0  6e 74 6f 20 61 20 33 31  20 69 6e 73 74 20 73 6f  |nto a 31 inst so|
000009d0  6e 67 0a 20 20 20 20 20  20 20 20 7c 20 20 20 20  |ng.        |    |
000009e0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000009f0  20 20 20 20 20 20 20 20  20 20 20 7c 20 28 77 68  |           | (wh|
00000a00  69 63 68 20 69 73 20 72  65 71 75 69 72 65 64 20  |ich is required |
00000a10  62 79 20 74 68 65 20 70  6c 61 79 69 6e 67 0a 20  |by the playing. |
00000a20  20 20 20 20 20 20 20 7c  20 20 20 20 20 20 20 20  |       |        |
00000a30  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000a40  20 20 20 20 20 20 20 7c  20 72 6f 75 74 69 6e 65  |       | routine|
00000a50  73 29 2e 0a 20 20 20 20  20 20 20 20 7c 20 20 20  |s)..        |   |
00000a60  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000a70  20 20 20 20 20 20 20 20  20 20 20 20 7c 0a 26 38  |            |.&8|
00000a80  30 39 45 30 37 20 7c 20  56 6f 6c 75 6d 65 20 6c  |09E07 | Volume l|
00000a90  65 76 65 6c 20 6f 75 74  20 6f 66 20 72 61 6e 67  |evel out of rang|
00000aa0  65 20 20 20 20 20 7c 20  54 68 65 20 76 6f 6c 75  |e     | The volu|
00000ab0  6d 65 20 73 70 65 63 69  66 69 65 64 20 77 61 73  |me specified was|
00000ac0  20 6e 6f 74 20 69 6e 0a  20 20 20 20 20 20 20 20  | not in.        |
00000ad0  7c 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  ||               |
00000ae0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000af0  7c 20 74 68 65 20 72 61  6e 67 65 20 30 2d 36 34  || the range 0-64|
00000b00  2c 20 61 6e 64 20 73 6f  20 63 6f 75 6c 64 20 6e  |, and so could n|
00000b10  6f 74 0a 20 20 20 20 20  20 20 20 7c 20 20 20 20  |ot.        |    |
00000b20  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000b30  20 20 20 20 20 20 20 20  20 20 20 7c 20 62 65 20  |           | be |
00000b40  75 73 65 64 2e 0a 20 20  20 20 20 20 20 20 7c 20  |used..        | |
00000b50  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000b60  20 20 20 20 20 20 20 20  20 20 20 20 20 20 7c 0a  |              |.|
00000b70  26 38 30 39 45 30 38 20  7c 20 53 61 6d 70 6c 65  |&809E08 | Sample|
00000b80  20 73 70 65 65 64 20 6f  75 74 20 6f 66 20 72 61  | speed out of ra|
00000b90  6e 67 65 20 20 20 20 20  7c 20 54 68 65 20 73 61  |nge     | The sa|
00000ba0  6d 70 6c 65 20 73 70 65  65 64 20 67 69 76 65 6e  |mple speed given|
00000bb0  20 77 61 73 20 6f 75 74  73 69 64 65 0a 20 20 20  | was outside.   |
00000bc0  20 20 20 20 20 7c 20 20  20 20 20 20 20 20 20 20  |     |          |
00000bd0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000be0  20 20 20 20 20 7c 20 74  68 65 20 72 61 6e 67 65  |     | the range|
00000bf0  20 31 36 2d 31 30 30 75  53 2c 20 77 68 69 63 68  | 16-100uS, which|
00000c00  20 61 72 65 20 74 68 65  0a 20 20 20 20 20 20 20  | are the.       |
00000c10  20 7c 20 20 20 20 20 20  20 20 20 20 20 20 20 20  | |              |
00000c20  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000c30  20 7c 20 6f 6e 6c 79 20  73 65 6e 73 69 62 6c 65  | | only sensible|
00000c40  20 76 61 6c 75 65 73 20  74 6f 20 75 73 65 2e 0a  | values to use..|
00000c50  20 20 20 20 20 20 20 20  7c 20 20 20 20 20 20 20  |        |       |
00000c60  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000c70  20 20 20 20 20 20 20 20  7c 0a 26 38 30 39 45 30  |        |.&809E0|
00000c80  39 20 7c 20 43 68 61 6e  6e 65 6c 20 6e 75 6d 62  |9 | Channel numb|
00000c90  65 72 20 6f 75 74 20 6f  66 20 72 61 6e 67 65 20  |er out of range |
00000ca0  20 20 7c 20 41 20 63 68  61 6e 6e 65 6c 20 6e 75  |  | A channel nu|
00000cb0  6d 62 65 72 20 6c 61 72  67 65 72 20 74 68 61 6e  |mber larger than|
00000cc0  20 34 2c 20 6f 72 0a 20  20 20 20 20 20 20 20 7c  | 4, or.        ||
00000cd0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000ce0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 7c  |               ||
00000cf0  20 73 6d 61 6c 6c 65 72  20 74 68 61 6e 20 31 20  | smaller than 1 |
00000d00  77 61 73 20 73 70 65 63  69 66 69 65 64 20 77 68  |was specified wh|
00000d10  65 6e 0a 20 20 20 20 20  20 20 20 7c 20 20 20 20  |en.        |    |
00000d20  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000d30  20 20 20 20 20 20 20 20  20 20 20 7c 20 51 54 4d  |           | QTM|
00000d40  20 77 61 73 6e 27 74 20  65 78 70 65 63 74 69 6e  | wasn't expectin|
00000d50  67 20 69 74 2e 0a 20 20  20 20 20 20 20 20 7c 20  |g it..        | |
00000d60  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000d70  20 20 20 20 20 20 20 20  20 20 20 20 20 20 7c 0a  |              |.|
00000d80  26 38 30 39 45 30 41 20  7c 20 53 61 6d 70 6c 65  |&809E0A | Sample|
00000d90  20 6e 75 6d 62 65 72 20  6f 75 74 20 6f 66 20 72  | number out of r|
00000da0  61 6e 67 65 20 20 20 20  7c 20 41 6e 20 61 74 74  |ange    | An att|
00000db0  65 6d 70 74 20 74 6f 20  61 63 63 65 73 73 20 61  |empt to access a|
00000dc0  20 6e 6f 6e 2d 0a 20 20  20 20 20 20 20 20 7c 20  | non-.        | |
00000dd0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000de0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 7c 20  |              | |
00000df0  65 78 69 73 74 61 6e 74  20 73 61 6d 70 6c 65 20  |existant sample |
00000e00  77 61 73 20 6d 61 64 65  20 28 3c 3e 31 2d 33 31  |was made (<>1-31|
00000e10  29 2e 0a 20 20 20 20 20  20 20 20 7c 20 20 20 20  |)..        |    |
00000e20  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000e30  20 20 20 20 20 20 20 20  20 20 20 7c 0a 26 38 30  |           |.&80|
00000e40  39 45 30 42 20 7c 20 4e  6f 74 65 20 6e 75 6d 62  |9E0B | Note numb|
00000e50  65 72 20 6f 75 74 20 6f  66 20 72 61 6e 67 65 20  |er out of range |
00000e60  20 20 20 20 20 7c 20 54  68 65 20 27 50 6c 61 79  |     | The 'Play|
00000e70  53 61 6d 70 6c 65 27 20  77 61 73 20 67 69 76 65  |Sample' was give|
00000e80  6e 20 61 6e 0a 20 20 20  20 20 20 20 20 7c 20 20  |n an.        |  |
00000e90  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000ea0  20 20 20 20 20 20 20 20  20 20 20 20 20 7c 20 69  |             | i|
00000eb0  6c 6c 65 67 61 6c 20 70  69 74 63 68 20 74 6f 20  |llegal pitch to |
00000ec0  70 6c 61 79 2e 20 54 68  65 20 72 61 6e 67 65 0a  |play. The range.|
00000ed0  20 20 20 20 20 20 20 20  7c 20 20 20 20 20 20 20  |        |       |
00000ee0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000ef0  20 20 20 20 20 20 20 20  7c 20 69 73 20 66 72 6f  |        | is fro|
00000f00  6d 20 31 20 74 6f 20 33  36 20 28 31 3d 27 43 2d  |m 1 to 36 (1='C-|
00000f10  31 27 2e 2e 2e 0a 20 20  20 20 20 20 20 20 7c 20  |1'....        | |
00000f20  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000f30  20 20 20 20 20 20 20 20  20 20 20 20 20 20 7c 20  |              | |
00000f40  33 36 3d 27 42 23 33 27  29 0a 5f 5f 5f 5f 5f 5f  |36='B#3').______|
00000f50  5f 5f 7c 5f 5f 5f 5f 5f  5f 5f 5f 5f 5f 5f 5f 5f  |__|_____________|
00000f60  5f 5f 5f 5f 5f 5f 5f 5f  5f 5f 5f 5f 5f 5f 5f 5f  |________________|
00000f70  5f 5f 7c 5f 5f 5f 5f 5f  5f 5f 5f 5f 5f 5f 5f 5f  |__|_____________|
00000f80  5f 5f 5f 5f 5f 5f 5f 5f  5f 5f 5f 5f 5f 5f 5f 5f  |________________|
00000f90  5f 5f 5f 5f 5f 5f 5f                              |_______|
00000f97