aboutsummaryrefslogtreecommitdiff
path: root/hdspm_mixer.h
diff options
context:
space:
mode:
authormusil <tmusil@users.sourceforge.net>2009-05-14 15:48:47 +0000
committermusil <tmusil@users.sourceforge.net>2009-05-14 15:48:47 +0000
commitd7cc821e4219ad9f3e72b271e66a8f8004030cf8 (patch)
treef3d9aa996aac6af909782af3c087c8428d9caa26 /hdspm_mixer.h
parent06db8fb04f5245bc4126b64aa14d76bd739e314d (diff)
is not running yet
svn path=/trunk/externals/iem/hdspm_mixer/; revision=11359
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 */