Ingreso rápido:  

Forum: Old versions

Tema: rmx effects mapping ?

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

hi just got pro yesterday =]

how do i asign an effect to a button on my rmx

and can i control that effect with my crossfader if i map it in some way (i dont use that fader)
 

Mensajes Sat 18 Feb 12 @ 5:13 pm
you should register your seriall so you get access to all the amazing new plugins avilable to pro users.

to mp the effects to the crossfader you could do something like this

button to arm or cancel the mapping
device_side 'left' ? var '$cross_effect_left' 1 ? set '$cross_effect_left' 0 & set '$cross_effect_right' 0 & set '$left_cross_on' 0 & set '$right_cross_on' 0 : set '$cross_effect_left' 1 & set '$cross_effect_right' 0 : var '$cross_effect_right' 1 ? set '$cross_effect_left' 0 & set '$cross_effect_right' 0 & set '$left_cross_on' 0 & set '$right_cross_on' 0 : set '$cross_effect_right' 1 & set '$cross_effect_left' 0

led for the button
device_side 'left' ? var '$left_cross_on' 1 ? on : var '$cross_effect_left' 1 ? blink 400ms : off : var '$right_cross_on' 1 ? on : var '$cross_effect_right' 1 ? blink 400ms : off

for the crossfader
var '$cross_effect_left' 1 ? param_equal 0% ? set '$left_cross_on' 1 & deck left effect active : var '$left_cross_on' 1 ? deck left effect slider 1 : nothing : var '$cross_effect_right' 1 ? param_equal 100% ? set '$right_cross_on' 1 & deck right effect active : var '$right_cross_on' 1 ? param_invert & deck right effect slider 1 : nothing

it will make it so what ever deck you have the mapping activated on you hamster the crossfader to increase the effect slider, when turning it on the led will blink to tell you the mapping is armed, but when you put the fader to 0% for left or 100% for right the crossfader effect slider will be operational and the selected effect will turn on... untested so hopefully it works straight away
 

Mensajes Sat 18 Feb 12 @ 7:58 pm
im sorry i dont understand can you explain more (simpler) where do i go, how do i do, when, ect

THANKS!!!!

i want the crossfader to control any one of the 6 effects on each side of the rmx eg. when the fader is in the middle its at 0 like a filter controler

VERY SORRY BUT IM NEW TO MAPPING
 

Mensajes Sun 19 Feb 12 @ 10:32 am


that is what that does, it will work on whatever effect you have selected on the skin
 

Mensajes Sun 19 Feb 12 @ 11:58 am
im so so so sorry but can you go over the whole thing how to, where to, when to .... im just outa my depth i have no idea what your on about
 

Mensajes Mon 20 Feb 12 @ 5:05 pm
don't worry about what it says in the script, the top one is a mapping for the crossfader, and button and the buttons led.

This is a more basic one that you just paste over your currect crossfader mapping, it does exactly as you requested, 50% is both effect sliders at 0%, if you move left or right you will increase the slider for only that deck, this will work on whatever effect you have avtivated.

param_smaller 50% ? param_invert & param_add -50% & param_multiply 200% & deck 1 effect slider 1 : param_add -50% & param_multiply 200% & deck 2 effect slider 1
 

Mensajes Mon 20 Feb 12 @ 7:47 pm


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