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
Keep application signals alive
Signed-off-by: falkTX <falktx@falktx.com>
tags/v2.1-alpha2
falkTX
6 years ago
parent
42bac9787a
commit
07b0d9c7d2
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
source/frontend/carla_host.py
+ 1
- 0
source/frontend/carla_host.py
View File
@@ -127,6 +127,7 @@ class HostWindow(QMainWindow):
# ----------------------------------------------------------------------------------------------------
# Internal stuff
self.fIdleTimerNull = self.startTimer(1000) # keep application signals alive
self.fIdleTimerFast = 0
self.fIdleTimerSlow = 0
Write
Preview
Loading…
Cancel
Save