Change terminology from 'VST' to 'plugin'

This commit is contained in:
Robbert van der Helm
2022-08-23 18:34:03 +02:00
parent bf7280fc7e
commit 4ca7ea17b2
35 changed files with 703 additions and 706 deletions
+5 -5
View File
@@ -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();