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.

Re: Loopback

This should work fine. Is the Loopback activated on all channels in Totalmix? Can you record the loopback signal with regular ASIO software (Reaper or whatever)?

Regards
Daniel Fuchs
RME

Regards
Daniel Fuchs
RME

Re: Loopback

Hi Daniel,

I did some more testing and it's working now. Thanks for your reply!