Hello.
When I try to initialize second instance of FMOD system with ASIO device, I receive debug output:
[ERR] OutputASIO::init : You can only have a single instance of ASIO active at a time.
Is this temporal limitation?
Are there plans to allow more than one ASIO instances?
I can run two applications outputting through ASIO to these two devices. It even works if both applications output to the same device (I thought ASIO have exclusive control of a device).
Please, help me understand this.
Thank you.