aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/lv2plug.in/ns/ext/midi
AgeCommit message (Collapse)AuthorFilesLines
2012-10-14Tag LV2 1.2.0v1.2.0David Robillard2-3/+4
2012-09-09Add midi:HexByte datatype for status bytes and masks.David Robillard2-5/+15
2012-09-03Use relative links between extensions so local documentation links work.David Robillard1-2/+2
Automatically link prefixed names to the appropriate resource.
2012-08-16Fix invalid syntax.David Robillard1-1/+2
2012-08-14midi: Remove non-standard midi:Tick message type.David Robillard3-9/+164
midi: Add C definitions for message types and standard controllers. midi: Fix definition of SystemExclusive status byte. Use new MIDI API in eg-sampler.
2012-08-09Add defines for new URIs.David Robillard1-0/+2
2012-08-09Add midi:binding and midi:channel.David Robillard2-2/+29
2012-08-05Move all project metadata for extensions (e.g. change log) to separate files toDavid Robillard2-70/+75
spare hosts from loading them during discovery.
2012-08-05Do everything in the top level wscript file and remove wscript symlinks from ↵David Robillard1-1/+0
extensions.
2012-07-29Use consistent label style.David Robillard2-25/+34
2012-04-17Bump versions, mark up releases, portability fixes.David Robillard2-5/+8
2012-04-16Improve documentation.David Robillard1-8/+6
2012-04-13Document how to serialise a MidiEvent to a string.David Robillard1-2/+12
2012-04-12Normalise syntax via serdi.David Robillard1-14/+14
2012-04-12Add missing URI defines.David Robillard1-40/+41
2012-04-12Remove comment headers from Turtle files and ensure the same information is ↵David Robillard1-16/+1
available in machine readable form.
2012-04-12Rename 'people' to 'meta' in anticipation of putting other stuff there.David Robillard1-2/+2
2012-03-30Add missing ui:ui and ui:binary property definitions.David Robillard1-27/+53
Mark up properties more precisely for validation.
2012-03-26Remove individual extension pkg-config files and build scripts.David Robillard2-2/+0
2012-03-25Move people information in to a common place.David Robillard1-14/+4
2012-03-25Clean up author and seeAlso information.David Robillard1-1/+3
Remove download row from documentation header table and rename "History" section to "Releases" (which contains download links and is hopefully clear enough).
2012-03-24Remove pointless person homepage properties.David Robillard1-1/+0
2012-03-10Add a near-complete description of MIDI in RDF and corresponding URI #defines.David Robillard3-18/+371
2012-02-08Rearrange tree so top level can be used as an include path for standard ↵David Robillard5-0/+127
style LV2 includes.