Macro 2: Open a dialogue box to adjust the set of macros used in Macro 1
I'm an tv editor and work with a different 'sets' of audio tracks for each scene. For example, audio track 3 up to audio track 8 for one scene and then just audio track 1 for the next scene.
I have 10 audio tracks and I have macros to turn on/off each track. They're just simple keyboard triggers that correspond to the application shortcuts. I am imagining the ideal solution would involve having a list of the 10 macros, and then a checkbox list that corresponds to the status of the 10 macros.
You use the checkboxes to record a value to the variable and then the macro will either enable or disable each of the 10 macros based on your selection using an if/else action.
From here, I'm able to use this on/off value to control whether or not my audio tracks are included in my other macros, such as insert editing into sequences, adjusting patching etc.