Connexion rapide:  

Forum: General Discussion

Sujet 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.
 

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

Posté Tue 11 Jun 24 @ 11:53 am
locoDogPRO InfinityModeratorMember since 2013
 

Posté Tue 11 Jun 24 @ 3:22 pm
djdadPRO InfinityDevelopment ManagerMember since 2005
The Action you will need is .. effect_active 'Echo Out'
 

Posté Tue 11 Jun 24 @ 4:57 pm
Thank you. Can you please tell me how to do the mix Ex so it emulates it? E.g. filter, loop, etc.
 

Posté Tue 11 Jun 24 @ 9:45 pm
locoDogPRO InfinityModeratorMember since 2013
read up on effect_mixfx in the script editor, there's a few things there.
 

Posté Tue 11 Jun 24 @ 10:14 pm
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?
 

Posté Wed 12 Jun 24 @ 12:27 pm
locoDogPRO InfinityModeratorMember since 2013
effect_mixfx_select 'loop roll' & effect_mixfx_activate on
 

Posté Wed 12 Jun 24 @ 12:42 pm
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
 

Posté Wed 12 Jun 24 @ 3:02 pm
locoDogPRO InfinityModeratorMember since 2013
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
 

Posté Wed 12 Jun 24 @ 3:26 pm
Thank you so much
 

Posté Wed 12 Jun 24 @ 4:10 pm