From f143549d7958495320c107e5682f54b021a482df Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 5 Nov 2011 00:34:05 +0000 Subject: Update wording of MIDI extension to be more correct and generic (Event, Atom, etc.) --- ext/atom.lv2/atom.ttl | 22 ---------------------- 1 file changed, 22 deletions(-) (limited to 'ext/atom.lv2') 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 """ -

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