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
Set version as 0.8.0
tags/1.9.4
falkTX
11 years ago
parent
acccee8bde
commit
882e185b87
4 changed files
with
4 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
source/backend/plugin/VstPlugin.cpp
+1
-1
source/bridges/CarlaBridgeUI-VST.cpp
+1
-1
source/carla_shared.py
+1
-1
source/discovery/carla-discovery.cpp
+ 1
- 1
source/backend/plugin/VstPlugin.cpp
View File
@@ -2439,7 +2439,7 @@ private:
}
case audioMasterGetVendorVersion:
return 0x
1000; // 1.0
.0
return 0x
080; // 0.8
.0
case audioMasterCanDo:
CARLA_ASSERT(ptr != nullptr);
+ 1
- 1
source/bridges/CarlaBridgeUI-VST.cpp
View File
@@ -474,7 +474,7 @@ public:
break;
case audioMasterGetVendorVersion:
ret = 0x0
50; // 0.5
.0
ret = 0x0
80; // 0.8
.0
break;
case audioMasterCanDo:
+ 1
- 1
source/carla_shared.py
View File
@@ -70,7 +70,7 @@ elif WINDOWS:
# ------------------------------------------------------------------------------------------------------------
# Set Version
VERSION = "0.
5
.0"
VERSION = "0.
8
.0"
# ------------------------------------------------------------------------------------------------------------
# Set TMP
+ 1
- 1
source/discovery/carla-discovery.cpp
View File
@@ -238,7 +238,7 @@ intptr_t VSTCALLBACK vstHostCallback(AEffect* const effect, const int32_t opcode
break;
case audioMasterGetVendorVersion:
ret = 0x
1000; // 1.0
.0
ret = 0x
080; // 0.8
.0
break;
case audioMasterCanDo:
Write
Preview
Loading…
Cancel
Save