Especially when working with synthesizers, I have an interest in changing the settings of plug-ins in real time. What I mean with this is the method of changing the settings of a real-time effect over time and as the track is playing. This can not be done with normal rendering or mixing, since the track must then have a persistent setting. The closest you can come to it with normal rendering or mixing is to use non-realtime effects. However, that is a whole different deal since settings can not be gradually altered over time.
After some thinking I came up with a way to implement this. If I would, for example, synthesize a piece of MIDI, I would first record the midi on one track and then create an empty audio track. On this audio track, I would set the input to "Output Master Direct", switch on "record" on the track and start recording. I could then change the settings of the MIDI track's synthesizer plug-in in real time. Yay!
There is only one problem, and quite a major one. Since I can find no way to record input from a specific track, I have to solo the track I am working with, since output from other tracks would also end up on my audio track.
Is there another way to do this?