|
| VGMRgn (VGMInstr *instr, uint32 offset, uint32 length=0, Common::String name="Region") |
|
virtual bool | LoadRgn () |
|
void | AddGeneralItem (uint32 offset, uint32 length, const Common::String &name) |
|
void | SetFineTune (int16 relativePitchCents) |
|
void | SetPan (uint8 pan) |
|
void | AddPan (uint8 pan, uint32 offset, uint32 length=1) |
|
void | AddVolume (double volume, uint32 offset, uint32 length=1) |
|
void | AddUnityKey (int8 unityKey, uint32 offset, uint32 length=1) |
|
void | AddKeyLow (uint8 keyLow, uint32 offset, uint32 length=1) |
|
void | AddKeyHigh (uint8 keyHigh, uint32 offset, uint32 length=1) |
|
void | AddSampNum (int sampNum, uint32 offset, uint32 length=1) |
|
| VGMContainerItem (VGMFile *thevgmfile, uint32 theOffset, uint32 theLength=0, const Common::String theName="") |
|
VGMHeader * | AddHeader (uint32 offset, uint32 length, const Common::String &name="Header") |
|
void | AddSimpleItem (uint32 offset, uint32 length, const Common::String &theName) |
|
template<class T > |
void | AddContainer (Common::Array< T *> &container) |
|
| VGMItem (VGMFile *thevgmfile, uint32 theOffset, uint32 theLength=0, const Common::String theName="") |
|
RawFile * | GetRawFile () |
|