From ac13f33ff30427f5dacd40da1ffc6b5dfe398d69 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 22 Apr 2012 20:10:09 +0000 Subject: Move schema and internals definitions to ingen.lv2 bundle. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4238 a436a847-0d15-0410-975c-d299462d15a1 --- rdf/internals.ttl | 65 ------------------------------------------------------- 1 file changed, 65 deletions(-) delete mode 100644 rdf/internals.ttl (limited to 'rdf/internals.ttl') diff --git a/rdf/internals.ttl b/rdf/internals.ttl deleted file mode 100644 index 8c4aeb70..00000000 --- a/rdf/internals.ttl +++ /dev/null @@ -1,65 +0,0 @@ -# Ingen Internal Plugins -# Copyright 2008-2011 David Robillard -# -# This document describes internal plugins that are implemented in -# Ingen itself. This set is deliberately as small as possible: an -# internal plugin exists only because there is no sufficiently powerful -# plugin specification to do its job. Ingen's philosophy is that this is -# a bug to be fixed, e.g. by defining LV2 extensions. -# -# Permission is hereby granted, free of charge, to any person obtaining a -# copy of this software and associated documentation files (the "Software"), -# to deal in the Software without restriction, including without limitation -# the rights to use, copy, modify, merge, publish, distribute, sublicense, -# and/or sell copies of the Software, and to permit persons to whom the -# Software is furnished to do so, subject to the following conditions: -# -# The above copyright notice and this permission notice shall be included -# in all copies or substantial portions of the Software. -# -# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL -# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR -# OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, -# ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR -# OTHER DEALINGS IN THE SOFTWARE. - -@prefix : . -@prefix ingen: . -@prefix doap: . -@prefix foaf: . -@prefix lv2: . -@prefix rdf: . -@prefix rdfs: . -@prefix xsd: . - -:Controller a ingen:Plugin ; - rdfs:label "Controller" ; - rdfs:comment """ -Receives events and outputs signals for some specific controller -(e.g. MIDI CC). -""" . - -:Trigger a ingen:Plugin ; - rdfs:label "Trigger" ; - rdfs:comment """ -Receives events and outputs a trigger signal when a specific note is received. -""" . - -:Note a ingen:Plugin ; - rdfs:label "Note" ; - rdfs:comment """ -Receives events and outputs signals for the individual properties of the -received notes. This plugin is special because it is internally aware of -Ingen's polyphony and controls voice allocation. -""" . - -:Transport a ingen:Plugin ; - rdfs:label "Transport" ; - rdfs:comment """ -Listens to system transport information (when available) and outputs signals -for the various transport properties. When no system transport information -is available this plugin outputs "default" values: 4/4, 120bpm. -""" . - -- cgit v1.2.1