Nature Is Frequency
Nature Is Frequency
Add .DS_Store to .gitignore (MacOS specific) Fixes issue: #390 ".DS_Store missing in .gitignore"
Clap repositories on MacOS currently flag .DS_Store files as changes to the repository Suggest following the convention of adding .DS_Store to .gitignore As per the following repos: https://github.com/free-audio/clap-wrapper/blob/main/.gitignore https://github.com/free-audio/clap-helpers/blob/main/.gitignore https://github.com/free-audio/clap-juce-extensions/blob/main/.gitignore
## Repro steps: 1. Launch clap-host with no plugin 2. Windows -> Recreate Plugin Window 3. Crash ## Reason for the crash: PluginHost::setParentWindow doesn't guard against _plugin being nullptr ##...
Took me a moment to see how to load a .clap plugin. Could something like the following be added to the README.md for future users, cheers # How to load...