From 6f4460aee9962a49ae872eef42ba75a439ea6e59 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 25 Jan 2008 06:55:57 +0000 Subject: Overhaul SLV2 API to return/take SLV2Value (instead of strings or primitives) wherever possible. Make 'index' a fundemental property of ingen ports. git-svn-id: http://svn.drobilla.net/lad/slv2@1113 a436a847-0d15-0410-975c-d299462d15a1 --- slv2/types.h | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'slv2/types.h') diff --git a/slv2/types.h b/slv2/types.h index 0318a98..ce73fc3 100644 --- a/slv2/types.h +++ b/slv2/types.h @@ -36,25 +36,10 @@ extern "C" { #define SLV2_PORT_CLASS_EVENT "http://lv2plug.in/ns/ext/event#EventPort" -/** The format of a URI string. - * - * Full URI: http://example.org/foo - * QName: lv2:Plugin - */ -typedef enum _SLV2URIType { - SLV2_URI, - SLV2_QNAME -} SLV2URIType; - - /** A port on a plugin. Opaque, but valid to compare to NULL. */ typedef struct _SLV2Port* SLV2Port; -/** The port (I/O) signature of a plugin. Opaque, but valid to compare to NULL. */ -typedef struct _SLV2PortSignature* SLV2PortSignature; - - /** A plugin. Opaque, but valid to compare to NULL. */ typedef struct _SLV2Plugin* SLV2Plugin; @@ -79,10 +64,6 @@ typedef void* SLV2PluginClasses; typedef struct _SLV2Value* SLV2Value; -/** A plugin template (collection of port signatures). */ -typedef void* SLV2Template; - - /** A collection of typed values. */ typedef void* SLV2Values; -- cgit v1.2.1