快速登录:  

Forum: Old versions

话题: Effect slider mapping question

由于该帖子已年深日久,可能包含陈旧过时或描述错误的信息。

Hello is it possible to make an slider like the equilizer slider in the tutorial?

The tutorial wrote

<map value="HIGH" action="eq_high & param_equal 0% ? eq_kill_high 1 : eq_kill_high 0" />

And i'm try

<map value="HIGH" action="effect &quot;flanger&quot; slider 1 & param_equal 50% ? do_action 1 : do_action 2 " />

But it does not work. What is wrong or is it not possible?


Thx for tips and greetings
blacki

 

发表时间 Fri 26 Feb 10 @ 3:44 am
That would only trigger action 1 when the knob/slider is exactly at 50%.

You probably want to use param_greater 50% or param_smaller 50%
 

发表时间 Fri 26 Feb 10 @ 12:19 pm
Hello jpboggis,

you are my man :) Really Thx for your help
 

发表时间 Fri 26 Feb 10 @ 4:43 pm


(陈旧帖子或论坛版块会自动关闭)