diff options
author | Hanspeter Portner <dev@open-music-kontrollers.ch> | 2015-03-08 09:59:08 +0100 |
---|---|---|
committer | Hanspeter Portner <dev@open-music-kontrollers.ch> | 2015-03-08 09:59:08 +0100 |
commit | 6b745daa5680f2a460e1af2680fa6252d22f1370 (patch) | |
tree | 95893c2b763301777fc57482e3ece2773e1f9f6e /sherlock.ttl | |
parent | 7039cbecfd059f0486ffadc3f4a68b5f3034a76d (diff) | |
download | sherlock.lv2-6b745daa5680f2a460e1af2680fa6252d22f1370.tar.xz |
implement EoUI
Diffstat (limited to 'sherlock.ttl')
-rw-r--r-- | sherlock.ttl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sherlock.ttl b/sherlock.ttl index 290b38f..4f641a6 100644 --- a/sherlock.ttl +++ b/sherlock.ttl @@ -55,6 +55,14 @@ sherlock:atom_ui lv2:optionalFeature ui:noUserResize ; lv2:extensionData ui:idleInterface, ui:showInterface . +sherlock:atom_eo + a ui:EoUI ; + ui:portNotification [ + ui:plugin sherlock:atom ; + lv2:symbol "notify" ; + ui:protocol atom:eventTransfer ; + ] . + # Atom Inspector Plugin sherlock:atom a lv2:Plugin, |