Always print version information in plugin hosts

When the plugin host applications are invoked without arguments. Seems a
bit weird when they only print this when invoked with arguments.
This commit is contained in:
Robbert van der Helm
2021-09-26 18:20:20 +02:00
parent ed6a429c6e
commit 3dd5859799
3 changed files with 20 additions and 11 deletions
+2
View File
@@ -35,6 +35,8 @@ Versioning](https://semver.org/spec/v2.0.0.html).
### Changed
- The Wine plugin host applications now print their version information before
the `Usage: ` string when invoked without command line argument.
- VST3 Data (SysEx) events now use the same small buffer optimization we use for
VST2 SysEx events. This avoids allocations when a VST3 plugin sends or
receives a SysEx event.