mirror of
https://github.com/taglib/taglib.git
synced 2025-07-21 14:34:23 -04:00
S3M+IT: fix reading, IT: untested support for message writing
IT: reading was off starting with global volume because of wrong read size. S3M+IT: correctly read the number of used patterns. IT: fixed reading of message tag and implemented writing of message tag (not tested yet). I also added S3M+IT test files. TODO: Unit tests using them.
This commit is contained in:
@ -50,9 +50,9 @@ namespace TagLib {
|
||||
ushort bpmSpeed() const;
|
||||
|
||||
protected:
|
||||
void setTableLength(ushort tableLength);
|
||||
void setChannels(int channels);
|
||||
|
||||
void setTableLength(ushort tableLength);
|
||||
void setVersion(ushort version);
|
||||
void setRestartPosition(ushort restartPosition);
|
||||
void setPatternCount(ushort patternCount);
|
||||
|
Reference in New Issue
Block a user