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
Reduce bridge plugin test to 5s
tags/v2.3.0-RC1
falkTX
3 years ago
parent
9210d031fb
commit
878ab2fc7e
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
source/bridges-plugin/CarlaBridgePlugin.cpp
+ 1
- 1
source/bridges-plugin/CarlaBridgePlugin.cpp
View File
@@ -287,7 +287,7 @@ public:
if (testing)
{
timeToEnd = water::Time::currentTimeMillis() +
10
* 1000;
timeToEnd = water::Time::currentTimeMillis() +
5
* 1000;
fEngine->transportPlay();
}
Write
Preview
Loading…
Cancel
Save