psycha0s / airwave

Airwave is a WINE-based VST bridge, that allows for the use of Windows 32- and 64-bit VST 2.4 audio plugins with Linux VST hosts
MIT License
575 stars 35 forks source link

default directories separators not working #18

Closed joehannes-zz closed 8 years ago

joehannes-zz commented 9 years ago

When trying to create a new Plugin it provides defaults for the vst dirs, separating them with the colon (:) ... this notation then isn't accepted when clicking ok

psycha0s commented 9 years ago

As far as I understood this issue, you have configured the VST_PATH environment variable with multiple directories, separated by the colons. In the current implementation only one "favorite" VST directory is supported ("VST location" in the settings dialog). I think I can use the first path from the VST_PATH if it has multiple values. I will fix this in the next version.

joehannes-zz commented 9 years ago

Exactly, that is, Ubuntu did this probably and I actually thought you did it :) hehe ... Yeah, but you read right in between the lines, getting there, thx!

psycha0s commented 8 years ago

I totally forget about that one, I'm sorry for that. I think I fixed it in the develop branch.