Hi Leo! thank you so much for your help! I wonder if is there a way to:
set a button that once pressed prepar playback to jumps to a specific section, but only when the playback jumps to that section, 1 group is soloed and the section loop, and of course a way to get out of it…
its like we play with some interludes between songs, and most of the time we prefer to flow in the run, we prefer to do it with the same base of chorus or prechorus, If I learn how to set up that kind of button would be great.
i know how to create the button for the jump to section, but dunno the way to make it conditional for the solo and loop.
Hey @Gerson_Benjamin_Sobe,
You can chain multiple OSC together to achieve this:
/setlist/jumpToSection Chorus; /mixer/click/solo true; /loop/enable
This will jump to the first section named “Chorus”, enable solo on the +G:CLICK
mixer group, and enable the loop bracket.
Let me know if this works for you 
You are so fast helping us! Thank you so much
I tried this comand you provided me
/setlist/jumpToSection Chorus; /mixer/keys/solo true; /loop/enable
apply the the comand you sent, but only the section jumping worked; In any case, I wonder if this form will be enough for the others comands to be applied only once the section jumping is made. Also, if there is any way to mute several channels at the same time, or otherwise add the same track to several groups simultaneously; Because I wish that whenever I activate solo on a group in this way, the click can also be heard.