Dan Smith

Results 20 comments of Dan Smith

Yes, I am aware of the sticky implications of VST2. Technically this plugin was not compliant from the very beginning, long before I ever picked it up. This is what...

There is a clang-format file in the root project directory. Most IDEs have either direct support for format on save using clang-format or at least some way to run it...

I've created a branch "juce-port" that has the basic setup for the start of a JUCE plugin using cmake as the build system. See #3 for progress. There is also...

Yes, this is where the heavy lifting starts. Sounds like a reasonable plan. The only other consideration I can think of would be modernizing and refactoring, but maybe that could...

Looks like I wasn't the only one that needed this. FYI, https://github.com/Keypirinha/Packages/pull/41.

> For the saving of presets I propose using a XML based file. That seems to be the easiest and most robust way of doing this. That way I can...

I think the most intuitive way to handle this would be to use surrounding quotes where leading and/or trailing white space needs to be preserved. I'd gladly accept a pull...

This is pretty complicated. I'm not sure it could even be done in a plugin in a way that makes sense or even at all. If someone wants to work...

Thanks for the bug report and steps to reproduce. I think this is likely related to the mixed DPI issue (#5) as well. Unfortunately, I am still without a second...

@langdonx, thanks for volunteering! The commit that makes the initial fix is [here](https://github.com/dozius/winsplit-revolution/commit/560f9e9a0a95a0e5dc87bf41a5019cae13e3580c). The commit message has a link that gives some context. It's been quite some time since I've...