diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2016-09-15 19:08:08 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2016-09-15 19:08:08 +0200 |
commit | 11bbce74479994e8ee9420112f80a01eb2944f28 (patch) | |
tree | 5b4139e83f2b43f05db8872c118e7e5557fedcda /plugin/drumgizmo.ttl | |
parent | f9831fe56a5d0543ef059b00f5885ccdb2f3c676 (diff) |
Added new inline display for showing load progress.
Diffstat (limited to 'plugin/drumgizmo.ttl')
-rw-r--r-- | plugin/drumgizmo.ttl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugin/drumgizmo.ttl b/plugin/drumgizmo.ttl index 2e9b930..e5b163d 100644 --- a/plugin/drumgizmo.ttl +++ b/plugin/drumgizmo.ttl @@ -22,6 +22,7 @@ @prefix pprops: <http://lv2plug.in/ns/ext/port-props#> . @prefix lv2: <http://lv2plug.in/ns/lv2core#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . +@prefix idpy: <http://harrisonconsoles.com/lv2/inlinedisplay#> . <http://drumgizmo.org/lv2#ui> a ui:X11UI ; @@ -43,6 +44,7 @@ doap:license <http://opensource.org/licenses/gpl-3.0> ; lv2:optionalFeature <http://lv2plug.in/ns/ext/uri-map> ; lv2:optionalFeature <http://lv2plug.in/ns/ext/event> ; + lv2:optionalFeature idpy:queue_draw ; lv2:extensionData state:interface ; lv2:port [ a lv2:InputPort, lv2:ControlPort ; |