This is early, and maybe somewhat messy/unstable, but works well enough to give a go, I think.
4017 com.kmaki.Monitor_Rns280_V0.1.xrnx
This tool is built for the purpose of using custom metering plugins in a certain way. It creates and manages one silent send track that holds a set of (max 10) metering plugins. You know, like voxengo SPAN or Klanghelm VUMT or PSP vintage meter or such. In addition it also manages a single send device that sends audio to that track, for the meters to react on. The send device follows the active track, so you can skim through tracks and have the “monitor track” devices respond to whatever track is under your cursor. I’ve found this thing pretty useful in my custom metering endeavors.
It creates two shortcuts under the Mixer:Track Control -subgroup.
“Monitor - Init”
-creates the track if it’s not there and toggles device external gui visibility
“Monitor - Exit”
-Removes the track from project
Usage:
-
Open a project.
-
hit the “Monitor - Init” -bind.
this will create a new send called MNTR at the end of your track list.
it will also create a send device that will follow the selected track. Ignore that for now. -
setup your metering plugins. Add them on the MNTR track dsp chain.
-
You’re set!
Now, hitting the “Monitor - Init” will toggle visibility of all the metering plugin GUIs and create the send device that follows the selected track.
When you feel that you don’t want the monitor track around anymore, you can hit the “Monitor - Exit” -bind, that will remove the send AND the track from the project.
One known issue is that it seemed to make my installation of ToggleDSPs (by Bantai) bug out (randomly?). I’ve not really been using that tool so I “solved” the problem by uninstalling the ToggleDSPs. If this is a deal breaker, you might need to consider not using this tool …
As for now, the metering device chain you define in the “monitor track” is supposed to be an “universal” one, meaning, that it’s going to be the same chain and parameters every time (not unique per project). It’s stored in the tool preferences.
That’s it. Try it out. I’m sure there are some design problems there still.