Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added {r,l}trim_newline that only remove '\r' and '\n', remove '\r' from lyrics | Alexander Sulfrian | 2013-01-05 | 1 | -0/+21 |
| | |||||
* | added complete song structure | Alexander Sulfrian | 2013-01-05 | 1 | -3/+3 |
| | | | | | | | added LyricLines for lines of lyrics with some words added LyricWords for single words (notes) of lyrics added construction/deconstruction of lines and words form parsed data changed BPM list to list of pointer | ||||
* | cut big function for parsing song lines in some smaller | Alexander Sulfrian | 2013-01-05 | 1 | -70/+84 |
| | |||||
* | added parsing of song lyric lines | Alexander Sulfrian | 2013-01-05 | 1 | -9/+65 |
| | |||||
* | Added get methods and made a comment more clear | Robin Nehls | 2013-01-05 | 1 | -1/+1 |
| | |||||
* | added txt header loading with test and some preparations for loading notes | Alexander Sulfrian | 2013-01-05 | 1 | -3/+134 |
| | |||||
* | added song loading stubs with different strategies chosen by file extension | Alexander Sulfrian | 2013-01-05 | 1 | -0/+44 |