zynaddsubfx

ZynAddSubFX open source synthesizer
Log | Files | Refs | Submodules | LICENSE

commit fd422cd3c4d7019825917b48f741c9fb7615b64a
parent 679b0122449cd6a95559c1cc0dccd57757cff45c
Author: Christopher A. Oliver <[email protected]>
Date:   Tue, 27 Oct 2015 19:42:48 -0400

Remember the params just written as last_xmz

Diffstat:
Msrc/UI/MasterUI.fl | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/UI/MasterUI.fl b/src/UI/MasterUI.fl @@ -1689,6 +1689,7 @@ char *tmp; if (result<0) fl_alert("Error: Could not save the file."); else { + osc->write("/last_xmz", "s", filename); \#if USE_NSM if ( nsm && nsm->is_active() ) setfilelabel( nsm->display_name );