# How to get the channel on an EventInstance

**URL:** https://qa.fmod.com/t/how-to-get-the-channel-on-an-eventinstance/11768
**Category:** FMOD Engine
**Created:** [December 17, 2014, 12:26pm UTC](https://qa.fmod.com/t/how-to-get-the-channel-on-an-eventinstance/11768 "2014-12-17T12:26:05Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![fsilvestrim](https://avatars.discourse-cdn.com/v4/letter/f/aeb1de/32.png) [@fsilvestrim](https://qa.fmod.com/u/fsilvestrim)
#### Post date: [December 17, 2014, 12:26pm UTC](https://qa.fmod.com/t/how-to-get-the-channel-on-an-eventinstance/11768/1 "2014-12-17T12:26:05Z")

</div>

Hello guys,

How can I retrieve the channel (not the channel group) of an eventInstance? I want to retrieve that in order to manipulate the pan level of an event at real-time.

Is there any way of combining the lowlevel api with the studio api in order to retrieve the channel? If not, is there any other way around?

Looking forward to the answer.

---

<div class="post-metadata">

### Author: ![nick1](https://avatars.discourse-cdn.com/v4/letter/n/47e85d/32.png) [@nick1](https://qa.fmod.com/u/nick1)
#### Post date: [December 17, 2014, 10:35pm UTC](https://qa.fmod.com/t/how-to-get-the-channel-on-an-eventinstance/11768/2 "2014-12-17T22:35:29Z")

</div>

If your panner is placed on the events master bus then in the lowlevel the panner DSP will be in the event instance channel group’s effect chain.

3D panning in studio events is different to lowlevel channel panning API.

---

<div class="post-metadata">

### Author: ![fsilvestrim](https://avatars.discourse-cdn.com/v4/letter/f/aeb1de/32.png) [@fsilvestrim](https://qa.fmod.com/u/fsilvestrim)
#### Post date: [December 18, 2014, 12:34pm UTC](https://qa.fmod.com/t/how-to-get-the-channel-on-an-eventinstance/11768/3 "2014-12-18T12:34:40Z")

</div>

> [@](#):
>
> If your panner is placed on the events master bus then in the lowlevel the panner DSP will be in the event instance channel group’s effect chain.
> 
> 3D panning in studio events is different to lowlevel channel panning API.

As mentioned before, I know that I can achieve this via the channelGroup. The main problem is once you have two events tied to the same channelGroup (via the studio) and you want just to pan just the first event, not the second one.

---

<div class="post-metadata">

### Author: ![brett](https://yyz2.discourse-cdn.com/flex036/user_avatar/qa.fmod.com/brett/32/261_2.png) [@brett](https://qa.fmod.com/u/brett)
#### Post date: [December 21, 2014, 11:42am UTC](https://qa.fmod.com/t/how-to-get-the-channel-on-an-eventinstance/11768/4 "2014-12-21T11:42:49Z")

</div>

Hi Filipe, that’s not how it works. Each instance has its own channelgroup. An event can be made up of many channelgroups, and they are unique every time you create an event instance.
