ASIO SDK 2.3 Accessing output buffer without memcpy

Hi all,

The only way I know to access the ASIO output buffer is to memcpy the data to the (void) outputbuffer pointer.
Is it possible to modify the outputbuffer directly during processing in BufferSwitchTimeStamp()? Thanks.

Just do a pointer type cast.