summaryrefslogtreecommitdiffstats
path: root/ingen
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-11-16 04:26:45 +0000
committerDavid Robillard <d@drobilla.net>2012-11-16 04:26:45 +0000
commite5943aa05fd46771f1ff7009c8971f1294c9d791 (patch)
tree828fb9156f373149883a81dd0638991b0b9ba851 /ingen
parentefd2fb1315413bb456cf5a7dc9a61513e15c8035 (diff)
downloadingen-e5943aa05fd46771f1ff7009c8971f1294c9d791.tar.gz
ingen-e5943aa05fd46771f1ff7009c8971f1294c9d791.tar.bz2
ingen-e5943aa05fd46771f1ff7009c8971f1294c9d791.zip
Add time internal that sends Jack transport updates as LV2 time positions.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4819 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'ingen')
-rw-r--r--ingen/URIs.hpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/ingen/URIs.hpp b/ingen/URIs.hpp
index 6b11d0dc..9cea37a8 100644
--- a/ingen/URIs.hpp
+++ b/ingen/URIs.hpp
@@ -146,6 +146,14 @@ public:
const Quark pprops_logarithmic;
const Quark rdf_type;
const Quark rdfs_seeAlso;
+ const Quark time_Position;
+ const Quark time_bar;
+ const Quark time_barBeat;
+ const Quark time_beatUnit;
+ const Quark time_beatsPerBar;
+ const Quark time_beatsPerMinute;
+ const Quark time_frame;
+ const Quark time_speed;
const Quark wildcard;
};