I’m trying to get a project to be able to process a double precision buffer in Cubase. I have both processBlock and methods in my class, but the plugin keeps working with the one. I also tried to build the example “audio plugin demo” project and it does the same. I’m testing them on Cubase 11.0.20, with double precision processing enabled.
ok now it process with the correct processBlock method, but Cubase fails to list it as one of the plugins able to process double precision audio.
In the meantime, I’m adapting my methods with templates but the one I use with dsp::ProcessContextReplacing (for oversampling) is not building, despite these methods are all based on templates.