Hi All,
Is there a way to report info from a specific plugin to the Controller Bar, regardless of where the program focus is at any given time? I have a couple of elements in my Background Rack, a Leslie sim and a media player, and it would be nice to know how they are currently set at any time during performance. There are a couple of variables that kind of do what I want:
$(SelectedMediaFileTitle)
$(SelectedPluginProgramName)
The issue that I’m facing is that these variables only report the correct info if the plugin or media player is selected; otherwise, a message like “No Media Found” is shown. If I was making other changes, the item is probably not in focus at that moment.
Is there any way to set things up so that the ‘selected’ item can be found by name – i.e., will always be selected? (There are similar dedicated variables for things like SongFile and SongPart.)