diff options
author | David Robillard <d@drobilla.net> | 2012-03-25 15:23:46 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-03-25 15:23:46 +0000 |
commit | ec4f54e90f2f9872db34c5c867b150623e1498eb (patch) | |
tree | 07de0c0efb78cc67fb4f6e9b68f56d75119167c8 /lv2/lv2plug.in/ns/ext/event/event.h | |
parent | 95f61aeaaa94c203ac45a6e0851d5384ad2d2b91 (diff) | |
download | lv2-ec4f54e90f2f9872db34c5c867b150623e1498eb.tar.xz |
Make host-info and event-helpers.h ISC licensed.
Diffstat (limited to 'lv2/lv2plug.in/ns/ext/event/event.h')
-rw-r--r-- | lv2/lv2plug.in/ns/ext/event/event.h | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/lv2/lv2plug.in/ns/ext/event/event.h b/lv2/lv2plug.in/ns/ext/event/event.h index 2c340ba..2d8bfaa 100644 --- a/lv2/lv2plug.in/ns/ext/event/event.h +++ b/lv2/lv2plug.in/ns/ext/event/event.h @@ -1,5 +1,4 @@ /* - LV2 Event Extension Copyright 2008-2011 David Robillard <http://drobilla.net> Copyright 2006-2007 Lars Luthman <lars.luthman@gmail.com> @@ -16,14 +15,6 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#ifndef LV2_EVENT_H -#define LV2_EVENT_H - -#define LV2_EVENT_URI "http://lv2plug.in/ns/ext/event" -#define LV2_EVENT_AUDIO_STAMP 0 - -#include <stdint.h> - /** @file event.h C API for the LV2 Event extension <http://lv2plug.in/ns/ext/event>. @@ -39,6 +30,14 @@ 'map' argument returns a value within the range of uint16_t. */ +#ifndef LV2_EVENT_H +#define LV2_EVENT_H + +#define LV2_EVENT_URI "http://lv2plug.in/ns/ext/event" +#define LV2_EVENT_AUDIO_STAMP 0 + +#include <stdint.h> + /** The best Pulses Per Quarter Note for tempo-based uint32_t timestamps. Equal to 2^12 * 5 * 7 * 9 * 11 * 13 * 17, which is evenly divisble |