Browse Source

Un-reverting last commit

tags/v0.6.0
Andrew Belt 6 years ago
parent
commit
ae251d8e57
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      src/core/AudioInterface.cpp

+ 4
- 0
src/core/AudioInterface.cpp View File

@@ -39,6 +39,10 @@ struct AudioInterfaceIO : AudioIO {
maxInputs = MAX_INPUTS;
}

~AudioInterfaceIO() {
closeStream();
}

void processStream(const float *input, float *output, int length) override {
if (numInputs > 0) {
// TODO Do we need to wait on the input to be consumed here?


Loading…
Cancel
Save