zynaddsubfx

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

commit 086c309651dc7d4aa21ab5647e5414283041668b
parent 76daaa238145080a399c334910395c3b46104ce1
Author: fundamental <mark.d.mccurry@gmail.com>
Date:   Tue, 18 Mar 2014 12:23:03 -0400

Fix SUBnoteUI OSC Widget

Assert on invalid messages is no longer triggered by moving around the root of
the subnote UI window.

Diffstat:
Msrc/UI/SUBnoteUI.fl | 8++++++++
1 file changed, 8 insertions(+), 0 deletions(-)

diff --git a/src/UI/SUBnoteUI.fl b/src/UI/SUBnoteUI.fl @@ -71,6 +71,14 @@ if (!Fl::event_inside(X,Y,W,H)) { return(1);} {} } + Function {rebase(std::string new_base)} {return_type void + } { + code {} {} + } + Function {update()} {return_type void + } { + code {} {} + } Function {OSC_value(char c)} {open return_type void } { code {value(127-c);} {}