aboutsummaryrefslogtreecommitdiff
path: root/composer/common.h
diff options
context:
space:
mode:
authormescalinum <mescalinum@users.sourceforge.net>2009-08-18 20:28:08 +0000
committermescalinum <mescalinum@users.sourceforge.net>2009-08-18 20:28:08 +0000
commit770632a4507eea0a6c7ba6f8b9381dd7dc6e2588 (patch)
tree783ddf27a08d3280fb9fc3e56661817d354351b7 /composer/common.h
parent9a6ab3b333e64c24ee86d929d9387ef367c76ce0 (diff)
small fixes:
- Switch to sendGui proc to support also desiredata and pd-devel - Handle null values correctly svn path=/trunk/externals/ffext/; revision=11950
Diffstat (limited to 'composer/common.h')
-rw-r--r--composer/common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/composer/common.h b/composer/common.h
index b149265..bdfb99b 100644
--- a/composer/common.h
+++ b/composer/common.h
@@ -56,6 +56,7 @@
#define SONG_SELECTOR "#SONG"
extern t_symbol s_list;
+extern t_symbol s_empty;
struct _track;
struct _pattern;