Hi! I use the same setup for playing synth at my church every week, with Cantabile as my “everything” to make it happen. Since Cantabile doesn’t allow me to hold a VST sound while switching to another song, I use two songs (“Opening Set” and “Worship Set”). Each song has racks/states that are actually the songs. This allows me to switch to the next song without any sound breaks, other than the one break between the two sets (which are actually songs). Every week I switch out the racks (songs), change the tempo and time signature for each state and I have to also change the state names so that I can use a call to my PDF program to bring up the lyrics/chords, which cover up Cantabile, but lets my computer double as a music viewer. Here’s what my Cantabile screen looks like every week:
And with a song rack open:
I may have figured out how to automate the tempo for each rack, based on the rack (song) name using this binding (it seems to work, but I haven’t tested it in a playing session):
I’d like to be able to change the time signature using a similar binding to change the time signature for each rack. I know it can be done for a song, but it needs to be tied to a rack name in my case.
It would save me a bit of time if in executing an external script if I could use $RackName, like what is available within a rack, so that I could bring up my PDF without having to change the state name (then I would just keep the state names simple and the same, like “001, 002, etc.”. Here is what I’m using now, but within the binding within the 2 songs themselves:
If that were possible, I could use a command like this: “$(MyDocuments)\PDFs$(RackName).pdf” with the condition being that the rack is in run mode, similar to the metronome binding.
The very best option that would throw away everything I’m asking would be to have an option to pre-load the next song in a setlist, allowing me to go from song to song without any sound break. Then the tempo, time signature, etc, etc, would all be tied to the song without me having to do any extra work.
I hope that all makes sense! Cantabile keeps getting better and better. TIA