rncbc / qtractor

Qtractor - An Audio/MIDI multi-track sequencer
https://qtractor.org
GNU General Public License v2.0
509 stars 88 forks source link

VST3 and VST paths issues #270

Closed trebmuh closed 4 years ago

trebmuh commented 4 years ago

Hi Rui.

Following our talks on IRC #lad, I've been investigating a bit more about why it takes ~12 minutes on my computer to make a VST3 scan. Note that I have 2 VST3 plugins: Surge and sfizz in /usr/lib/vst3/, and 226 VST2 plugins in /usr/lib/vst.Here my findings when launching a VST3 scan:

In .config/rncbc.org/Qtractor.conf:

Now, look at this weirdy half-baked hybrid one:

All of that with a build from master 03aaf92. I hope you will make sense of that.

rncbc commented 4 years ago

good catch. maybe fixed in https://github.com/rncbc/qtractor/commit/e1a1d6ba

thanks

trebmuh commented 4 years ago

Rebuild from master head (6b1abe7) and it now works perfectly and quickly. Thanks Rui.