Browse Source

Remove MIDI-CV InputQueue debug statement.

tags/v2.0.0
Andrew Belt 3 years ago
parent
commit
a98acd380e
1 changed files with 0 additions and 3 deletions
  1. +0
    -3
      src/core/MIDI_CV.cpp

+ 0
- 3
src/core/MIDI_CV.cpp View File

@@ -125,9 +125,6 @@ struct MIDI_CV : Module {
}

void process(const ProcessArgs& args) override {
if (args.frame % 1000 == 0)
printf("queue size %lu\n", midiInput.size());

midi::Message msg;
while (midiInput.tryPop(&msg, args.frame)) {
processMessage(msg);


Loading…
Cancel
Save