How do I get the 'Echo out" FX on my controller pads or buttons? I can't find any code.
发表时间 Tue 11 Jun 24 @ 11:48 am
Same thing here. Thank you!
发表时间 Tue 11 Jun 24 @ 11:53 am
read up on how padpages are edited https://www.virtualdj.com/manuals/virtualdj/editors/padseditor.html
发表时间 Tue 11 Jun 24 @ 3:22 pm
The Action you will need is .. effect_active 'Echo Out'
发表时间 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.
发表时间 Tue 11 Jun 24 @ 9:45 pm
read up on effect_mixfx in the script editor, there's a few things there.
发表时间 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?
-loop roll
-filter
-echo out
with effect_mixfx so I can assign it to a pad or button?
发表时间 Wed 12 Jun 24 @ 12:27 pm
effect_mixfx_select 'loop roll' & effect_mixfx_activate on
发表时间 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
E.g. effect_active 'Echo Out'
Steve
发表时间 Wed 12 Jun 24 @ 3:02 pm
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
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
发表时间 Wed 12 Jun 24 @ 3:26 pm
Thank you so much
发表时间 Wed 12 Jun 24 @ 4:10 pm