Handling MIDI CC data

Is this the VST3 format?

I am aware that in VST3 the plug-in can only receive CCs through a set of special parameters that are explicitly mapped to a corresponding CC.

In JUCE the VST3 wrapper takes care of that, and that could explain why this happens only in SONAR or Cubase (which both support VST3) while it does not happen in Logic which only opens AUs: it’s possible that, if you “move” that parameter internally, then it does translate in the generation of CCs that are then sent to the host?

More about this subject has been discussed here: (unfortunately I don’t remember much of the discussion there, even if I took part in it. Ah, my memory…)