summaryrefslogtreecommitdiffstats
path: root/src/libs/engine/MidiNoteNode.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-07-29 06:21:29 +0000
committerDavid Robillard <d@drobilla.net>2008-07-29 06:21:29 +0000
commit1bcac68c24eeca5fba730a9dc48ac09eee9ac76b (patch)
tree4db45b2f7ead16227906ec6fcb8999cefb87b32e /src/libs/engine/MidiNoteNode.cpp
parentf0e920ab170569fc9eaf5858af2e9ae3e8d44993 (diff)
downloadingen-1bcac68c24eeca5fba730a9dc48ac09eee9ac76b.tar.gz
ingen-1bcac68c24eeca5fba730a9dc48ac09eee9ac76b.tar.bz2
ingen-1bcac68c24eeca5fba730a9dc48ac09eee9ac76b.zip
Add converted Smack 909 patches.
Fix MIDI/Event ports loaded from patches. git-svn-id: http://svn.drobilla.net/lad/ingen@1303 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/libs/engine/MidiNoteNode.cpp')
-rw-r--r--src/libs/engine/MidiNoteNode.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libs/engine/MidiNoteNode.cpp b/src/libs/engine/MidiNoteNode.cpp
index 53778f17..e9b36fbf 100644
--- a/src/libs/engine/MidiNoteNode.cpp
+++ b/src/libs/engine/MidiNoteNode.cpp
@@ -225,8 +225,8 @@ MidiNoteNode::note_on(ProcessContext& context, uchar note_num, uchar velocity, F
assert(voice != NULL);
assert(voice == &(*_voices)[voice_num]);
- cerr << "[MidiNoteNode] Note " << (int)note_num << " on @ " << time
- << ". Voice " << voice_num << " / " << _polyphony << endl;
+ /*cerr << "[MidiNoteNode] Note " << (int)note_num << " on @ " << time
+ << ". Voice " << voice_num << " / " << _polyphony << endl;*/
// Update stolen key, if applicable
if (voice->state == Voice::Voice::ACTIVE) {