zynaddsubfx

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

commit 1e7f9a7e2778f806eb13f2ffb51f190b1b8408dd
parent 51ff785e46af4596e66b4f0efd984727ff7b7fbc
Author: Johannes Lorenz <[email protected]>
Date:   Sun, 22 Nov 2020 21:37:42 +0100

Master: Remove duplicate `bToU` write

The duplicate was introduced in e2c21671f (code refactoring).

Diffstat:
Msrc/Misc/Master.cpp | 5-----
1 file changed, 0 insertions(+), 5 deletions(-)

diff --git a/src/Misc/Master.cpp b/src/Misc/Master.cpp @@ -867,11 +867,6 @@ bool Master::applyOscEvent(const char *msg, float *outl, float *outr, else if(d.forwarded) bToU->raw_write(msg); - if(d.matches == 0 && !d.forwarded) - fprintf(stderr, "Unknown path '%s:%s'\n", msg, rtosc_argument_string(msg)); - if(d.forwarded) - bToU->raw_write(msg); - return true; }