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
Terminate instead of kill jack_capture process
Closes
#153
tags/v0.9.0
falkTX
8 years ago
parent
92034ff82c
commit
1696cd3bfd
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
src/render.py
+ 2
- 1
src/render.py
View File
@@ -266,7 +266,8 @@ class RenderW(QDialog):
jacklib.set_freewheel(self.fJackClient, 0)
sleep(1)
self.fProcess.close()
self.fProcess.terminate()
#self.fProcess.waitForFinished(5000)
if useTransport:
self.fTimer.stop()
Write
Preview
Loading…
Cancel
Save