This website works better with JavaScript.
Home
Help
Sign In
VCVRack
/
Rack
mirror of
https://github.com/VCVRack/Rack.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
43
Wiki
Activity
Browse Source
Last commit doesn't do anything, reverted
tags/v0.6.0
Andrew Belt
7 years ago
parent
355614f86d
commit
0142ee2d20
1 changed files
with
0 additions
and
4 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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() : Module(NUM_PARAMS, NUM_INPUTS, NUM_OUTPUTS) {
}
}
~AudioInterface() {
audioIO.closeStream();
}
void step() override;
void step() override;
json_t *toJson() override {
json_t *toJson() override {
Write
Preview
Loading…
Cancel
Save