From de3879efd86b7f0c1ae0d0156e08bd03fd61b1e4 Mon Sep 17 00:00:00 2001 From: Hanspeter Portner Date: Mon, 2 Apr 2018 12:36:42 +0200 Subject: initial migration to meson. --- sherlock_ui.ttl | 62 --------------------------------------------------------- 1 file changed, 62 deletions(-) delete mode 100644 sherlock_ui.ttl (limited to 'sherlock_ui.ttl') diff --git a/sherlock_ui.ttl b/sherlock_ui.ttl deleted file mode 100644 index 78b62dd..0000000 --- a/sherlock_ui.ttl +++ /dev/null @@ -1,62 +0,0 @@ -# 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