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
Fix build
tags/1.9.4
falkTX
11 years ago
parent
ee40792c21
commit
dde3c47472
3 changed files
with
3 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
source/backend/engine/CarlaEngineRtAudio.cpp
+1
-0
source/backend/native/audiofile.c
+1
-1
source/backend/plugin/CarlaPluginInternal.hpp
+ 1
- 1
source/backend/engine/CarlaEngineRtAudio.cpp
View File
@@ -544,7 +544,7 @@ private:
void splice()
{
dataPending.splice(data, true);
dataPending.splice
Append
(data, true);
}
};
+ 1
- 0
source/backend/native/audiofile.c
View File
@@ -22,6 +22,7 @@
#include <pthread.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <unistd.h>
typedef struct adinfo ADInfo;
+ 1
- 1
source/backend/plugin/CarlaPluginInternal.hpp
View File
@@ -466,7 +466,7 @@ struct CarlaPluginProtectedData {
{
if (mutex.tryLock())
{
dataPendingRT.splice(data, true);
dataPendingRT.splice
Append
(data, true);
mutex.unlock();
}
}
Write
Preview
Loading…
Cancel
Save