This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
Carla
mirror of
https://github.com/falkTX/Carla
Watch
1
Star
0
Fork
0
Code
Releases
42
Activity
Browse Source
One more attempt at dummy driver
tags/1.9.8
falkTX
7 years ago
parent
b4035023e3
commit
67bc2a3e05
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
source/backend/engine/CarlaEngineRtAudio.cpp
+ 1
- 1
source/backend/engine/CarlaEngineRtAudio.cpp
View File
@@ -193,7 +193,7 @@ public:
const uint devCount(fAudio.getDeviceCount());
if (devCount == 0)
if (devCount == 0
&& fAudio.getCurrentApi() != RtAudio::RtAudio::RTAUDIO_DUMMY
)
{
setLastError("No audio devices available for this driver");
return false;
Write
Preview
Loading…
Cancel
Save