Update of /cvsroot/pure-data/externals/iem/iem_ambi/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5539/iem/iem_ambi/src
Modified Files: iem_ambi.c Log Message: good old makefiles
Index: iem_ambi.c =================================================================== RCS file: /cvsroot/pure-data/externals/iem/iem_ambi/src/iem_ambi.c,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** iem_ambi.c 9 Mar 2006 17:49:26 -0000 1.3 --- iem_ambi.c 10 Mar 2006 01:41:32 -0000 1.4 *************** *** 12,16 **** #include "m_pd.h" #include "iemlib.h" - #include "iem_ambi_sources.h"
static t_class *iem_ambi_class; --- 12,15 ---- *************** *** 23,34 **** }
/* ------------------------ setup routine ------------------------- */ - void iem_ambi_sources_setup(void);
void iem_ambi_setup(void) { ! iem_ambi_sources_setup();
! post("iem_ambi (R-1.16) library loaded! (c) Thomas Musil 05.2005"); ! post(" musil%ciem.at iem KUG Graz Austria", '@'); } --- 22,44 ---- }
+ void ambi_encode_setup(void); + void ambi_decode_setup(void); + void ambi_decode2_setup(void); + void ambi_decode3_setup(void); + void ambi_decode_cube_setup(void); + void ambi_rot_setup(void); + /* ------------------------ setup routine ------------------------- */
void iem_ambi_setup(void) { ! ambi_encode_setup(); ! ambi_decode_setup(); ! ambi_decode2_setup(); ! ambi_decode3_setup(); ! ambi_decode_cube_setup(); ! ambi_rot_setup();
! post("iem_ambi (R-1.16) library loaded! (c) Thomas Musil 05.2005"); ! post(" musil%ciem.at iem KUG Graz Austria", '@'); }