diff --git a/source/frontend/carla_database.py b/source/frontend/carla_database.py index 2e2f1bd57..15285096f 100755 --- a/source/frontend/carla_database.py +++ b/source/frontend/carla_database.py @@ -351,7 +351,7 @@ def checkPluginCached(desc, ptype): pinfo['parameters.outs'] = desc['parameterOuts'] if ptype == PLUGIN_LV2: - pinfo['filename'], pinfo['label'] = pinfo['label'].split('/',1) + pinfo['filename'], pinfo['label'] = pinfo['label'].split(os.path.sep,1) elif ptype == PLUGIN_SFZ: pinfo['filename'] = pinfo['label']