This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
DPF
mirror of
https://github.com/DISTRHO/DPF
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
Always quit nicely no matter the plugin format
pull/327/head
falkTX
3 years ago
parent
27c173f68f
commit
86a621bfd8
2 changed files
with
1 additions
and
5 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-5
distrho/src/DistrhoPluginVST2.cpp
+1
-0
distrho/src/DistrhoUIInternal.hpp
+ 0
- 5
distrho/src/DistrhoPluginVST2.cpp
View File
@@ -202,11 +202,6 @@ public:
# endif
}
~UIVst()
{
fUI.quit();
}
// -------------------------------------------------------------------
void idle()
+ 1
- 0
distrho/src/DistrhoUIInternal.hpp
View File
@@ -107,6 +107,7 @@ public:
~UIExporter()
{
quit();
delete ui;
delete uiData;
}
Write
Preview
Loading…
Cancel
Save