Ingreso rápido:  

Forum: Old versions

Tema: Effect slider mapping question

Este tópico es antiguo y puede contener información incorrecta para la nueva versión.

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

 

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

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

you are my man :) Really Thx for your help
 

Mensajes Fri 26 Feb 10 @ 4:43 pm


(Los tópicos y foros antiguos son automáticamente cerrados)