[BR] Inverted logic in versionHint checking on latest tip

Hi @reuk,

I think the logic is inverted since you rewrote AudioProcessor::validateParameter (...) recently:

if (wrapperType == wrapperType_Undefined || param->getVersionHint() != 0)
                                                                    ^^

Thanks!

1 Like

Gentle bump (although I’m surprised nobody complained). This works the wrong way. I’ve been using version hints (of value 1) for months now and this commit breaks it all. Thanks!

2 Likes

Saw your comment on GitHub, @reuk, thanks!

That’s fixed now:

1 Like

Thanks again :slight_smile: