struct SerializableLoadInfo
|
Data structure used by the Serializable class during loading. More... |
|
|
Public Methods
Public Members
Data structure used by the Serializable class during loading.
It contains information that has been gained about the file, mostly
from the "Header" chunk. Most Serializable classes will not need
to write to this struct, but will almost certainly need to read it
(at least to convert local file PPQN resolution to TSE3 system PPQN).
bool unknownChunks
| unknownChunks |
bool unknownData
| unknownData |
Progress * progress
| progress |
SerializableLoadInfo ()
| SerializableLoadInfo |
Sets up some default values for the struct values.
These are:
- PPQN - Clock::PPQN
- song - 0
- major - -1
- minor - -1
- unknownChunks - false
- unknownData - false
- progress - 0
Generated by: pete on philemon on Wed May 25 14:39:52 2005, using kdoc 2.0a54. |