# Seek Speed Broken

**URL:** https://qa.fmod.com/t/seek-speed-broken/15536
**Category:** FMOD Engine
**Created:** [March 10, 2020, 9:15pm UTC](https://qa.fmod.com/t/seek-speed-broken/15536 "2020-03-10T21:15:37Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![gabriel.gardner](https://avatars.discourse-cdn.com/v4/letter/g/6de8d8/32.png) [@gabriel.gardner](https://qa.fmod.com/u/gabriel.gardner)
#### Post date: [March 10, 2020, 9:15pm UTC](https://qa.fmod.com/t/seek-speed-broken/15536/1 "2020-03-10T21:15:37Z")

</div>

Hi everyone,

The seek speed on a local parameter attached to a specific event is not working when setting the parameter value through coding (C# in Unity). We have added pitch modulation following the parameter in FMOD Studio and confirmed the seek speed set for the parameter does work when auditioning the event in the studio.

However, when setting the parameter value to 1.0 in code using setParameterByName, the value jumps immediately to 1.0, ignoring the seek speed. We have tested thoroughly and double-checked by printing the actual parameter value using getParameterByName.

We are currently working in Unity 2019.2.11f1. Is this a known bug?

---

<div class="post-metadata">

### Author: ![gabriel.gardner](https://avatars.discourse-cdn.com/v4/letter/g/6de8d8/32.png) [@gabriel.gardner](https://qa.fmod.com/u/gabriel.gardner)
#### Post date: [March 16, 2020, 7:31pm UTC](https://qa.fmod.com/t/seek-speed-broken/15536/2 "2020-03-16T19:31:35Z")

</div>

Found the “bug” – you must wait for an event to be in PLAYING mode to set a parameter with seek speed on it or it will ignore the seek speed. It would be nice if the documentation mentioned this.

---

<div class="post-metadata">

### Author: ![cameron-fmod](https://yyz2.discourse-cdn.com/flex036/user_avatar/qa.fmod.com/cameron-fmod/32/261_2.png) [@cameron-fmod](https://qa.fmod.com/u/cameron-fmod)
#### Post date: [March 19, 2020, 4:32am UTC](https://qa.fmod.com/t/seek-speed-broken/15536/3 "2020-03-19T04:32:15Z")

</div>

This is something we should explain in our documents, I have created a task to add this in an upcoming release.

---

<div class="post-metadata">

### Author: ![eti.dage](https://avatars.discourse-cdn.com/v4/letter/e/e79b87/32.png) [@eti.dage](https://qa.fmod.com/u/eti.dage)
#### Post date: [March 13, 2022, 5:23pm UTC](https://qa.fmod.com/t/seek-speed-broken/15536/4 "2022-03-13T17:23:59Z")

</div>

Hi I have the same issue, what is Playing Mode and how can you set the event to playing mode?

---

<div class="post-metadata">

### Author: ![cameron-fmod](https://yyz2.discourse-cdn.com/flex036/user_avatar/qa.fmod.com/cameron-fmod/32/261_2.png) [@cameron-fmod](https://qa.fmod.com/u/cameron-fmod)
#### Post date: [March 23, 2022, 1:09am UTC](https://qa.fmod.com/t/seek-speed-broken/15536/5 "2022-03-23T01:09:09Z")

</div>

‘Playing Mode’ is referring to the [`PLAYBACK_STATE`](https://fmod.com/resources/documentation-api?version=2.02&page=studio-api-common.html#fmod_studio_playback_state) of the event. If you set a parameter value on an event that is not playing (or before it starts playing) then the parameter change will not take seek speed into account.
