Etterna 0.74.4
Loading...
Searching...
No Matches
Functions
NotesWriterDWI Namespace Reference

Writes a Song to a .DWI file. More...

Functions

bool Write (const std::string &sPath, const Song &out)
 Write the song out to a file.
 

Detailed Description

Writes a Song to a .DWI file.

Function Documentation

◆ Write()

bool NotesWriterDWI::Write ( const std::string &  sPath,
const Song out 
)

Write the song out to a file.

Parameters
sPaththe path to write the file.
outthe Song to be written out.
Returns
its success or failure.