ZSM: add optimize for size toggle
This commit is contained in:
parent
fe8f94b2b2
commit
a1d74e7dc1
6 changed files with 23 additions and 7 deletions
|
|
@ -605,7 +605,7 @@ class DivEngine {
|
|||
// - -2 to add a whole loop of trailing
|
||||
SafeWriter* saveVGM(bool* sysToExport=NULL, bool loop=true, int version=0x171, bool patternHints=false, bool directStream=false, int trailingTicks=-1);
|
||||
// dump to ZSM.
|
||||
SafeWriter* saveZSM(unsigned int zsmrate=60, bool loop=true);
|
||||
SafeWriter* saveZSM(unsigned int zsmrate=60, bool loop=true, bool optimize=true);
|
||||
// dump command stream.
|
||||
SafeWriter* saveCommand(bool binary=false);
|
||||
// export to an audio file
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue