Hello Forum, I am building a graphics+audio application.
- I need advanced 2D graphics and the ability to render graphics to print and pdfs.
- I need to load, play and visually display audio files.
I would like to use QT for all the graphics, printing and pdf export functionalities but I want to use Juce for audio playback, wave form drawing and scrolling, etc. How can I combine a Juce waveform view and a QT graphics view in the same application window? Is it even possible?