zynaddsubfx

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

commit 39f039295adc128bfd416e0f4e194dceac35bc4d
parent ae765298e509decb9886c56b3b28655bf606aba4
Author: fundamental <mark.d.mccurry@gmail.com>
Date:   Wed, 25 Feb 2015 18:57:10 -0500

Avoid Installing Rtosc Libs

Diffstat:
MCMakeLists.txt | 1+
Msrc/Misc/Master.cpp | 2+-
2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt @@ -18,6 +18,7 @@ else() message(STATUS "Found Rtosc Submodule...") endif() +set(RTOSC_NO_INSTALL TRUE) add_subdirectory(rtosc) include_directories(rtosc/include) diff --git a/src/Misc/Master.cpp b/src/Misc/Master.cpp @@ -301,7 +301,7 @@ Master::Master() char loc_buf[1024]; DataObj d{loc_buf, 1024, the_master, bToU}; memset(loc_buf, sizeof(loc_buf), 0); - printf("sending an event to the owner of '%s'\n", m); + //printf("sending an event to the owner of '%s'\n", m); Master::ports.dispatch(m+1, d); };