I'm afraid i'm not sure exactly what you mean by "underneath" here. Do you mean that it's lower level functionality, and faster as such?Jeff McClintock wrote:Note that a virtual function call is 'underneath' a raw function pointer, so switching to a more complicated scheme might not help.mfa wrote:Oh yes, thanks! This is certainly better than going with raw function pointers.
I'm starting to believe that the virtual call overhead is really not an issue as long as the virtual functions process buffers and not single samples, just as Caco pointed out earlier.
