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
Testing
tags/1.9.4
falkTX
10 years ago
parent
fe94d0e070
commit
6bb71ca9b4
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
source/utils/CarlaBridgeUtils.hpp
+ 2
- 2
source/utils/CarlaBridgeUtils.hpp
View File
@@ -105,11 +105,11 @@ const char* const CARLA_BRIDGE_MSG_SAVED = "CarlaBridgeSaved"; //!< Plugin
struct BridgeSemaphore {
union {
void* server;
char _padServer[
32
];
char _padServer[
64
];
};
union {
void* client;
char _padClient[
32
];
char _padClient[
64
];
};
};
Write
Preview
Loading…
Cancel
Save