save_project
Save the current LMMS project to a specified file path, choosing compressed .mmpz or plain XML .mmp format to avoid breaking compatibility.
Instructions
Save the current LMMS project to a file.
Args: path: File path to save to. If empty, saves to the default projects directory. If only a filename is given (e.g. "song.mmpz"), it's saved in the default directory. compressed: If True, saves as .mmpz (compressed). If False, saves as .mmp (plain XML). By default (None) the format follows the file extension: ".mmp" is always plain XML, everything else compressed. Writing compressed data into a .mmp breaks LMMS and other tools.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | ||
| compressed | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |