On Thu, 20 May 2010, Chris Cannam wrote:
When I
released the Composite Sampler, I had to solve two tricky bugs:
Hang on -- I've never actually looked at Composite (sorry!) but does
this mean that it has a Qt GUI that loads in-process in GTK-based LV2
hosts?
Not yet. It doesn't have an LV2 GUI, yet.
But the core logic of the plugin is still using QtCore
(QString, QThread, QMutex, etc.). That works fine, except
for the issues I mentioned above.
-gabriel