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

**URL:** https://qa.fmod.com/t/first-time-user-trying-to-integrate-with-a-line6-ux1-unity/16392
**Category:** Unity
**Tags:** unity
**Created:** [November 2, 2020, 2:10pm UTC](https://qa.fmod.com/t/first-time-user-trying-to-integrate-with-a-line6-ux1-unity/16392 "2020-11-02T14:10:55Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![NeckBeardgameDevs](https://avatars.discourse-cdn.com/v4/letter/n/8edcca/32.png) [@NeckBeardgameDevs](https://qa.fmod.com/u/NeckBeardgameDevs)
#### Post date: [November 2, 2020, 2:10pm UTC](https://qa.fmod.com/t/first-time-user-trying-to-integrate-with-a-line6-ux1-unity/16392/1 "2020-11-02T14:10:55Z")

</div>

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

---

<div class="post-metadata">

### Author: ![richard\_simms](https://yyz2.discourse-cdn.com/flex036/user_avatar/qa.fmod.com/richard_simms/32/261_2.png) [@richard\_simms](https://qa.fmod.com/u/richard_simms)
#### Post date: [November 10, 2020, 12:02am UTC](https://qa.fmod.com/t/first-time-user-trying-to-integrate-with-a-line6-ux1-unity/16392/2 "2020-11-10T00:02:39Z")

</div>

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_setoutput)

[https://www.fmod.com/resources/documentation-api?version=2.1&page=core-api-system.html#system\_setdriver](https://www.fmod.com/resources/documentation-api?version=2.1&page=core-api-system.html#system_setdriver)

---

<div class="post-metadata">

### Author: ![NeckBeardgameDevs](https://avatars.discourse-cdn.com/v4/letter/n/8edcca/32.png) [@NeckBeardgameDevs](https://qa.fmod.com/u/NeckBeardgameDevs)
#### Post date: [November 11, 2020, 6:00pm UTC](https://qa.fmod.com/t/first-time-user-trying-to-integrate-with-a-line6-ux1-unity/16392/3 "2020-11-11T18:00:53Z")

</div>

Thank you!!
