clap-wrapper
clap-wrapper copied to clipboard
If now proper audio device exists, wrapper skips activate() but calls deactivate()
When using the standalone wrapper and there is no proper audio device present to be opened via WASAPI, an exception is thrown and the plugin does not get an activate() call.
But on exiting the program, deactivate is being called - which triggers clap-helpers framework detecting imbalanced activate/deactive calls.