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
Don't show disable parameters
tags/1.9.4
falkTX
10 years ago
parent
8e271ee044
commit
bb7c96cc1f
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
source/carla_widgets.py
+ 2
- 0
source/carla_widgets.py
View File
@@ -712,6 +712,8 @@ class PluginEdit(QDialog):
if paramData['type'] not in (PARAMETER_INPUT, PARAMETER_OUTPUT):
continue
if (paramData['hints'] & PARAMETER_IS_ENABLED) == 0:
continue
parameter = {
'type': paramData['type'],
Write
Preview
Loading…
Cancel
Save