Browse Source

Fix supported file extensions not activating in carla-plugin

tags/1.9.6
falkTX 10 years ago
parent
commit
755a6506cc
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      source/modules/native-plugins/resources/carla-plugin

+ 2
- 0
source/modules/native-plugins/resources/carla-plugin View File

@@ -318,6 +318,8 @@ class CarlaMiniW(ExternalUI, HostWindow):
elif msg == "file-exts":
exts = self.readlineblock().replace("\r", "\n")
self.host.fSupportedFileExts = exts
# only now we know the supported extensions
self.fDirModel.setNameFilters(exts.split(";"))

elif msg == "max-plugin-number":
maxnum = int(self.readlineblock())


Loading…
Cancel
Save