commit 9858cb20b49cbcc2b5167c68c53d2b12dec421e1
parent 42927b5e9f1c42405c45c36409168ff361e2f634
Author: Christopher A. Oliver <caowasteland@gmail.com>
Date: Mon, 2 Nov 2015 12:50:06 -0500
Fix typo in OSC message
Remove bogus declaration from PartUI.fl
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/UI/BankView.cpp b/src/UI/BankView.cpp
@@ -303,7 +303,7 @@ void BankView::react(int event, int nslot)
if(event==1 && mode==3) {
if (!isempty &&
fl_choice("Clear the slot no. %d ?","No","Yes",NULL, nslot+1)) {
- osc->write("/bank/clear-slot", "i", nslot);
+ osc->write("/bank/clear_slot", "i", nslot);
osc->write("/bank/slot"+to_s(nslot), "");
}
bvc->mode(1);
diff --git a/src/UI/PartUI.fl b/src/UI/PartUI.fl
@@ -152,7 +152,7 @@ maxkcounter->do_callback();}
xywh {490 0 40 15} box THIN_UP_BOX labelsize 11
}
Fl_Check_Button mutedcheck {
- public xywh {60 0 20 15} down_box DOWN_BOX labelfont 1 labelsize 11 align 4
+ xywh {60 0 20 15} down_box DOWN_BOX labelfont 1 labelsize 11 align 4
code0 {o->init("Pmuted");}
class Fl_Osc_Check
}