clap-wrapper icon indicating copy to clipboard operation
clap-wrapper copied to clipboard

If now proper audio device exists, wrapper skips activate() but calls deactivate()

Open defiantnerd opened this issue 7 months ago • 0 comments

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.

defiantnerd avatar May 01 '25 07:05 defiantnerd