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
Fix LADSPA path reset
tags/1.9.4
falkTX
11 years ago
parent
f0bfe19ff0
commit
1f9554d889
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
source/carla.py
+ 1
- 1
source/carla.py
View File
@@ -502,7 +502,7 @@ class CarlaSettingsW(QDialog):
paths.sort()
self.ui.lw_ladspa.clear()
for ladspa in
Carla.
paths:
for ladspa in paths:
self.ui.lw_ladspa.addItem(ladspa)
elif self.ui.tw_paths.currentIndex() == 1:
Write
Preview
Loading…
Cancel
Save