# Copyright (c) 2015-2021 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 opts: . @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, opts:options ; opts:supportedOption ui:scaleFactor ; lv2:requiredFeature ui:idleInterface, urid:map, urid:unmap, ui:parent . # 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, opts:options ; opts:supportedOption ui:scaleFactor ; lv2:requiredFeature ui:idleInterface, urid:map, urid:unmap, ui:parent . # 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, opts:options ; opts:supportedOption ui:scaleFactor ; lv2:requiredFeature ui:idleInterface, urid:map, urid:unmap, ui:parent .