aboutsummaryrefslogtreecommitdiff
path: root/dssi/src/dssi~.h
diff options
context:
space:
mode:
authorJamie Bullock <postlude@users.sourceforge.net>2008-10-18 14:44:43 +0000
committerJamie Bullock <postlude@users.sourceforge.net>2008-10-18 14:44:43 +0000
commitcc37045b76745dad7acb244dade60dcb46bc3dfc (patch)
tree35ec92e14038ec50321a97e3bc776aea40183cd8 /dssi/src/dssi~.h
parentf6e9977083cae2dfea08e93bdce2279e7d8e877d (diff)
- pd 'canvas' search path now searched for plugins in addition to LADSPA_PATH and DSSI_PATH. This means that plugin paths can now be added with [declare]
svn path=/trunk/externals/postlude/; revision=10334
Diffstat (limited to 'dssi/src/dssi~.h')
-rw-r--r--dssi/src/dssi~.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/dssi/src/dssi~.h b/dssi/src/dssi~.h
index b49bda0..f6d1939 100644
--- a/dssi/src/dssi~.h
+++ b/dssi/src/dssi~.h
@@ -40,7 +40,7 @@
#define DX7_DUMP_SIZE_BULK 4096+8
-#define VERSION 0.95
+#define VERSION 0.97
#define EVENT_BUFSIZE 1024
#define OSC_BASE_MAX 1024
#define TYPE_STRING_SIZE 20 /* Max size of event type string (must be two more bytes than needed) */
@@ -122,6 +122,7 @@ typedef struct _dssi_tilde {
char *dll_arg, /*arg given by user - either path or dll name*/
*plugin_label;
char *dll_path; /*absolute path to plugin */
+ t_canvas *x_canvas; /* pointer to the canvas the object is instantiated on */
void *dll_handle;
char *project_dir; /* project dircetory */
LADSPA_Handle *instanceHandles; /*was handle*/