I can't for the life of me figure out why, when I'm on the PML FX page, pressing Pad 5 lights up both Pads 5 & 6. It doesn't activate the Pad 6 effect, only its LED. Here is my PML FX.xml - can anyone help?
Thanks
Cliff
<?xml version="1.0" encoding="UTF-8"?>
<page name="PML FX">
<pad1 color="color 'magenta'" name="CUT ½" tooltip="Click to turn on/off\nRight-Click to select">padfx "cut" 50% 0.25</pad1>
<pad2 name="CUT ¾" color="color 'magenta'" tooltip="Click to turn on/off\nRight-Click to select">padfx "cut" 50% 0.375</pad2>
<pad3 name="BEAT GRID" color="color 'orange'" tooltip="Click to turn on/off\nRight-Click to select">effect_activate 'Beat grid'</pad3>
<pad4 color="color 'yellow'" tooltip="Click to turn On/Off Crossfader FX\nRight-Click to Select next" name="SCRATCH">scratch_dna 'CeCaCeba.DfaEga'</pad4>
<pad5 name="CUT 1" color="color 'green'" tooltip="Click to turn on/off\nRight-Click to select">padfx "cut" 50% 0.5</pad5>
<pad6 name="KILL HIGH" color="color 'cyan'" tooltip="Click to turn on/off\nRight-Click to select" query="effect_active 'Cut' && effect_slider 'Cut' 2 50%">eq_kill_high</pad6>
<pad7 name="ECHO 1/2" color="color 'violet'" tooltip="Click to turn on/off\nRight-Click to select" query="effect_active 'Echo' && effect_slider 'Echo' 2 50%">effect_active 'Echo' ? effect_slider 'Echo' 2 50% ? effect_active 'Echo' : effect_slider 'Echo' 2 50% : effect_active 'Echo' & effect_slider 'Echo' 2 50%</pad7>
<pad8 name="REVERB" color="color 'green'" tooltip="Click to turn on/off\nRight-Click to select">effect_active 'Reverb'</pad8>
<shift_pad1>effect_select 'BeatGrid'</shift_pad1>
<shift_pad2>effect_select 'Flanger'</shift_pad2>
<shift_pad3>effect_select 'Phaser'</shift_pad3>
<shift_pad4>effect_mixfx_select +1</shift_pad4>
<shift_pad5>effect_select 'Cut'</shift_pad5>
<shift_pad6>effect_select 'Cut'</shift_pad6>
<shift_pad7>effect_select 'Echo'</shift_pad7>
<shift_pad8>effect_select 'Reverb'</shift_pad8>
<param1 name="BTGR `get_effect_slider_text 'beat grid' 1`">param_bigger 0 ? effect_slider 'Beat grid' 1 +0.143 : effect_slider 'Beat Grid' 1 -0.143</param1>
<menu />
</page>
Thanks
Cliff
Posted Tue 29 Oct 24 @ 11:13 am
delete the query on pad 6
Posted Tue 29 Oct 24 @ 11:40 am
Thanks, just had to step out of the room for a bit, walk around and look at it with fresh eyes!!! Sorted now. No idea how it got into that mess.
Posted Tue 29 Oct 24 @ 11:46 am