zynaddsubfx

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

commit b77a197b666d34da0100232b0e6117f26040dcf6
parent d191f7b77d2970773015956fd835ea55ee99e4e4
Author: fundamental <[email protected]>
Date:   Sat, 14 Apr 2012 22:03:37 -0400

Disabling midi debugging code

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

diff --git a/src/Nio/InMgr.cpp b/src/Nio/InMgr.cpp @@ -66,7 +66,7 @@ void InMgr::flush() MidiEvent ev; while(!sem_trywait(&work)) { queue.pop(ev); - cout << ev << endl; + //cout << ev << endl; switch(ev.type) { case M_NOTE: