|
From: Tapio V. <aa...@us...> - 2011-01-12 14:49:45
|
Module: editor Branch: master Commit: ac3571f3ab71cb34cd62c4520490e84e38d7b647 Author: Tapio Vierros <tap...@gm...> Date: Wed Jan 12 16:46:06 2011 +0200 Import classes from Performous in preparation of UltraStar parsing. Required some changes: * Boost dependency introduced - Qt could handle those, but I'm too lazy to convert for now * Note class went back to not using Duration - Too much stuff to change in parser * Unicode stuff is removed (Qt could probably be used for this) * Other hackery. --- CMakeLists.txt | 6 ++- notes.cc | 2 +- notes.hh | 16 ++---- song.cc | 108 +++++++++++++++++++++++++++++++++++++ song.hh | 140 +++++++++++++++++++++++++++++++++++++++++++++++ songparser-txt.cc | 155 +++++++++++++++++++++++++++++++++++++++++++++++++++++ songparser.cc | 140 +++++++++++++++++++++++++++++++++++++++++++++++ songparser.hh | 90 +++++++++++++++++++++++++++++++ 8 files changed, 645 insertions(+), 12 deletions(-) |