jatinchowdhury18

Results 227 comments of jatinchowdhury18

Hmmm, so it looks like the missing references are all from the JUCE dependencies, either the FreeType library (everything that starts with `FT_...`), or the ALSA library (`snd_...`). From looking...

This has now been implemented with #78, using some [compile-time options](https://github.com/free-audio/clap-juce-extensions#arguments-to-create_jucer_clap_target). I think I'll leave this issue open for now in case folks have any questions or concerns.

Thanks for reporting this! I haven't actually tried running CLAP plugins in Reaper yet, but it was my understanding that Reaper's CLAP support was still a work-in-progress. From testing in...

Thanks for the bug report! Would it be possible to share the diagnostic info from the plugin so we can tell which operating system, plugin format, etc, that you are...

So as, I remember it, I had originally the Spring Reverb effect with `using VecType = __m128` instead of `using VecType = juce::dsp::SIMDRegister`. However, we ran into problems since the...

Actually, I thought it was one of the GCC builds... let me see if I can dig up that thread. Edit: here [it is](https://github.com/surge-synthesizer/surge/pull/5270), although it looks like it's missing...

Thanks for the report! The crashing VST2 should now be fixed as of the latest commit. The VST3 graphics issue is a little bit more subtle. The real issue here,...

No problem! Testing is always a massive help, especially on DAWs that I don't use super often (like Reaper on Windows). There's naturally still going to be a lot of...

Thanks for the report! We're actually working on this issue at the moment. Maybe after we merge #201 we can try testing again with the nightly builds.

So we've merged a bunch of UI optimizations which should help with the GUI freezing issue. I did some testing yesterday in Reaper on Windows x64, and didn't have any...