What about Ozone Dave? And many of the CW plugins all process data at 64 bits. Whether they are 32 bit native or 64 bit native
A 64-bit plugin executes 64-bit
instructions, but the
data is always 32 bits (as per the VST spec). Even if you use 64-bit audio.
Plugins may use 64-bit data internally to hold intermediate results of multiplication operations (which can be the case in 32-bit plugins too), but they must truncate the data to 32 bits before passing it back to the host. Which is why
64-bit plugins cannot improve audio quality solely by virtue of being 64-bit.