nicklan / drmr

An LV2 sampler plugin that (currently) plays hydrogen drum kits
GNU General Public License v3.0
57 stars 17 forks source link

No UI in QT5 apps #11

Open yPhil-gh opened 10 years ago

yPhil-gh commented 10 years ago

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...

ycollet commented 8 years ago

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.