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
pull/1639/head
Andrew Belt
7 years ago
parent
52caeb7d38
commit
5698ed7ad6
1 changed files
with
0 additions
and
4 deletions
Split 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() {
audioIO.closeStream();
}
void step() override;
json_t *toJson() override {
Write
Preview
Loading…
Cancel
Save