summaryrefslogtreecommitdiffstats
path: root/slv2/types.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-01-27 07:49:37 +0000
committerDavid Robillard <d@drobilla.net>2008-01-27 07:49:37 +0000
commit6de587b04154f2efdc2a94c0a78225f7adc88ff9 (patch)
treea25b1b2e1e80fe8d7fe9a16336d9077d3b0d64b2 /slv2/types.h
parent6f4460aee9962a49ae872eef42ba75a439ea6e59 (diff)
downloadlilv-6de587b04154f2efdc2a94c0a78225f7adc88ff9.tar.gz
lilv-6de587b04154f2efdc2a94c0a78225f7adc88ff9.tar.bz2
lilv-6de587b04154f2efdc2a94c0a78225f7adc88ff9.zip
Packaging stuff.
Add scale points API. Display scale points in lv2_inspect. Fix bugs resulting in returning empty collections. git-svn-id: http://svn.drobilla.net/lad/slv2@1114 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'slv2/types.h')
-rw-r--r--slv2/types.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/slv2/types.h b/slv2/types.h
index ce73fc3..59ebefe 100644
--- a/slv2/types.h
+++ b/slv2/types.h
@@ -68,6 +68,14 @@ typedef struct _SLV2Value* SLV2Value;
typedef void* SLV2Values;
+/** A scale point */
+typedef struct _SLV2ScalePoint* SLV2ScalePoint;
+
+
+/** A collection of scale points. */
+typedef void* SLV2ScalePoints;
+
+
/** A plugin UI */
typedef struct _SLV2UI* SLV2UI;