Use rackspace tempo as song tempo

Not only this thread shows that everyone uses the rackspace and song concept differently.
For me personally, I generally do not reuse rackspaces in multiple songs. And even if I do, I always want to use the rackspace BPM. So in my case it’s a waste of time to enter or change the same tempo both in the rackspace and in the songs.

I added the global option “Use rackspace BPM for songs” with a short script.
Put this in the Gig Script (surprisingly it doesn’t work in the Global Rackspace Script):

On Rackspace(oldRackspaceIndex : integer, newRackspaceIndex : integer)
    If InSetlistMode() then
        SetBPM(GetRackspaceBPM())
    End
End

This will read the rackspace bpm and use it as the current global tempo whenever the assigned rackspace in Setlist Mode is changed.

1 Like