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 CarlaBackend.h ANSI compat
tags/1.9.4
falkTX
10 years ago
parent
2d31bd2004
commit
dfd240e3a9
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/CarlaBackend.h
+ 1
- 1
source/backend/CarlaBackend.h
View File
@@ -1353,7 +1353,7 @@ typedef struct {
{
return value * (max - min) + min;
}
#endif /
/ __cplusplus
#endif /
* __cplusplus */
} ParameterRanges;
Write
Preview
Loading…
Cancel
Save