diff options
author | David Robillard <d@drobilla.net> | 2020-03-19 15:31:01 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-03-28 17:10:05 +0100 |
commit | 5d0a64ea44e27cb4de4b7a38b39021efe02ff26a (patch) | |
tree | 56403ae7cfaeffdc4fad3ce300a93665308b687f /lv2 | |
parent | fe32463b4fdc7c24cdaf8e1b8b430c0fd381b231 (diff) | |
download | lv2-5d0a64ea44e27cb4de4b7a38b39021efe02ff26a.tar.xz |
Fix invalid Turtle in MIDI vocabulary example
This caused weird syntax highlighting in the documentation.
Diffstat (limited to 'lv2')
-rw-r--r-- | lv2/midi/midi.ttl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lv2/midi/midi.ttl b/lv2/midi/midi.ttl index 0af3a3e..1de2d68 100644 --- a/lv2/midi/midi.ttl +++ b/lv2/midi/midi.ttl @@ -279,7 +279,7 @@ should be a midi:MidiEvent but the property that represents the control value ma be omitted. For example, to bind to the value of controller 17:</p> <pre class="turtle-code"> -port midi:binding [ +eg:port midi:binding [ a midi:Controller ; midi:controllerNumber 17 ] . |