Auto stop when changing tracks that are playing

Hey there,

My apologies if this is a simple change in the settings that i have missed.

Is it possible when a track is mid playing and you skip to a different track that it stops playback and you have to press play again? If I am playing a track and switch to the next song it continues playing.

I have “Autoplay” and “Autojump to next song” switched off in settings.

Thanks!

Hey @Ed78, welcome to the forum!

This option isn’t available yet, but if you’re using MIDI Mapping to jump between songs, you can implement this behavior yourself using Custom OSC. Set the mapping to “Custom OSC” and then enter the following commands:

/global/stop; /setlist/jumpBySongs 1

Let me know if this helps :slight_smile: