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
38
Wiki
Activity
Browse Source
Destroy plugins after destroying audio and MIDI drivers, because plugins that register their own audio/MIDI drivers need to be kept loaded when the drivers are destructed.
tags/v2.0.0
Andrew Belt
4 years ago
parent
abb62eca09
commit
d7dfc0492a
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
standalone/main.cpp
+ 1
- 1
standalone/main.cpp
View File
@@ -244,9 +244,9 @@ int main(int argc, char* argv[]) {
windowDestroy();
ui::destroy();
}
plugin::destroy();
midi::destroy();
audio::destroy();
plugin::destroy();
INFO("Destroying logger");
logger::destroy();
Write
Preview
Loading…
Cancel
Save