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 "flanger" 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
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 "flanger" 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
Posté 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%
You probably want to use param_greater 50% or param_smaller 50%
Posté Fri 26 Feb 10 @ 12:19 pm
Hello jpboggis,
you are my man :) Really Thx for your help
you are my man :) Really Thx for your help
Posté Fri 26 Feb 10 @ 4:43 pm