Kjetil Matheussen

Results 325 comments of Kjetil Matheussen

I tried latest version of Surge now, 1.9.09xxxx from 2021-04-21. And it seems to work. I can't reproduce the crash. But the crash you reported happened inside JUCE, so it...

The VST3 crashes should be fixed in https://github.com/kmatheussen/radium/commit/70176fd11cb0c5c339e587921db66cd78b1eab5c It was caused by juce throwing an assertion because bus configurations was not supported. Assertions shouldn't be enabled in release mode.

I don't know exactly what's causing this, but it seems related to loading state twice, which of course isn't necessary, but shouldn't cause any problems either in my opinion. As...

Good. A word of caution though, I haven't tested, but it's possible that removing that line causes loading of .rec or .mrec files to fail, and/or that changing A/B settings...

Yeah, I'm pretty sure there's no threading bugs or anything like that. If there were, we would probably have noticed earlier since the same code is used for all types...

Oh, and my tip to fix the problem, by removing the call to 'recreate_from_state', was by removing step 1. So it's not that step 3 is the one causing the...

Thanks for the update. I will try to update JUCE for the next release and include JUCE version in the about dialog. On Thu, Mar 17, 2022 at 10:25 AM...

This is how the program is supposed to work. Also, all parameters are real. "empty" parameters just means that they have an empty name, but they are probably doing something....

Thank you. I'll investigate if there are effect types that may not have to be exposed to the user.

The faust package have been updated since then. Does it work now?