Sign In:     


Forum: General Discussion

Topic: Hercules T7 controller mapping: Skin mapped to controller
How do I get the 'Echo out" FX on my controller pads or buttons? I can't find any code.
 

Posted Tue 11 Jun 24 @ 11:48 am
Same thing here. Thank you!
 

 

The Action you will need is .. effect_active 'Echo Out'
 

Thank you. Can you please tell me how to do the mix Ex so it emulates it? E.g. filter, loop, etc.
 

read up on effect_mixfx in the script editor, there's a few things there.
 

I am sorry. I can't figure it out. Can you please tell me how to make it:
-loop roll
-filter
-echo out

with effect_mixfx so I can assign it to a pad or button?
 

effect_mixfx_select 'loop roll' & effect_mixfx_activate on
 

That's great! One last thing...how do I toggle on/off? It stays on right now. Thank you in advance.

E.g. effect_active 'Echo Out'

Steve
 

effect_mixfx_select 'loop roll' ? effect_mixfx_activate on ? on & effect_mixfx_activate off : off & effect_mixfx_activate on : off & effect_mixfx_select 'loop roll' & effect_mixfx_activate on

or
effect_mixfx_select 'loop roll' && effect_mixfx_activate on ? on & effect_mixfx_activate off : off & effect_mixfx_select 'loop roll' & effect_mixfx_activate on
 

Thank you so much