mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-07 03:50:11 +02:00
[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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user