This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
JUCE
mirror of
https://github.com/DISTRHO/JUCE
Watch
1
Star
0
Fork
0
Code
Releases
1
Activity
Browse Source
Added missing CoInitialize when using ASIO audio device
tags/2021-05-28
hogliux
9 years ago
parent
8499e29241
commit
c2caad42b5
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
modules/juce_audio_devices/native/juce_win32_ASIO.cpp
+ 2
- 0
modules/juce_audio_devices/native/juce_win32_ASIO.cpp
View File
@@ -341,6 +341,8 @@ public:
insideControlPanelModalLoop (false),
shouldUsePreferredSize (false)
{
::CoInitialize (nullptr);
name = devName;
inBuffers.calloc (4);
outBuffers.calloc (4);
Write
Preview
Loading…
Cancel
Save