ZonderP

Results 22 comments of ZonderP

Yeah, alarmingly silent here... No comments from the Devs on issues posted since July and also otherwise no signs of activity since quite a long time. I'm wondering too about...

Okay, so for VST3 this function isn't even used... (I've never bothered with VST3 so far.) Yep, might try to create a MR, if I do not have to dig...

Since @mkruselj said 'we don't support VST2', I thought this function ('SurgeSynthProcessor::getProgramName') would only be called for VST2 . If that's not the case, then I guess I can't do...

Ah, now I see what you mean with invalidate the patch name. That's not something this function has to do. This function should always just return the name of a...

Just not to speak of different things. The editor knows, when a user selected a patch and then - after it has loaded that patch - should (must) call 'updateHostDisplay'....

Yep, I think I also would prefer the main thread. In my project, if a user renames a patch, then I use 'AudioProcess::updateHostDisplay' from the main thread and at least...

Oh, really! It's not that easy to please all hosts! But Bitwig for sure is one you want to support properly. Need to check that for my project then. From...

Thanks, I will try that out, when I find time and report back how it behaves in energyXT and maybe some other hosts too. My personal opinion on this is,...

Hmmm, maybe there might be a bug in Juce in these APIs, but I would rather guess, that it is more likely to be a problem of the hosts. I...

Hmmm, wanted to report back about how it is going with the name.patch applied, but have some strange issue now with Surge XT 1.0.1. First need to find out if...