diff options
author | Hanspeter Portner <dev@open-music-kontrollers.ch> | 2015-03-16 18:27:10 +0100 |
---|---|---|
committer | Hanspeter Portner <dev@open-music-kontrollers.ch> | 2015-03-16 18:27:10 +0100 |
commit | e4c7d813eeab43865abb5595da6f4b4633239eb3 (patch) | |
tree | d1323b2813abf5a7adfd0d8e757d4720e0dac7cc /manifest.ttl.in | |
parent | e1b01fc6d4069f216478527c0f79544072279e46 (diff) | |
download | sherlock.lv2-e4c7d813eeab43865abb5595da6f4b4633239eb3.tar.xz |
single input port.
* single input port
* migrate to atomTrasfer protocol
* no through port
* not output port
Diffstat (limited to 'manifest.ttl.in')
-rw-r--r-- | manifest.ttl.in | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/manifest.ttl.in b/manifest.ttl.in index 84485fb..7cfae03 100644 --- a/manifest.ttl.in +++ b/manifest.ttl.in @@ -19,19 +19,19 @@ @prefix sherlock: <http://open-music-kontrollers.ch/lv2/sherlock#> . -sherlock:atom +sherlock:atom_inspector a lv2:Plugin ; lv2:binary <sherlock@LIB_EXT@> ; - ui:ui sherlock:atom_ui ; - ui:ui sherlock:atom_eo ; + ui:ui sherlock:atom_inspector_ui ; + ui:ui sherlock:atom_inspector_eo ; rdfs:seeAlso <sherlock.ttl> . -sherlock:atom_ui +sherlock:atom_inspector_ui a ui:X11UI ; ui:binary <sherlock_ui@LIB_EXT@> ; rdfs:seeAlso <sherlock.ttl> . -sherlock:atom_eo +sherlock:atom_inspector_eo a ui:EoUI ; ui:binary <sherlock_ui@LIB_EXT@> ; rdfs:seeAlso <sherlock.ttl> . |