Results 15 issues of Mike Thierman

Add a method to select custom themes similar to Surge

Some warnings on Windows when compiling a barebones JUCE plugin with Microsoft CL compiler: ``` D:\GitHub\juce-plugin\libs\clap-juce-extensions\src\wrapper\clap-juce-wrapper.cpp(397): warning C4100: 'index': unreferenced formal parameter D:\GitHub\juce-plugin\libs\clap-juce-extensions\src\wrapper\clap-juce-wrapper.cpp(561): warning C4244: 'argument': conversion from 'double' to...

**Is your feature request related to a problem? Please describe!** Many DAWs can bypass but perhaps not all of them, and some may behave badly. Many audio plugins have a...

Feature Request
FX Plugin

Development ocurring on my fork @ https://github.com/mthierman/clap-wrapper # Must haves - [x] Settings (Audio/MIDI Ins & Outs) - [x] Standalone state - [x] Plugin state - [x] Save/Load defaults -...

### Prerequisites - [X] Write a descriptive title. - [X] Make sure you are able to repro it on the [latest released version](https://www.powershellgallery.com/packages/Microsoft.PowerShell.PSResourceGet) - [X] Search the existing issues. ###...

Needs-Triage

CPM seems to populate in the binary directory of the first target added, when it should perhaps go in a more general directory. This seems to be causing that target...

I noticed after adding WIL in PR #280 that calls in my own code to FetchContent conflict because they have the same name. Perhaps we can prefix the CPM downloads...

Just adding the clap-wrapper to a project will fail if we don't provide a VST3 SDK. Unsure if we should be setting CLAP_WRAPPER_DOWNLOAD_DEPENDENCIES by default or, probably, do nothing. ```cmake...

**Bug Description:** Hovering over the patch browser steals window focus **Surge XT Version** Version: Surge XT 1.4.main.7b9c71 * Plugin Type: VST3, CLAP, Standalone * Bitness: 64-bit **Reproduction Steps:** Steps to...

UI
Windows
Bug Report