Quick Sign In:  

Forum: Old versions

Topic: Effect slider mapping question

This topic is old and might contain outdated or incorrect information.

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

 

Posted 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%
 

Posted Fri 26 Feb 10 @ 12:19 pm
Hello jpboggis,

you are my man :) Really Thx for your help
 

Posted Fri 26 Feb 10 @ 4:43 pm


(Old topics and forums are automatically closed)