Juce audio host & QT

Hello,

I have an application written with QT4, i need to add audio capabilities like ASIO / VST hosting / mixing. The juce host application example provides the kind of functionnalities i want.
Is there a way to interface / adapt the juce framework with my app, or do i have to restart with a 100% juce app ?

Thank you & best regards

It’s certainly possible to bodge bits of both framesworks together, but unless you’ve got vast amounts of existing code to re-use, I’d suggest it’s easier to just do a 100% juce app.

Thank you for your reply

FWIW, there was a discussion in the vst-plugins list about Juce versus Qt.
It was confirmed that EastWest Play is built this way: Qt for the UI and Juce for the audio plugin part.