From d7cc821e4219ad9f3e72b271e66a8f8004030cf8 Mon Sep 17 00:00:00 2001 From: musil Date: Thu, 14 May 2009 15:48:47 +0000 Subject: is not running yet svn path=/trunk/externals/iem/hdspm_mixer/; revision=11359 --- hdspm_mixer.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'hdspm_mixer.h') 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 */ -- cgit v1.2.1