I'm using the following command in a C# Wrapper class to start the audio visualization: "--audio-visual=visual" "--effect-list=spectrum" This works fine, but the Visualization starts in its own new Window. I want to give it a handle to a pane on a Window to display the audio visu...