diff options
Diffstat (limited to 'lv2/time/time.h')
-rw-r--r-- | lv2/time/time.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lv2/time/time.h b/lv2/time/time.h index 24987e1..4615056 100644 --- a/lv2/time/time.h +++ b/lv2/time/time.h @@ -31,6 +31,8 @@ #ifndef LV2_TIME_H #define LV2_TIME_H +// clang-format off + #define LV2_TIME_URI "http://lv2plug.in/ns/ext/time" ///< http://lv2plug.in/ns/ext/time #define LV2_TIME_PREFIX LV2_TIME_URI "#" ///< http://lv2plug.in/ns/ext/time# @@ -48,6 +50,8 @@ #define LV2_TIME__framesPerSecond LV2_TIME_PREFIX "framesPerSecond" ///< http://lv2plug.in/ns/ext/time#framesPerSecond #define LV2_TIME__speed LV2_TIME_PREFIX "speed" ///< http://lv2plug.in/ns/ext/time#speed +// clang-format on + /** @} */ |