This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
Cadence
mirror of
https://github.com/falkTX/Cadence
Watch
1
Star
0
Fork
0
Code
Releases
3
Activity
Browse Source
Misc
tags/v0.9.0
falkTX
12 years ago
parent
16de0cef40
commit
a872fcdd69
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
c++/carla-bridge/carla_bridge_ui-lv2.cpp
+1
-1
c++/carla-bridge/carla_bridge_ui-vst.cpp
+ 1
- 1
c++/carla-bridge/carla_bridge_ui-lv2.cpp
View File
@@ -1059,7 +1059,7 @@ CARLA_BRIDGE_END_NAMESPACE
int main(int argc, char* argv[])
{
using namespace CarlaBridge;
CARLA_BRIDGE_USE_NAMESPACE
if (argc != 5)
{
+ 1
- 1
c++/carla-bridge/carla_bridge_ui-vst.cpp
View File
@@ -534,7 +534,7 @@ CARLA_BRIDGE_END_NAMESPACE
int main(int argc, char* argv[])
{
using namespace CarlaBridge;
CARLA_BRIDGE_USE_NAMESPACE
if (argc != 4)
{
Write
Preview
Loading…
Cancel
Save