I want to use this but I also want to make it so it uses a set of fxs different then the 3 I have already set.
Iโm sure itโs something to do with the XML but Iโm not sure what I need to change??
Phantom/George can you help me out please?
Iโm sure itโs something to do with the XML but Iโm not sure what I need to change??
Phantom/George can you help me out please?
Posted Sat 17 Aug 19 @ 1:50 pm
So fx toggle/while_pressed with no effect slot?
Pad 1
Name : Add the fx name you want
Action : effect_active "yourFX"
Color : effect_active "yourFX" on ? var_equal 'FX1MomPush' 0 ? color 'green' : color 'blue' : color 'blue'
Pad 5
Name : ^ MP
Action : effect_active "yourFX" on while_pressed & set 'FX1MomPush' 1 while_pressed
Color : effect_active "yourFX" on ? var_equal 'FX1MomPush' 1 ? color 'green' : color 'blue' : color 'blue'
Pad 1
Name : Add the fx name you want
Action : effect_active "yourFX"
Color : effect_active "yourFX" on ? var_equal 'FX1MomPush' 0 ? color 'green' : color 'blue' : color 'blue'
Pad 5
Name : ^ MP
Action : effect_active "yourFX" on while_pressed & set 'FX1MomPush' 1 while_pressed
Color : effect_active "yourFX" on ? var_equal 'FX1MomPush' 1 ? color 'green' : color 'blue' : color 'blue'
Posted Sat 17 Aug 19 @ 2:06 pm
Awesome!!
Definitely gonna make working with the RX better in my opinion.
And Thanks ๐๐พ
Definitely gonna make working with the RX better in my opinion.
And Thanks ๐๐พ
Posted Sat 17 Aug 19 @ 2:13 pm
Also since you don't need effect_select you have the shift pads free for 4 more fx.
Posted Sat 17 Aug 19 @ 2:25 pm
Oh man, I forgot all about that!!
Thinking cap back on ๐ค
Thinking cap back on ๐ค
Posted Sat 17 Aug 19 @ 2:58 pm