diff options
Diffstat (limited to 'midi_matrix_ui.ttl')
-rw-r--r-- | midi_matrix_ui.ttl | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/midi_matrix_ui.ttl b/midi_matrix_ui.ttl new file mode 100644 index 0000000..4bcf701 --- /dev/null +++ b/midi_matrix_ui.ttl @@ -0,0 +1,26 @@ +# 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: <http://lv2plug.in/ns/lv2core#> . +@prefix ui: <http://lv2plug.in/ns/extensions/ui#> . +@prefix urid: <http://lv2plug.in/ns/ext/urid#> . +@prefix kx: <http://kxstudio.sf.net/ns/lv2ext/external-ui#> . + +@prefix midi_matrix: <http://open-music-kontrollers.ch/lv2/midi_matrix#> . + +# Channel Filter UI +midi_matrix:channel_filter_4_nk + lv2:requiredFeature ui:idleInterface, urid:map ; + lv2:extensionData ui:idleInterface . |