# Seek issues with parameters

**URL:** https://qa.fmod.com/t/seek-issues-with-parameters/11352
**Category:** Unity
**Created:** [March 24, 2014, 7:33am UTC](https://qa.fmod.com/t/seek-issues-with-parameters/11352 "2014-03-24T07:33:00Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![metaphysician](https://avatars.discourse-cdn.com/v4/letter/m/edb3f5/32.png) [@metaphysician](https://qa.fmod.com/u/metaphysician)
#### Post date: [March 24, 2014, 7:33am UTC](https://qa.fmod.com/t/seek-issues-with-parameters/11352/1 "2014-03-24T07:33:00Z")

</div>

hey folks i’m triggering an event with parameter. everything goes well except for the fact that i need to start my parameter value at 8 and because i have a slow seek time it goes through all the lower parameters to get there (starting from 0). is there either A) a way to specify the Seek value in code, so that i can change it on the fly or B) a way to immediately set the value of a parameter without traveling through previous values? either of these would be very helpful - thanks!

---

<div class="post-metadata">

### Author: ![metaphysician](https://avatars.discourse-cdn.com/v4/letter/m/edb3f5/32.png) [@metaphysician](https://qa.fmod.com/u/metaphysician)
#### Post date: [April 3, 2014, 11:54pm UTC](https://qa.fmod.com/t/seek-issues-with-parameters/11352/2 "2014-04-03T23:54:31Z")

</div>

thanks! i figured it was something obvious i was overlooking…

---

<div class="post-metadata">

### Author: ![metaphysician](https://avatars.discourse-cdn.com/v4/letter/m/edb3f5/32.png) [@metaphysician](https://qa.fmod.com/u/metaphysician)
#### Post date: [March 26, 2014, 6:40am UTC](https://qa.fmod.com/t/seek-issues-with-parameters/11352/3 "2014-03-26T06:40:47Z")

</div>

**BUMP** - hey folks it would be nice to get some answers. is there any way to make a parameter locate to a value without seeking, or by turning seek so that it doesn’t pass through lower values on its way up? if so what’s the method? thanks!

---

<div class="post-metadata">

### Author: ![metaphysician](https://avatars.discourse-cdn.com/v4/letter/m/edb3f5/32.png) [@metaphysician](https://qa.fmod.com/u/metaphysician)
#### Post date: [March 29, 2014, 8:28pm UTC](https://qa.fmod.com/t/seek-issues-with-parameters/11352/4 "2014-03-29T20:28:29Z")

</div>

BUMP - seriously? is there nobody on this forum using Seek? is it just an obvious answer? weird…

---

<div class="post-metadata">

### Author: ![Guest1](https://avatars.discourse-cdn.com/v4/letter/g/ecccb3/32.png) [@Guest1](https://qa.fmod.com/u/Guest1)
#### Post date: [March 31, 2014, 12:12am UTC](https://qa.fmod.com/t/seek-issues-with-parameters/11352/5 "2014-03-31T00:12:37Z")

</div>

Hi metaphysician,

You set a parameter value without seeking by setting the parameter value before calling Event start. Once the event is started it will always apply the seek speed. You can also set the default start value for parameters in the UI right clicking the parameter knob “Set as Initial Value”. Does this satisfy your requirements or do you need a way to set the value without seeking while the event is playing?
