Browse Source

jsfx: do not transform name/file in the frontend

pull/1503/head
Jean Pierre Cimalando 3 years ago
parent
commit
8a4adbb70f
1 changed files with 0 additions and 5 deletions
  1. +0
    -5
      source/frontend/carla_database.py

+ 0
- 5
source/frontend/carla_database.py View File

@@ -358,11 +358,6 @@ def checkPluginCached(desc, ptype):
pinfo['filename'] = pinfo['label']
pinfo['label'] = pinfo['name']

# TODO(jsfx) what to do here?
elif ptype == PLUGIN_JSFX:
pinfo['filename'] = pinfo['label']
pinfo['label'] = pinfo['name']

return pinfo

def checkPluginLADSPA(filename, tool, wineSettings=None):


Loading…
Cancel
Save