aboutsummaryrefslogtreecommitdiff
path: root/dssi/src/dssi~.h
diff options
context:
space:
mode:
authorJamie Bullock <postlude@users.sourceforge.net>2006-03-23 08:48:06 +0000
committerJamie Bullock <postlude@users.sourceforge.net>2006-03-23 08:48:06 +0000
commitfd2f8f7422e13bbb2121fa07fbe08cbb5a29e2f0 (patch)
tree29e44ebca2d4d9b3f9f13139384fb592b0a2c487 /dssi/src/dssi~.h
parent49132d2659ea402e4aa91ca59ff0c15216a6a6b1 (diff)
Fixed plug_plugin.
svn path=/trunk/externals/postlude/; revision=4752
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 ef493be..f46fc81 100644
--- a/dssi/src/dssi~.h
+++ b/dssi/src/dssi~.h
@@ -41,7 +41,7 @@
#define DX7_DUMP_SIZE_BULK 4096+8
-#define VERSION 0.89
+#define VERSION 0.91
#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) */
@@ -167,6 +167,7 @@ pthread_mutex_t midiEventBufferMutex;
t_dssi_configure_pair *configure_buffer_head;
t_int dsp; /* boolean dsp setting */
+ t_int dsp_loop;
} t_dssi_tilde;