Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No UI in QT5 apps #11

Open
yPhil-gh opened this issue Oct 13, 2014 · 1 comment
Open

No UI in QT5 apps #11

yPhil-gh opened this issue Oct 13, 2014 · 1 comment

Comments

@yPhil-gh
Copy link

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
Copy link

ycollet commented Jan 3, 2016

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants