# 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 owl: . @prefix rdfs: . @prefix ui: . @prefix synthpod: . # Synthpod Stereo synthpod:stereo a lv2:Plugin ; lv2:minorVersion @MINOR_VERSION@ ; lv2:microVersion @MICRO_VERSION@ ; lv2:binary ; ui:ui synthpod:common_4_nk ; ui:ui synthpod:root_4_nk ; ui:ui synthpod:common_5_d2tk ; ui:ui synthpod:root_5_d2tk ; rdfs:seeAlso . synthpod:common_4_nk a ui:@UI_TYPE@ ; ui:binary ; rdfs:seeAlso . synthpod:root_4_nk a ui:@UI_TYPE@ ; ui:binary ; rdfs:seeAlso . synthpod:root_5_d2tk a ui:@UI_TYPE@ ; ui:binary ; rdfs:seeAlso . synthpod:common_5_d2tk a ui:@UI_TYPE@ ; ui:binary ; rdfs:seeAlso . # Synthpod Keyboard synthpod:keyboard a lv2:Plugin ; lv2:minorVersion @MINOR_VERSION@ ; lv2:microVersion @MICRO_VERSION@ ; lv2:binary ; ui:ui synthpod:keyboard_4_nk ; rdfs:seeAlso . synthpod:keyboard_4_nk a ui:@UI_TYPE@ ; ui:binary ; rdfs:seeAlso . # CV2Control synthpod:cv2control a lv2:Plugin ; lv2:minorVersion @MINOR_VERSION@ ; lv2:microVersion @MICRO_VERSION@ ; lv2:binary ; rdfs:seeAlso . # Control2CV synthpod:control2cv a lv2:Plugin ; lv2:minorVersion @MINOR_VERSION@ ; lv2:microVersion @MICRO_VERSION@ ; lv2:binary ; rdfs:seeAlso . # MidiSplitter synthpod:midisplitter a lv2:Plugin ; lv2:minorVersion @MINOR_VERSION@ ; lv2:microVersion @MICRO_VERSION@ ; lv2:binary ; rdfs:seeAlso . # HeavyLoad synthpod:heavyload a lv2:Plugin ; lv2:minorVersion @MINOR_VERSION@ ; lv2:microVersion @MICRO_VERSION@ ; lv2:binary ; rdfs:seeAlso . # Panic synthpod:panic a lv2:Plugin ; lv2:minorVersion @MINOR_VERSION@ ; lv2:microVersion @MICRO_VERSION@ ; lv2:binary ; rdfs:seeAlso . # Placeholder synthpod:placeholder a lv2:Plugin ; lv2:minorVersion @MINOR_VERSION@ ; lv2:microVersion @MICRO_VERSION@ ; lv2:binary ; rdfs:seeAlso .