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
Now Claudia
tags/v0.9.0
falkTX
13 years ago
parent
c9915ff30c
commit
db1418aa6c
3 changed files
with
1106 additions
and
1101 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
src/catia.py
+1105
-1099
src/claudia.py
+1
-1
src/render.py
+ 0
- 1
src/catia.py
View File
@@ -35,7 +35,6 @@ except:
try:
import dbus
from dbus.mainloop.qt import DBusQtMainLoop
haveDBus = True
except:
haveDBus = False
+ 1105
- 1099
src/claudia.py
File diff suppressed because it is too large
View File
+ 1
- 1
src/render.py
View File
@@ -178,8 +178,8 @@ class RenderW(QDialog, ui_render.Ui_RenderW):
self.m_process.waitForStarted()
if self.m_freewheel:
sleep(1)
print("NOTICE: rendering in freewheel mode")
sleep(1)
jacklib.set_freewheel(self.m_jack_client, 1)
self.m_timer.start()
Write
Preview
Loading…
Cancel
Save