zynaddsubfx

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

commit e838f3c46385b06b5b09f7193141bdbf0ed602fe
parent 4c7500b735f9b0e53cb7e58ee25b8e125a0e0847
Author: fundamental <[email protected]>
Date:   Thu, 18 Jun 2015 11:11:16 -0400

BankUI: Fix Non-Refreshed View Of BankUI

Diffstat:
Msrc/UI/BankView.cpp | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/UI/BankView.cpp b/src/UI/BankView.cpp @@ -15,8 +15,8 @@ BankList::BankList(int x,int y, int w, int h, const char *label) void BankList::init(std::string path) { ext = path; + oscRegister("bank-list"); oscRegister(path.c_str()); - osc->createLink("/bank-list", this); } void BankList::OSC_raw(const char *msg)