Browse Source

Last commit doesn't do anything, reverted

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

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

@@ -106,10 +106,6 @@ struct AudioInterface : Module {
AudioInterface() : Module(NUM_PARAMS, NUM_INPUTS, NUM_OUTPUTS) {
}

~AudioInterface() {
audioIO.closeStream();
}

void step() override;

json_t *toJson() override {


Loading…
Cancel
Save