First time user. Trying to integrate with a line6 UX1 + Unity

Basically I’m just starting out with trying to get my line6 outputs to work in the Unity environment. Recording/Listening , grabbing the guitar frequencies would be great but basically just getting it to play for now would be ok. I was using Unity’s audio but the frequency meter has a 23hz difference I would like something to be more exact. I’ve looked for the low level recording example but could not find it in my Fmod Studio Examples. Thank You Thomas

You will need to set the output type to ASIO and then set the system driver to the Line 6 UX1. You can use System::getNumDrivers() to cycle through the available drivers to get to the correct interface.

https://www.fmod.com/resources/documentation-api?version=2.1&page=core-api-system.html#system_setoutput

https://www.fmod.com/resources/documentation-api?version=2.1&page=core-api-system.html#system_setdriver

1 Like

Thank you!!