[yabridgectl] Make scanning errors non-fatal

This should never occur, but somehow people have text files with .dll or
.vst3 extensions in their plugin directories.

This resolves #185.
This commit is contained in:
Robbert van der Helm
2022-06-25 13:29:23 +02:00
parent 687bee34d5
commit 414fd97216
3 changed files with 29 additions and 4 deletions
+6 -1
View File
@@ -19,8 +19,13 @@ Versioning](https://semver.org/spec/v2.0.0.html).
presets due to some mutually recursive function calls that weren't being
handled as such.
### yabridge
### yabridgectl
- Parsing errors for plugin binaries are now non-fatal. This could happen when
you have a text file with a `.dll` or `.vst3` extension in your plugin search
locations. This normally would never happen, but it can happen if you manually
extract a .zip file containing Windows plugins to those directories that was
created on macOS. Don't ask me how or why.
- Don't panic when someone `yabridgectl add`'ed part of the contents of a
Windows VST3 bundle. For the record, you really, really, _really_ shouldn't be
doing this.