Topic: Loopback
Hi All,
I'm writing a simple program based on ASIO SDK's HostSample.cpp to take advantage of the Loopback feature of TotalMix, although the problem may or may not have much to do with software development.
Hardware I'm using: RME babyface.
I would like to access the data send by Loopback to the input channels. I assume I can access them in the ASIO input buffer. But the all the input buffers seem like empty to me. I don't know which is the problem I have:
Wrong routing with TotalMix FX? Did I missed a step to route the hardware output channel set to loopback to specified input channel?
Or is it not possible to access the loop back through ASIO input buffer?
Thanks.