summaryrefslogtreecommitdiffstats
path: root/slv2
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2007-08-08 19:29:23 +0000
committerDavid Robillard <d@drobilla.net>2007-08-08 19:29:23 +0000
commit8bfc7210bb3e1043c1bebb5bc49aa2499cf84b02 (patch)
tree7a4f57cb8257cd98e363a8d0c2a38cedd22afcb8 /slv2
parenta8320bb94d1809ce2d4873d539fd8e936bc2fdbd (diff)
downloadlilv-8bfc7210bb3e1043c1bebb5bc49aa2499cf84b02.tar.gz
lilv-8bfc7210bb3e1043c1bebb5bc49aa2499cf84b02.tar.bz2
lilv-8bfc7210bb3e1043c1bebb5bc49aa2499cf84b02.zip
Update ingen for SLV2 changes.
SLV2 0.2.0. git-svn-id: http://svn.drobilla.net/lad/slv2@688 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'slv2')
-rw-r--r--slv2/types.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/slv2/types.h b/slv2/types.h
index 275d7c4..5cb21f4 100644
--- a/slv2/types.h
+++ b/slv2/types.h
@@ -36,11 +36,11 @@ extern "C" {
* or a custom query.
*/
typedef enum _SLV2PortDataType {
- SLV2_PORT_TYPE_UNKNOWN,
- SLV2_PORT_TYPE_CONTROL, /**< One float per block */
- SLV2_PORT_TYPE_AUDIO, /**< One float per frame */
- SLV2_PORT_TYPE_MIDI, /**< A buffer of MIDI data (LL extension) */
- SLV2_PORT_TYPE_OSC, /**< A buffer of OSC data (DR extension) */
+ SLV2_PORT_DATA_TYPE_UNKNOWN,
+ SLV2_PORT_DATA_TYPE_CONTROL, /**< One float per block */
+ SLV2_PORT_DATA_TYPE_AUDIO, /**< One float per frame */
+ SLV2_PORT_DATA_TYPE_MIDI, /**< A buffer of MIDI data (LL extension) */
+ SLV2_PORT_DATA_TYPE_OSC, /**< A buffer of OSC data (DR extension) */
} SLV2PortDataType;
/** Direction (input or output) of a port