Writes a Song to a .ETT file.
More...
|
bool | Write (std::string &sPath, const Song &out, const std::vector< Steps * > &vpStepsToSave) |
| Write the song out to a file.
|
|
Writes a Song to a .ETT file.
◆ Write()
bool NotesWriterETT::Write |
( |
std::string & |
sPath, |
|
|
const Song & |
out, |
|
|
const std::vector< Steps * > & |
vpStepsToSave |
|
) |
| |
Write the song out to a file.
- Parameters
-
sPath | the path to write the file. |
out | the Song to be written out. |
vpStepsToSave | the Steps to save. |
bSavingCache | a flag to see if we're saving certain cache data. |
- Returns
- its success or failure.