Mousewheel messages and IMouseObserver / interfering parameter updates in AAXWrapper

I see this has (deliberately?) been addressed in some controls that use a timer to “hold” and edit for 500ms in onWheel() so one can check the state isEditing() to skip interfering parameter updates, e.g. CXYPad, but not CKnob or CSlider and others.

Can we expect the change to be integrated into all controls that allow for wheel editing? That would make all downstream patches/workarounds become obsolete.

Thanks.