Multitrack Playback Live With A Setlist

What also is running fine:

Native Instruments Maschine !

Thanks for one more “magic touch” in the form of that script; I just leave it here again in preformatted text, because of the " and “” (they get scrambled otherwise, and script does not work)

var BEAT : Widget

on BeatChanged(bar : integer, beat : integer, subbeat : integer)
if beat == 16 then
SetVariation(1)
elsif beat == 32 then
SetVariation(2)
elsif beat == 48 then
SetVariation(3)
end

SetWidgetLabel(BEAT, ""+((beat)/4+1) +":"+(beat % 4 +1))
end