[yabridgectl] Set up in ~/.vst/yabridge by default

Instead of creating `.so` files next to the VST2 plugin's `.dll` files.
This behavior is still available as an option. #123
This commit is contained in:
Robbert van der Helm
2022-04-17 20:27:47 +02:00
parent 5ea5968f96
commit 3970bc7f52
5 changed files with 249 additions and 57 deletions
+2 -2
View File
@@ -41,8 +41,8 @@ class HostProcess {
/**
* Return the full path to the host application in use. The host application
* is chosen depending on the architecture of the plugin's DLL file and on
* the hosting mode.
* is chosen depending on the architecture of the plugin's `.dll` file and
* on the hosting mode.
*/
virtual ghc::filesystem::path path() = 0;