diff options
author | Hanspeter Portner <dev@open-music-kontrollers.ch> | 2015-06-07 22:18:43 +0200 |
---|---|---|
committer | Hanspeter Portner <dev@open-music-kontrollers.ch> | 2015-06-07 22:18:43 +0200 |
commit | 40876ef5d2a35dc87ec995578450a1ab5c3feda1 (patch) | |
tree | 3426ea4663b441996b64ed9dc77651c06007b244 /sherlock.h | |
parent | 1364454391801888fef641d3ab3bd88e3f7c6bcb (diff) | |
download | sherlock.lv2-40876ef5d2a35dc87ec995578450a1ab5c3feda1.tar.xz |
a lot of fixes to reach feature completeness.
* consistently use 3 lines of text block
* add atom sequence
* add atom chunk
* truncate long string, URI, path, literal, MIDI, chunk
* hash uris
Diffstat (limited to 'sherlock.h')
-rw-r--r-- | sherlock.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -23,6 +23,7 @@ #include "lv2/lv2plug.in/ns/ext/atom/atom.h" #include "lv2/lv2plug.in/ns/ext/atom/forge.h" #include "lv2/lv2plug.in/ns/ext/midi/midi.h" +#include "lv2/lv2plug.in/ns/ext/time/time.h" #include "lv2/lv2plug.in/ns/ext/urid/urid.h" #include "lv2/lv2plug.in/ns/extensions/ui/ui.h" #include "lv2/lv2plug.in/ns/lv2core/lv2.h" |