Explanation on new multi instrument playlist behaviours

Hello, is there a written explanation somewhere about these new features? If so please point me to them.
Thanks
Best
Koča

Hi Koca,

We don’t have that documentation for the new playlist behaviours just yet but here’s what they do:

  • Random: “Random” selects which playlist entry to play purely at random. Each selection is totally independent of all previous selections, which means it is possible for a playlist entry to play repeatedly in succession, or for a playlist entry to play more or less often than its play percentage specifies.
  • Shuffle: “Shuffle” behaves differently depending on whether the playlist features play percentages. If none of the playlist entries have play percentages, it selects playlist entries at random while ensuring that all entries play with equal frequency and that no entry is ever selected twice in a row. If play percentages are present, it instead behaves similarly to Random.
  • Sequential - Local Scope: The playlist is played in sequence for the duration of the event instance. If a new event instance is created, the playlist will start from the beginning for that instance.
  • Sequential - Global Scope: The playlist is played in sequence regardless of which event instance is playing it.
3 Likes

Nice options, sure will come handy sometimes.

Thanks for the detailed answer.

In the last versions they changed the Sequential scopes (now 3), here are the updated descriptions:

  • Shuffle. Items in the playlist are selected for playback in random order. In addition, as long as the playlist contains at least three instruments and does not include play percentages, no instrument in that playlist will be selected twice in a row.

  • Randomize. Items in the playlist are selected for playback in random order. The frequency and recency with which items have been selected in the past has no bearing on the probability of those items being selected in future.

  • Sequential - play scope. Items in the playlist are selected for playback in the order in which they appear. When determining which items have already been selected, the playlist takes into account items selected in the current event instance and since the start of that event instance.

  • Sequential - global scope. Items in the playlist are selected for playback in the order in which they appear. When determining which items have already been selected, the playlist takes into account items selected in all past and present instances of the event.

  • Sequential - instance scope. Items in the playlist are selected for playback in the order in which they appear. When determining which items have already been selected, the playlist takes into account items selected in the current event instance, even if they were selected before it was stopped and restarted.