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.
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.
Thanks for your feedback! Waiting for a jump to finish isn’t possible yet, unfortunately, but you could add a //sleep command after the jump command to wait a bit before running the following commands, e.g.
This will run the jump command, wait for 1000 milliseconds, and then run the other two commands. I’ll see if I can add a feature to wait for a jump in the future