From b2930d1daa487dc22ba004a5e97a504900b46bb7 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 10 Oct 2011 04:36:39 +0000 Subject: Add atom:MidiMessage. --- ext/atom.lv2/atom.ttl | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'ext') diff --git a/ext/atom.lv2/atom.ttl b/ext/atom.lv2/atom.ttl index ed7e664..4039739 100644 --- a/ext/atom.lv2/atom.ttl +++ b/ext/atom.lv2/atom.ttl @@ -300,6 +300,28 @@ An atom with a time stamp header prepended, typically for sample accurate transmission via LV2 ports. See struct LV2_Atom_Event. """ . +atom:MidiMessage + a rdfs:Class ; + rdfs:label "MIDI Message" ; + rdfs:subClassOf atom:Atom ; + lv2:documentation """ +

A single raw MIDI message.

+ +

This is a standard MIDI message, with the following restrictions to ease the +burden on plugin authors:

+ +""" . + atom:Bang a rdfs:Class ; rdfs:subClassOf atom:Atom ; -- cgit v1.2.1