zynaddsubfx

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

commit 307bc45c51e87647e448490565b0ebd11e0e454c
parent eee5dd1f8758edbd61383a1bfb881b051e29b526
Author: Friedolino <mkirchn@freenet.de>
Date:   Sun, 28 Jun 2020 21:48:06 +0200

print the filename to console at savexml port

Diffstat:
Msrc/Misc/Part.cpp | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/Misc/Part.cpp b/src/Misc/Part.cpp @@ -176,6 +176,7 @@ static const Ports partPorts = { strftime (p->loaded_file,23,"%F_%R.xiz",timeinfo); } p->saveXML(p->loaded_file); + fprintf(stderr, "Part %d saved to %s\n", (p->partno + 1), p->loaded_file); }}, //{"kit#16::T:F", "::Enables or disables kit item", 0, // [](const char *m, RtData &d) {