I’ve set up a song that has media players that have tracks for every song in a show I’m doing. There are lots of tracks and some are for quite short sections of songs. I need to know that I’m going to be playing the right one before I hit go, so I’m trying to create a button in live mode that has a caption that shows the currently selected track. When I create the button and hit ok, with $(SelectedMediaFileTitle) as the caption it very kindly shows the title of the current media file in the media player that is selected. However, when the media players get to the end of the file they’re playing (I have bindings set up to move to the next file in the playlist at the end), and switch to the next files, the caption on the button doesn’t update…
I’m sure it’s me missing something but can anyone think of what?
Could you post a pic of your Bindings Pierce? My first guess is that it won’t display unless the media player is selected, if another object is selected there will be “No Media File” displayed instead.
If I physically click from the routing page to the show notes page, it updates the title (if it’s changed) but when the media players go on to the next track triggered by the binding, it doesn’t…
Is there a way, if you have 2 or more media players playing files, so you can route them all to different outs, for click, counts and different stems, to get them so you can select a song in the master media player and have it sync the others with the same numbered song in the playlists of the others? Would save a lot of time during sound checks and rehearsals etc if you needed to jump around the set list quickly. (and yes, I know you could do this with separate songs with the right track selected, but I’ve done it all in one song for now…)
Yes, but if you have it displaying the media file title, by selecting it, then play the media file, when it gets to the end and the binding makes the file change, the button doesn’t update, even if the media player is still selected…
Yes, that’s what I’ve got in my bindings above, if you look, they’re called Click, Counts, Brass and Strings & Perc. They’re the media players that all have the same track lists, with the respective audio files for each stem. If I get the show notes/button to sync for the first file, then hit play, when the track reaches the end and the binding fires, it doesn’t update the show notes/button.
Cheers for your help so far Dave, always appreciated.
Here’s what you want I think, it allows you to select any file in player 1 manually and it will the load the indexed equivalent in the other players. It also includes the next file binding to work with the others.
Hi Guys
I’m using Cantabile Performer Version 4135.
I’ve got a rack which contains 10 media players to play the background music sequentially for a number of songs.
In Live mode I would like the name of the current file which is being played to be output to the Controller Bar. I have defined Button 8 to have the caption $(MasterMediaFileTitle) as shown. But this variable appears to be empty. As a test, I tried using the variable $(SongTitle) and this worked fine. But none of the variables in the menu for Media Files worked.
Am I doing something wrong?
Thanking you in anticipation.
Baz
Hi @brad
With reference to my post above, can you tell me if the title of the currently playing media file is supposed to be held in the variable $(MasterMediaFileTitle) or do we need a new variable e.g. $(CurrentMediaFileTitle)?
Thanks
Baz
For $(MasterMediaFileTitle) to work, the master transport must be set to a media player.
If you don’t want the media player to be master transport, you can use $(FirstMediaFileTitle) and make sure the media file player you want to use is the ordered first in the song’s table view.
(fwiw: there’s a bug where $(MasterMediaFileTitle) doesn’t update when the master transport is changed)
Hi Brad
Thanks fo replying to my post.
Unfortunately none of your suggestions worked. The master transport only ‘sees’ a media player in a song and my media players are in a rack to minimise the number of players loaded in a set list.
I think I’ll have to abandon showing media player progress on the controller bar until, hopefully in the future, the use of media players in racks is given a spring clean as has been done for bindings.
Otherwise Cantabile is still the best program for live shows.
Did I mention I’m a guitar player from “the sixties” so I’ve had to learn a lot about MIDI to use Cantabile effectively?