aboutsummaryrefslogtreecommitdiff
path: root/hdspm_mixer.h
diff options
context:
space:
mode:
Diffstat (limited to 'hdspm_mixer.h')
-rw-r--r--hdspm_mixer.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/hdspm_mixer.h b/hdspm_mixer.h
index 93e5418..cf9439d 100644
--- a/hdspm_mixer.h
+++ b/hdspm_mixer.h
@@ -1,5 +1,6 @@
/* Very simple Mixer for RME DSP-MADI and maybe other hammerfall dsp
(C) 2003 IEM, Winfried Ritsch (ritsch at iem.at)
+ (c) 2008 iem, Thomas Musil (musil at iem.at) ... modified to a pd external
Institute of Electronic Music and Acoustics
GPL - see Licence.txt
@@ -12,6 +13,8 @@
#define HDSPMM_MAX_CARDS 3
#define HDSPMM_MAX_NAME_LEN 128
+#define IS_A_FLOAT(atom,index) ((atom+index)->a_type == A_FLOAT)
+
/* Protos */