What I want is to separate two different applications' sound output from each other, and pipe that into a sound editing program.
What I need is a way to add an entry in record that outputs into the playback tab. I need two of these. I'm not sure if there are alsa (plumbing) commands to make these two connections, or phonon?
app1(output) > inputA --- outputA > editing app (input1)
app2(output) > inputB --- outputB > editing app (input2)
So I'll set the output device as the input device for the editing application. That will give me two separate audio sources in the same editing application.