mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-14 20:40:03 +02:00
Change terminology from 'VST' to 'plugin'
This commit is contained in:
@@ -23,10 +23,10 @@
|
||||
|
||||
/**
|
||||
* Return a path to this `.so` file. This can be used to find out from where
|
||||
* this copy of `libyabridge-{clap,vst2,vst3}.so` or `libyabridge-chainloader-*.so`
|
||||
* was loaded so we can search for a matching Windows plugin library. When the
|
||||
* chainloaders are used, this path should be passed to the chainloaded plugin
|
||||
* library using the provided exported functions since they can't detect the
|
||||
* path themselves.
|
||||
* this copy of `libyabridge-{clap,vst2,vst3}.so` or
|
||||
* `libyabridge-chainloader-*.so` was loaded so we can search for a matching
|
||||
* Windows plugin library. When the chainloaders are used, this path should be
|
||||
* passed to the chainloaded plugin library using the provided exported
|
||||
* functions since they can't detect the path themselves.
|
||||
*/
|
||||
ghc::filesystem::path get_this_file_location();
|
||||
|
||||
Reference in New Issue
Block a user