From 4ff6c527a9feda500eff87beb4d92780eef2665b Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 20 Nov 2011 20:41:39 +0000 Subject: Release preparation. --- ext/midi.lv2/midi.ttl | 69 ++++++++++++++++++++++++++++++++++++++------------- 1 file changed, 52 insertions(+), 17 deletions(-) (limited to 'ext/midi.lv2/midi.ttl') diff --git a/ext/midi.lv2/midi.ttl b/ext/midi.lv2/midi.ttl index bf293d1..0b66f42 100644 --- a/ext/midi.lv2/midi.ttl +++ b/ext/midi.lv2/midi.ttl @@ -14,35 +14,70 @@ # ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +@prefix dcs: . @prefix atom: . @prefix doap: . -@prefix ev: . +@prefix ev: . @prefix foaf: . -@prefix lv2: . +@prefix lv2: . @prefix midi: . @prefix rdfs: . + + a foaf:Person ; + foaf:name "David Robillard" ; + foaf:homepage ; + foaf:mbox ; + rdfs:seeAlso . + +_:larsl + a foaf:Person ; + foaf:name "Lars Luthman" ; + foaf:mbox . + a lv2:Specification ; doap:license ; doap:name "LV2 MIDI" ; doap:shortdesc "A data type for raw MIDI." ; + doap:maintainer ; + doap:developer _:larsl ; doap:release [ - doap:revision "1.3" ; - doap:created "2011-11-04" - ] ; - doap:maintainer [ - a foaf:Person ; - foaf:name "David Robillard" ; - foaf:homepage ; - rdfs:seeAlso + doap:revision "1.4" ; + doap:created "2011-11-14" ; + doap:file-release ; + dcs:blame ; + dcs:changeset [ + dcs:item [ + rdfs:label "Update packaging." + ] , [ + rdfs:label "Improve documentation." + ] + ] + ] , [ + doap:revision "1.2" ; + doap:created "2011-05-26" ; + doap:file-release ; + dcs:blame ; + dcs:changeset [ + dcs:item [ + rdfs:label "Add build system for installation." + ] , [ + rdfs:label "Switch to ISC license." + ] + ] + ] , [ + doap:revision "1.0" ; + doap:created "2010-10-04" ; + doap:file-release ; + dcs:blame ; + dcs:changeset [ + dcs:item [ + rdfs:label "Initial release." + ] + ] ] ; - doap:developer [ - a foaf:Person ; - foaf:name "Lars Luthman" ; - foaf:mbox - ] ; - lv2:documentation """ + lv2:documentation """

This extension defines a data type for a MIDI message, midi:MidiEvent, which is normalized for fast and convenient processing by plugins. It is particularly useful as the payload of an A single raw MIDI message (i.e. a sequence of bytes).

-

These is equivalent to a standard MIDI messages, except with the following +

This is equivalent to a standard MIDI messages, except with the following restrictions to simplify handling:

  • Running status is not allowed, every message must have its own status -- cgit v1.2.1