https://bugs.kde.org/show_bug.cgi?id=514086

--- Comment #1 from [email protected] ---
Since Kdenlive only starts the plugin scan after the intro dialog, 
wouldn't it be possible to programmatically reset the VST path or set it to a
user-defined path from the Kdenlive configuration?

Something like 

```
_setenv("VST_PATH", config_vst_path.c_str(), 1);
_setenv("VST3_PATH", config_vst3_path.c_str(), 1);

initializeMLT();
```

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to