When a file is opened and parsed (split up) into blocks of data it is checked for consistancy and syntax.
The Library Load Stats window shows a tabular version of this information.
If an error or errors were detected the line number in the file is shown. It is up to you to sort it out.
The screen shots below show two of the example libararies; one with and one without errors. See if you can work out what is wrong with the error
And this is what you get if you press the Explain button:
Filename: The filename that is this library
Library ID: Each library is given a letter identifier when loaded.
This allows you to see which library an entry comes from.
The exception is User generated entries which have a fixed identifier of User.
MSP format libraries are saved in sections that start Name: and run to the next blank line.
These sections are valid blocks of data and must contain both a name and a list of peaks.
Invalid block of data occur if a block does not contain both of these.
If you make a library by hand you might unwittingly add extra lines or make syntax errors
that the parser does not handle. This will create an invalid block of data.
Total blocks of data: The total number of blocks of data in the library (MSP file).
'# Valid blocks: The number of valid blocks.
If there are no invalid blocks this will be the same as the total number of blocks.
'# Invalid blocks: The number of invalid blocks.
The line numbers of any invalid blocks are listed.
Error at line number: For each invalid block the start and end line numbers
and if the block has either a name or peaks.
