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
Render: Use jack_capture '-jf' option for freewheel
tags/v0.9.0
falkTX
11 years ago
parent
ac00b49aef
commit
778d51bd93
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
src/render.py
+ 4
- 0
src/render.py
View File
@@ -222,6 +222,10 @@ class RenderW(QDialog):
if useTransport:
arguments.append("-jt")
# Controlled by freewheel
if self.fFreewheel:
arguments.append("-jf")
# Silent mode
arguments.append("-dc")
arguments.append("-s")
Write
Preview
Loading…
Cancel
Save