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
Merge branch 'master' into exposed-carla-plugin
tags/v1.9.11
falkTX
6 years ago
parent
c789997920
b9ba5e5d01
commit
6ab45a86c4
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
source/native-plugins/resources/carla-plugin
+ 1
- 1
source/native-plugins/resources/carla-plugin
View File
@@ -489,7 +489,7 @@ else:
class CarlaEmbedW(QEmbedWidget):
def __init__(self, host, winId, isPatchbay):
QEmbedWidget.__init__(self, winId
, isPatchbay
)
QEmbedWidget.__init__(self, winId)
self.host = host
self.fWinId = winId
Write
Preview
Loading…
Cancel
Save