From df3fa0563deef01b0b569761e2ddb2a03f3aae09 Mon Sep 17 00:00:00 2001 From: Hanspeter Portner Date: Fri, 6 Apr 2018 12:16:40 +0200 Subject: fixes for meson and CI --- sherlock_ui.ttl | 62 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 sherlock_ui.ttl (limited to 'sherlock_ui.ttl') diff --git a/sherlock_ui.ttl b/sherlock_ui.ttl new file mode 100644 index 0000000..78b62dd --- /dev/null +++ b/sherlock_ui.ttl @@ -0,0 +1,62 @@ +# Copyright (c) 2015-2016 Hanspeter Portner (dev@open-music-kontrollers.ch) +# +# This is free software: you can redistribute it and/or modify +# it under the terms of the Artistic License 2.0 as published by +# The Perl Foundation. +# +# This source is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# Artistic License 2.0 for more details. +# +# You should have received a copy of the Artistic License 2.0 +# along the source as a COPYING file. If not, obtain it from +# http://www.perlfoundation.org/artistic_license_2_0. + +@prefix lv2: . +@prefix ui: . +@prefix atom: . +@prefix ui: . +@prefix urid: . +@prefix patch: . + +@prefix sherlock: . + +# Atom Inspector UI +sherlock:atom_inspector_4_nk + ui:portNotification [ + ui:plugin sherlock:atom_inspector ; + lv2:symbol "notify" ; + ui:notifyType patch:Message , + atom:Tuple ; + ui:protocol atom:eventTransfer + ] ; + lv2:extensionData ui:idleInterface, ui:resize ; + lv2:optionalFeature ui:resize ; + lv2:requiredFeature ui:idleInterface, urid:map, urid:unmap . + +# MIDI Inspector UI +sherlock:midi_inspector_4_nk + ui:portNotification [ + ui:plugin sherlock:midi_inspector ; + lv2:symbol "notify" ; + ui:notifyType patch:Message , + atom:Tuple ; + ui:protocol atom:eventTransfer + ] ; + lv2:extensionData ui:idleInterface, ui:resize ; + lv2:optionalFeature ui:resize ; + lv2:requiredFeature ui:idleInterface, urid:map, urid:unmap . + +# OSC Inspector UI +sherlock:osc_inspector_4_nk + ui:portNotification [ + ui:plugin sherlock:osc_inspector ; + lv2:symbol "notify" ; + ui:notifyType patch:Message , + atom:Tuple ; + ui:protocol atom:eventTransfer + ] ; + lv2:extensionData ui:idleInterface, ui:resize ; + lv2:optionalFeature ui:resize ; + lv2:requiredFeature ui:idleInterface, urid:map, urid:unmap . -- cgit v1.2.1