diff options
author | David Robillard <d@drobilla.net> | 2014-02-08 02:30:06 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2014-02-08 02:30:06 +0000 |
commit | 60eb52f31976763497cd0355cc0d6b46af6c465f (patch) | |
tree | 13783ae9948977c809d2907ee7b80aa0ebbdb2d9 /plugins/eg06-fifths.lv2/manifest.ttl.in | |
parent | 6d41effb84c6663704d7f2ed562d7bbf4f5cc441 (diff) | |
download | lv2-60eb52f31976763497cd0355cc0d6b46af6c465f.tar.xz |
Add lv2_atom_sequence_clear() and lv2_atom_sequence_append_event() helper functions.
Add MIDI fifths example plugin for simple non-forge MIDI reading and writing.
Diffstat (limited to 'plugins/eg06-fifths.lv2/manifest.ttl.in')
-rw-r--r-- | plugins/eg06-fifths.lv2/manifest.ttl.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/plugins/eg06-fifths.lv2/manifest.ttl.in b/plugins/eg06-fifths.lv2/manifest.ttl.in new file mode 100644 index 0000000..f87f2c1 --- /dev/null +++ b/plugins/eg06-fifths.lv2/manifest.ttl.in @@ -0,0 +1,8 @@ +@prefix lv2: <http://lv2plug.in/ns/lv2core#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . +@prefix ui: <http://lv2plug.in/ns/extensions/ui#> . + +<http://lv2plug.in/plugins/eg-fifths> + a lv2:Plugin ; + lv2:binary <fifths@LIB_EXT@> ; + rdfs:seeAlso <fifths.ttl> . |