diff options
| author | Bent Bisballe Nyeng <deva@aasimon.org> | 2017-01-02 17:14:57 +0100 | 
|---|---|---|
| committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2017-01-02 17:14:57 +0100 | 
| commit | 2627a5eedd30c4506a8f6da60d3cbc7b00911c73 (patch) | |
| tree | 6b505cec3fe1ea252d5d6a3aa26aadd72b8482ee | |
| parent | a7710c4105fd469c3eb8fa890e9aae6a4da27a69 (diff) | |
Added missing instance-access as a requiredFeature in ttl for lv2 plugin (thanks to falktx for reporting this).
| -rw-r--r-- | plugin/drumgizmo.ttl | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/plugin/drumgizmo.ttl b/plugin/drumgizmo.ttl index e5b163d..9b910a8 100644 --- a/plugin/drumgizmo.ttl +++ b/plugin/drumgizmo.ttl @@ -30,6 +30,7 @@      lv2:extensionData ui:resize ;      lv2:requiredFeature ui:idleInterface ;      lv2:extensionData ui:idleInterface ; +    lv2:requiredFeature <http://lv2plug.in/ns/ext/instance-access> ;      ui:binary <drumgizmo.so> .  <http://drumgizmo.org/lv2> | 
