zynaddsubfx

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

commit 3309452298562b55fc7d64e195398398939442cb
parent 5d6fc23716a7de772d79e5d0b098299f525c1cef
Author: fundamental <[email protected]>
Date:   Mon,  9 Nov 2015 22:34:36 -0500

Fix DSSI Bank Load (by Olivier Jolly)

Diffstat:
MAUTHORS.txt | 2+-
Msrc/Misc/MiddleWare.cpp | 4++++
2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/AUTHORS.txt b/AUTHORS.txt @@ -30,4 +30,4 @@ Contributors: Filipe Coelho (Globals Cleanup) Andre Sklenar (UI Pixmaps) Harald Hvaal (General Code Modernization) - + Olivier Jolly (DSSI Bank Load Fix) diff --git a/src/Misc/MiddleWare.cpp b/src/Misc/MiddleWare.cpp @@ -1062,6 +1062,10 @@ static rtosc::Ports middlewareReplyPorts = { impl.loadPart(part, impl.master->bank.ins[program].filename.c_str(), impl.master); impl.uToB->write(("/part"+to_s(part)+"/Pname").c_str(), "s", impl.master->bank.ins[program].name.c_str()); rEnd}, + {"setbank:c", 0, 0, + rBegin; + impl.loadPendingBank(rtosc_argument(msg,0).i, impl.master->bank); + rEnd}, {"undo_pause:", 0, 0, rBegin; impl.recording_undo = false; rEnd}, {"undo_resume:", 0, 0, rBegin; impl.recording_undo = true; rEnd}, {"undo_change", 0, 0,