drmr icon indicating copy to clipboard operation
drmr copied to clipboard

No UI in QT5 apps

Open yphil-dev opened this issue 11 years ago • 1 comments

Hi

This plugin is indispensable. It works in latest Qtractor build with QT4 but chokes on big Hydrogen banks and forgets its bank in between reloads, but othewise everything is OK. Thanks a lot, this is a really cool piece of plugin.

In Qtractor built with QT5, the UI is broken : See http://www.rncbc.org/drupal/comment/6453#comment-6453 and no access to the banks seem possible...

yphil-dev avatar Oct 13 '14 18:10 yphil-dev

It seems that this problem comes from the LV2:EVENT URI which is deprecated and not compiled by default under qtractor. I filled a bug report for qtractor (bug 188). A copy / paste from the qtractor bug report:

as a matter of fact DrMr plugin uses deprecated LV2 extensions eg. URIs: http://lv2plug.in/ns/ext/event#EventPort http://lv2plug.in/ns/ext/midi#MidiEvent

to enable this the qtractor build should enable get LV2 MIDI/Event support:

./configure --enable-lv2-event ... LV2 plug-in MIDI/Event support (DEPRECATED) . . .: yes ...

Maybe DrMr should remove the use of lv2:event.

ycollet avatar Jan 03 '16 21:01 ycollet