diff options
author | Hanspeter Portner <dev@open-music-kontrollers.ch> | 2015-06-19 07:01:49 +0200 |
---|---|---|
committer | Hanspeter Portner <dev@open-music-kontrollers.ch> | 2015-06-19 07:01:49 +0200 |
commit | a6ebb59f336d0fed30b76d0682fb02a8ab8f8191 (patch) | |
tree | fc3c92ad0a264317c257f608aeaf36d2de9fba2f /sherlock.ttl | |
parent | c3a795977b891b9ce5db1c3d750f76167229b2cb (diff) | |
download | sherlock.lv2-a6ebb59f336d0fed30b76d0682fb02a8ab8f8191.tar.xz |
some final stringify cosmetics.
* maximize use of available lines.
Diffstat (limited to 'sherlock.ttl')
-rw-r--r-- | sherlock.ttl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sherlock.ttl b/sherlock.ttl index df1d405..4f171f3 100644 --- a/sherlock.ttl +++ b/sherlock.ttl @@ -23,6 +23,7 @@ @prefix midi: <http://lv2plug.in/ns/ext/midi#> . @prefix time: <http://lv2plug.in/ns/ext/time#> . @prefix urid: <http://lv2plug.in/ns/ext/urid#> . +@prefix patch: <http://lv2plug.in/ns/ext/patch#> . @prefix kx: <http://kxstudio.sf.net/ns/lv2ext/external-ui#> . @prefix osc: <http://opensoundcontrol.org#> . @@ -99,6 +100,7 @@ sherlock:atom_inspector atom:bufferType atom:Sequence ; atom:supports midi:MidiEvent ; atom:supports time:Position ; + atom:supports patch:Message ; atom:supports atom:Blank ; atom:supports atom:Bool ; atom:supports atom:Chunk ; @@ -128,6 +130,7 @@ sherlock:atom_inspector atom:bufferType atom:Sequence ; atom:supports midi:MidiEvent ; atom:supports time:Position ; + atom:supports patch:Message ; atom:supports atom:Blank ; atom:supports atom:Bool ; atom:supports atom:Chunk ; |