| 51 | const std::string& comment = u8"", unsigned int tickFreq = 60); |
| 52 | |
| 53 | inline void setFilePath(const std::string& path) { filePath_ = path; } |
| 54 | std::string getFilePath() const noexcept { return filePath_; }; |
| 55 | inline void setTitle(const std::string& title) { title_ = title; } |
| 56 | inline std::string getTitle() const noexcept { return title_; } |