clap-juce-extensions icon indicating copy to clipboard operation
clap-juce-extensions copied to clipboard

Results 9 clap-juce-extensions issues
Sort by recently updated
recently updated
newest added

So you can watch this moment in the video https://youtu.be/H_03JJ7Ca5g?t=2571 when I explain how the current wrapper works and Alex says "why not just split the block" and, live in...

Right now the CLAP resize API doesn't support constrainers properly so things like aspect ratio and the like are amiss. I have a fix for this but it runs afoul...

1: If the host does not support the timer, many things won't work especially our GUI. Have the extensions at least return false for hasgui if there's no timer 2....

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...

There's code in other juce clients which we want to make sure we similarly respect here, almost definitely by modifying the ::process return value among other things.

We are already using `CPM` for fetching JUCE in the examples. Much nicer to use them for everything instead of `.gitmodules` that just add needless complexity, confusion and extra step...

Hi, Cockos has just added support for CLAP plugins being able to access the REAPER API in their pre-release versions ( [link to changelog](https://forum.cockos.com/showthread.php?p=2612752#post2612752l)) . Curious (as I'm still a...

https://github.com/unplugred/vsts/issues/1 When changing System -> Display -> Scale to be a non 100% value, the CLAP version stays in the same size, unlike the VST3 counterpart which scales properly. This...

Hello, I am using the function getContainer()->setFixedAspectRatio() in order to make the GUI a fixed aspect ratio. This is working on all targets and operating systems except for CLAP when...