Define the deprecated VST<2.4 main entry point

This should allow @AVLinux to use yabridge under EnergyXT.
This commit is contained in:
Robbert van der Helm
2021-06-26 14:57:03 +02:00
parent e7366006df
commit e0713c5fe7
2 changed files with 12 additions and 5 deletions
+3
View File
@@ -23,6 +23,9 @@ Versioning](https://semver.org/spec/v2.0.0.html).
Linux plugin hosts. This should not be necessary in any normal situation since
Desktop Linux has been 64-bit only for a while now, but it could be useful in
some very specific situations.
- Defined the deprecated pre-VST2.4 `main` entry point for VST2 plugins. This
allows the above mentioned 32-bit version of yabridge to be used in EnergyXT,
allowing you to use both 32-bit and 64-bit Windows VST2 plugins there.
### Changed