aboutsummaryrefslogtreecommitdiffstats
path: root/ext/atom.lv2
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-11-05 00:34:05 +0000
committerDavid Robillard <d@drobilla.net>2011-11-05 00:34:05 +0000
commitf143549d7958495320c107e5682f54b021a482df (patch)
treeb09f345d8ce0e73108a18fce7ff28ca6076e23e7 /ext/atom.lv2
parent063f67b9922d5826d0dbf4ba40feff516f947fcd (diff)
downloadlv2-f143549d7958495320c107e5682f54b021a482df.tar.xz
Update wording of MIDI extension to be more correct and generic (Event, Atom, etc.)
Diffstat (limited to 'ext/atom.lv2')
-rw-r--r--ext/atom.lv2/atom.ttl22
1 files changed, 0 insertions, 22 deletions
diff --git a/ext/atom.lv2/atom.ttl b/ext/atom.lv2/atom.ttl
index e411c63..139155f 100644
--- a/ext/atom.lv2/atom.ttl
+++ b/ext/atom.lv2/atom.ttl
@@ -301,28 +301,6 @@ 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 """
-<p>A single raw MIDI message.</p>
-
-<p>This is a standard MIDI message, with the following restrictions to ease the
-burden on plugin authors:</p>
-<ul>
- <li>Running status is not allowed, every message must have its own status
- byte.</li>
-
- <li>Note On messages with velocity 0 are not allowed. These messages are
- equivalent to Note Off in standard MIDI streams, but here only proper Note
- Off messages are allowed.</li>
-
- <li>"Realtime messages" (status bytes 0xF8 to 0xFF) are allowed, but may
- not occur inside other messages like they can in standard MIDI streams.</li>
-</ul>
-""" .
-
atom:Bang
a rdfs:Class ;
rdfs:subClassOf atom:Atom ;