cabecinhas_br
12:39 PM - 9 November, 2024
Hi, is there a MID parameter where I can map to toggle on/off the effect on serato dj pro?
GPT said to use effect_1_enable, but didn't work.
If I try to use auto_loop_enable instead, it works, so the sintax is correct.
<control channel="1" event_type="Note On" control="53">
<userio event="click">
<effect_1_enable deck_set="Default" deck_id="0" slot_id="0">
<translation action_on="press" behaviour="toggle"/>
</effect_1_enable>
</userio>
<userio event="output">
<effect_1_enable deck_set="Default" deck_id="0" slot_id="0">
<translation action_on="any">
<alias name="on" value="127"/>
<alias name="off" value="0"/>
</translation>
</effect_1_enable>
</userio>
</control>