Hello All!
I made a simple test Plugin. I only allow 64 Bit processing. I test it on Windows with the VstTestHost. But when i debug and call:
int32 processData = data.symbolicSampleSize;
the return value = 0. As far as i see this is 32 Bit Sample Size. It should be 1 (for 64bit) isnt it?